MDL-12118 Fixed learner_response report. It was changed by SCORM2004 3rd Ed. specification
This commit is contained in:
@@ -313,7 +313,7 @@
|
||||
$elements = array($interactionid,
|
||||
'cmi.interactions.'.$i.'.type',
|
||||
'cmi.interactions.'.$i.'.result',
|
||||
'cmi.interactions.'.$i.'.student_response');
|
||||
'cmi.interactions.'.$i.'.learner_response');
|
||||
$row = array();
|
||||
foreach ($elements as $element) {
|
||||
if (isset($trackdata->$element)) {
|
||||
|
||||
Reference in New Issue
Block a user