Forum Discussion
LMS reporting on a final assessment
Hi GeorgePrice-3fd this doesn't correspond with SCORM Cloud behaviour. Whilst the SCORE is written to the LMS as the user answers the questions, the result of the quiz is not written to the LMS until the results page is reach. If I have a quiz with two questions, and a mastery score of 50%, even if I answer the first question correctly, achieving a score of 50%, the LMS completion is not updated at this stage. When I exit, the completion status is still "incomplete". It is only when I reach the Results slide that the completion is updated to "passed".
What it sounds like is happening with your content is that the LMS is taking control of the Passed/Failed status using the mastery score that is provided during import of the SCORM package. That means, when a SCORE is written to the LMS, the LMS evaluates the SCORE against the mastery score and determines Pass/Fail automatically, which is overriding the control controlled completion tracking.
One thing you can do, to stop this happening is to remove the line of XML in the imsmanifest.xml document that included the mastery score. It looks like this:
<adlcp:masteryscore>80</adlcp:masteryscore>
If you remove that, it means the LMS does not have the mastery score and therefore cannot make decisions on completion when a SCORE is sent to the LMS.
What I would also check on CoD is that there isn't a configuration option when you upload the content to determine if the completion is "content controlled" or "lms controlled using mastery score". Something along those lines anyway.
UPDATE
I'm not sure how accurate this ChatGPT answer is, but something worth checking:
Where to Configure This in CSOD
When you upload SCORM content via Admin > Content Uploader or SCORM 1.2 Engine, look for advanced settings during or after the import, under Training Details or SCORM Settings:
You may see checkboxes or dropdowns such as:
- "Use Mastery Score to Determine Completion"
- "Content Determines Completion" <- This is the option you want
- Or specific settings for status and score mapping.
Related Content
- 9 months ago
- 9 months ago