Hi guys,
I have picked up a course that one of our old developers made and I seem to be having trouble with it.
I updated the course into the most recent version of adapt and now when you start or complete the course, it says that the course hasn't been started on the LMS. Now I imagine this is somehow down to Spoor settings and that is where our first problem is, there is a new spoor setting.... So on all my other courses that I have made with a knowledge check this is the settings I use.
"_spoor": {
"_isEnabled": true,
"_tracking": {
"_requireCourseCompleted": false,
"_requireAssessmentPassed": true,
"_shouldSubmitScore": true,
"_shouldStoreResponses": false
Now on this new course this is what shows.
"_spoor": {
"_isEnabled": true,
"_tracking": {
"_requireCourseCompleted": false,
"_requireAssessmentPassed": true,
"_shouldSubmitScore": true,
"_shouldStoreResponses": false,
"_shouldRecordInteractions": true
},
What is "_shouldRecordInteractions": true? and should it be true or false? Also will this be the reason why my course is not sending any info to the LMS?
Kind Regard