Hi,
I've tried to upload my course to the LMS and found that it doesnt ever set status to completed, and I can't find a reason why. On the Reload SCORM 1.2 Player It does the same. I can see that there is no suspend data stored in the LMS which I think can be the source of the problems.
Has anyone faced problems with tracking? My course is a single page with no assessment.
All my blocks have the "_trackingId" set, starting from 0 to 23, I have set in the course.json
"_latestTrackingId": 23,
In config.json I have
"_spoor": {
"_tracking": {
"_requireCourseCompleted": true,
"_requireAssessmentPassed": false,
"_shouldSubmitScore": false
},
"_reporting": {
"_comment": "Your options here are 'completed', 'passed', 'failed', and 'incomplete'",
"_onTrackingCriteriaMet": "completed",
"_onQuizFailure": "incomplete"
}
}
In Reload Scorm 1.2 Player it does one more strange thing - all the quiz components (mcq and slider) doednt show user/modal answer button. In both the "_attempts" is set to 1. And when run from localhost I can see the question to show user/modal answer buttons after first attempt but on Reload it presents with reset buttton (on slider untill you select correct answer, in mcq it shows reset but it is disabled).