I want to build a test feedback system.
Generally, if the student gets an answer wrong or partially correct, I would like to be able to refer the student to the relevant part of the relevant module.
Want this to happen at the COMPLETION of the test whih would mean maintaining an array (or similar) of pass/fail for each answer. Is there a standard way of doing that?
I want to build a test feedback system.
Generally, if the student gets an answer wrong or partially correct, I would like to be able to refer the student to the relevant part of the relevant module.
Want this to happen at the COMPLETION of the test whih would mean maintaining an array (or similar) of pass/fail for each answer. Is there a standard way of doing that?