Forum Discussion
ChabelSantac416
10 months agoCommunity Member
Course marking as complete when it shouldnt?
Hi all!
I have just finished the attached, it's a 'refresher module' where the learner gets given the option to complete an assessment at the beginning and if they fail it twice, they are then dir...
JoeFrancis
10 months agoCommunity Member
Keep in mind, "failed" is a completed status, as are "passed" and "completed." In SCORM 1.2, cmi.core.lesson_status is used to set and retrieve that value. A status of "incomplete" indicates the learner has not completed the requirements of the content object and is allowed to re-attempt/continue it.
SCORM 2004 separates completion and success statuses, but to prevent access to the content object after the second failed attempt, you would still have to set cmi.completion_status to "completed" and cmi.success_status to "failed."
In either case, you would want to set that value before the learner clicks the hyperlink, as no further processing will happen once he/she exits the content object.
ChabelSantac416
10 months agoCommunity Member
Thank you JoeFrancis!
Related Content
- 5 months ago