Hi all,
I'm not aware I've done anything differently to the other courses I've developed using the framework but for some reason my latest course shows up as completed even if I fail the assessment (using Moodle). In my config.json I have the following:
"_spoor": {
"_isEnabled": true,
"_tracking": {
"_requireCourseCompleted": true,
"_requireAssessmentPassed": true,
"_shouldSubmitScore": true,
"_shouldStoreResponses": false,
"_shouldRecordInteractions": true
},
"_reporting": {
"_comment": "Your options here are 'completed', 'passed', 'failed', and 'incomplete'",
"_onTrackingCriteriaMet": "completed",
"_onAssessmentFailure": "incomplete",
"_resetStatusOnLanguageChange": false
}
}
and in course.json I have this:
"_assessment": {
"_postTotalScoreToLms": true,
"_requireAssessmentPassed": true,
"_isPercentageBased": true,
"_scoreToPass": 80
}
Is there anything else I need to do / could try? Slightly desperate as this is due for delivery tomorrow (Thursday) lunchtime! Please help!
Chris