Post Test reset
March 3, 2009 12:00 AM
There are a couple of things you can try. The first would be to edit the imsmanifest.xml file and remove the mastery score option and then import that into your LMS. If that doesn't work for you, what you could do is uncheck the option in the test properties to include test in overall score and then Lectora will not send a score back to the LMS to record. Then, on the pass page place an action that states on show, modify variable, AICC_Score and for the value enter VAR(name of test score variable). This will set the AICC_Score value equal to the actual test score and that will be passed to the LMS. Then on the fail page, have an action that states on show, modify variable, count, which has the initial value of 0, add 1 to it. Then have another action below it that states on show, modify variable, AICC_Score, VAR(name of test score variable) with the condition that count is greater than or equal to 2. That way the course will only send a failing score if they fail twice. You can set that condition to however many times you want them to be able to take the test and fail it before recording a score. Keep in mind that using this option will prevent any test and question interaction data from being sent from the course. The interaction data consists of user's answer, correct answer, time spent on question, etc. Hope this helps.There are a couple of things you can try. The first would be to edit the imsmanifest.xml file and remove the mastery score option and then import that into your LMS. If that doesn't work for you, what you could do is uncheck the option in the test properties to include test in overall score and then Lectora will not send a score back to the LMS to record. Then, on the pass page place an action that states on show, modify variable, AICC_Score and for the value enter VAR(name of test score variable). This will set the AICC_Score value equal to the actual test score and that will be passed to the LMS. Then on the fail page, have an action that states on show, modify variable, count, which has the initial value of 0, add 1 to it. Then have another action below it that states on show, modify variable, AICC_Score, VAR(name of test score variable) with the condition that count is greater than or equal to 2. That way the course will only send a failing score if they fail twice. You can set that condition to however many times you want them to be able to take the test and fail it before recording a score. Keep in mind that using this option will prevent any test and question interaction data from being sent from the course. The interaction data consists of user's answer, correct answer, time spent on question, etc. Hope this helps.
Discussions have been disabled for this post