Forum Discussion
Using Random Question Banks Based on Content
Hi, Tom,
This was an interesting challenge. You do need variables, but you only need them to track the total points earned and the number of sections completed, which determines the total possible points. Then do the math based on that.
The attached demo file shows how.
I guess I still have an issue, and that is I cannot manually set the value of Results.Score which needs to be set to TotalPoints and sent to the LMS (I'm not sure if this is possible).
I really appreciate the input!
Any thoughts?
- JudyNollet5 years agoSuper Hero
Hi, Tom,
Unfortunately, I don't know how to report the customized score to an LMS. There's probably some JavaScript that would work, but that's not something I do.
Instead of Results.Score, you could use a completion trigger.
If you don't want the user to be able to "complete" the course without passing, you could prevent them from reaching the slide (or layer) with the completion trigger by controlling navigation based on the customized score. So it'd basically be a pass/fail situation, without the details of an exact score.