Forum Discussion
Using a variable score as the result to determine pass/fail for lms
Hi Wayne,
This is something I do with system simulations to submit an incorrect clicks variable as the score for my scorm file.
This gives me a score between 0 and 100 for each user who attempts the activity.
At the end of each project I have a scene containing 9 True/False questions and a results slide.
Each question slide is worth a different number of points.
- 40
- 20
- 15
- 10
- 5
- 4
- 3
- 2
- 1
All of these points added together give a total possible score of 100.
On each of these question slides I set the correct value as true and add the following triggers to the slide:
(This shows the triggers for the question slide worth 40 points - the other slides would need the number 40 changing to the slide values and the TotalIncorrectClicks variable swapped with the variable you want to track.)
Each of these slides will automatically advance after a fraction of a second. I also add a rectangle on top of the question slide with text saying loading... so users don't see the slide content underneath.
My results slide contains scoring for all nine question slides and has a trigger to submit the results when the timeline starts.
I also set the passing score for my quiz as 0% but this might be different for your use case.
After uploading the package to the LMS the value of the variable for each user will be shown as the score.