Hi all,
I'm developing a course with Chamilo and using Adapt for lessons. The problem for me is that i want to connect the progress in the Adapt lesson to the Chamilo progress lesson.
I've used the following configuration for config.json:
{
"_defaultLanguage": "es",
"_defaultDirection": "ltr",
"_questionWeight": 1,
"_accessibility": {
"_isEnabled": true,
"_shouldSupportLegacyBrowsers": true,
"_isTextProcessorEnabled": true
},
"_drawer": {
"_showEasing": "easeOutQuart",
"_hideEasing": "easeInQuart",
"_duration": 400
},
"_spoor": {
"_advancedSettings": {
"_commitRetryDelay": "2000",
"_maxCommitRetries": "5",
"_timedCommitFrequency": "10",
"_commitOnStatusChange": "true",
"_showDebugWindow": "true"
},
"_reporting": {
"_onAssessmentFailure": "incomplete",
"_onTrackingCriteriaMet": "completed"
},
"_tracking": {
"_shouldStoreResponses": "false",
"_shouldSubmitScore": "false",
"_requireAssessmentPassed": "false",
"_requireCourseCompleted": "true"
},
"_isEnabled": "true"
}
}
The lesson .zip SCORM has been uploaded to Chamilo LMS correctly but when I access the lesson this message occurs:
ScormWrapper::initTimedCommit |
ScormWrapper::getValue: _property=cmi.suspend_data |
ScormWrapper::getValue: returning |
ScormWrapper::getValue: _property=cmi.core.lesson_location |
ScormWrapper::getValue: returning |
ScormWrapper::getValue: _property=cmi.core.score.raw |
ScormWrapper::getValue: returning 0 |
ScormWrapper::getValue: _property=cmi.core.lesson_status |
ScormWrapper::getValue: returning |
ScormWrapper::getStatus: invalid lesson status '' received from LMS |
ScormWrapper::getValue: _property=cmi.core.student_name |
ScormWrapper::getValue: returning Gomes, Álvaro |
ScormWrapper::getValue: _property=cmi.suspend_data |
ScormWrapper::getValue: returning |
ScormWrapper::getValue: _property=cmi.core.lesson_location |
ScormWrapper::getValue: returning |
ScormWrapper::getValue: _property=cmi.core.score.raw |
ScormWrapper::getValue: returning 0 |
ScormWrapper::getValue: _property=cmi.core.lesson_status |
ScormWrapper::getValue: returning |
ScormWrapper::getStatus: invalid lesson status '' received from LMS |
ScormWrapper::getValue: _property=cmi.core.student_name |
ScormWrapper::getValue: returning Gomes, Álvaro |
The fact is that the lesson worksd fine but the progress into the lesson is not showed in chamilo.
Any help woul be appreciated. ;) Thanks in advance. Kind regards,
Alvaro