mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-12118 Fixed learner_response report. It was changed by SCORM2004 3rd Ed. specification
This commit is contained in:
parent
190af29fef
commit
48466ed9a7
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue