3-try test: 2 fail retries, 3rd completes
December 4, 2008 12:00 AM
If you want interaction data in the course then you have to calculate the users score with actions before they hit the submit/done button. Basically, create a variable of your own with the initial value of 0. Then, to keep it simple, let's say you have a test with two questions. That would mean that each question would be worth 50 points. You would have a page after the last question that will have an on show, modify variable action set to modify the variable you created by adding the value of 50 to it if the first question is correct. Then you would have another action setup the same way to add 50 the same variable if question_0002 is correct. Also, on this page would be the submit button setup to submit/score the test with the condition that the variable you created is greater than or equal to the minimum passing score of the test. Also, on this button you would have an action to go to the fail page if the variable you created is less than the minimun passing score. So basically the test never actually gets submitted unless they pass the test and are taken to the pass page. On the pass page you would have your action to set the AICC_Lesson_Status to completed. You would also use another variable you created to calculate the number of times they have taken the test to limit them to three as mentioned in the previous post.If you do not care about interaction data, then it is much easier as you do not to use actions to calculate the score. You simply do not include the test in the overall score. This option is located in the test properties under the results tab. Then on the pass page have an action to modify the AICC_Score value to the value VAR(test score variable name) and this will set the score and pass it to the LMS. If you send an email to support@trivantis.com I can create a small simple title that demonstrates this when interactions are not required.
Discussions have been disabled for this post