Hello All,
I am designing a PHP and MySQL based online Testing Application. The application will consist of about 120 lessons and each lesson will have a quiz at the end of the lesson. There will also be some core lessons that all test takers will have to pass before going ahead. There will be a good number of optional/elective courses.
The main page that I am trying to design a page which will tell a user, what lessons he/she has passed, what lessons he /she is eligible to take and the lessons he /she cannot take at the moment. The lessons are numbered sequentially like Lesson 101, 102, 103, 104, 105 , 106 ....110. Out of them e.g. only Lesson 101 and 104 are CORE requirements, the rest are just electives. However a person cannot do Lesson 106 (which is an elective ) till he /she has passed Lesson 104.
I know people may have attempted to do the same in the past. I would appreciate any pointers for the design/ implementation. I know that I will have to create a set of rule which will dictate the order in which the users will be allowed to travel through the tests. But other suggestions will be most welcome.
Thanks in advance
Pushpinder
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php