MDL-57998 mod_scorm: added action events

Part of MDL-55611 epic.
This commit is contained in:
Mark Nelson 2017-03-03 16:52:46 +08:00 committed by Damyon Wiese
parent 7aedfe32f4
commit 3a41f730ac
6 changed files with 547 additions and 6 deletions

View file

@ -72,6 +72,8 @@ $string['browsed'] = 'Browsed';
$string['browsemode'] = 'Preview mode';
$string['browserepository'] = 'Browse repository';
$string['calculatedweight'] = 'Calculated weight';
$string['calendarend'] = 'The SCORM activity \'{$a}\' closes';
$string['calendarstart'] = 'The SCORM activity \'{$a}\' opens';
$string['cannotaccess'] = 'You cannot call this script in that way';
$string['cannotfindsco'] = 'Could not find SCO';
$string['closebeforeopen'] = 'You have specified a close date before the open date.';