need logical code for rotational schedule
Posted: Tue Jan 21, 2014 11:16 pm
Hi,
I have a problem to develop the logical using php for rotational schedule. I am forwarding the table structure(Output) for your perusal. Please help me to clear the problem ASAP.
rotation 1 rotation 2 rotation 3
-------------------------------------------------------------
module1 Student5 Student1 Student 2
Student6 Student4 Student3
-------------------------------------------------------------
module2 Student2 Student6 Student5
Student4 Student 3 Student1
----------------------------------------------------------------
module3 Student1 Student5 Student4
Student3 Student2 Student6
------------------------------------------------------------
Here, rotation 1,2and 3 will come in column heading. Module1,2 and 3 come as row heading which contains pair of students depends upon each module,rotation(example as student5 and 6 in module1(rowspan = "2").
Student1 to student6 is act as students attending the practical lab(act as rotations) according to subject(act as modules).
Remember, Not to come again for the same student name in same module according to rotation.
Pair of students also not to come again to any modules.
I have a problem to develop the logical using php for rotational schedule. I am forwarding the table structure(Output) for your perusal. Please help me to clear the problem ASAP.
rotation 1 rotation 2 rotation 3
-------------------------------------------------------------
module1 Student5 Student1 Student 2
Student6 Student4 Student3
-------------------------------------------------------------
module2 Student2 Student6 Student5
Student4 Student 3 Student1
----------------------------------------------------------------
module3 Student1 Student5 Student4
Student3 Student2 Student6
------------------------------------------------------------
Here, rotation 1,2and 3 will come in column heading. Module1,2 and 3 come as row heading which contains pair of students depends upon each module,rotation(example as student5 and 6 in module1(rowspan = "2").
Student1 to student6 is act as students attending the practical lab(act as rotations) according to subject(act as modules).
Remember, Not to come again for the same student name in same module according to rotation.
Pair of students also not to come again to any modules.