![]() |
LM-Light Standard : Creating Courses : Starting a TestWhen you start a test, you should tell the LMS so that it can update its record of test attempts. The LMS may also want to check whether the student has exceeded a specified maximum number of test attempts. This is very easily done by embedding the following LM-Light statement somewhere in the course - usually on the same page as the first question:
Note: Some developers prefer to register the test attempt after all the questions have been answered but just before the test is graded. There is nothing in the LM-Light standard to prevent this - simply include the LMregisterTestAttempt tag on the page where the test is graded. ExampleHere is a simple example:
Note that the page is not bookmarked. Although this is not a requirement of the LM-Light standard, this is generally the case for mastery test questions to prevent the student 'jumping' back into a course part way through.
|
|