Posted by simeonabiola on January 13, 2013 at 1:34am
Students are enrolled in for quiz to take Biology, Physics, English and Mathematics
I want a situation where as they finish taking Biology, they are automatically directed to Physics then to English and finally Mathematics.
please can anybody help
Tawose Simeon Abiola
www.mathsvillage.org
Comments
An option...
I have done something similar be listing the quizzes on a page using views, and then I wrote a small module called quiz dependency http://drupal.org/sandbox/joel_osc/1620070 which allows you to make quizzes dependent on a previous quiz being one of passed, failed or completed. So all you need to do is send the user back the the quiz listing and as they finish one the next should appear. You may want to do some views fancy stuff to indicate the quiz status or grade on the previous ones.