SCORM MDL-18364 improve help on multiple attempts
This commit is contained in:
@@ -276,7 +276,15 @@ $string['versionwarning'] = 'The manifest version is older than 1.3, warning at
|
||||
$string['viewallreports'] = 'View reports for {$a} attempts';
|
||||
$string['viewalluserreports'] = 'View reports for {$a} users';
|
||||
$string['whatgrade'] = 'Attempts grading';
|
||||
$string['whatgrade_help'] = 'If multiple attempts are allowed, this setting specifies whether the highest, average (mean), first or last attempt is recorded in the gradebook.';
|
||||
$string['whatgrade_help'] = 'If multiple attempts are allowed, this setting specifies whether the highest, average (mean), first or last attempt is recorded in the gradebook.
|
||||
|
||||
Handling of Multiple Attempts
|
||||
|
||||
* The option to start a new attempt is provided by a checkbox above the Enter button on the content structure page, so be sure you\'re providing access to that page if you want to allow more than one attempt.
|
||||
* Some scorm packages are intelligent about new attempts, many are not. What this means is that if the learner re-enters an existing attempt, if the SCORM content does not have internal logic to avoid overwriting previous attempts they can be overwritten, even though the attempt was \'completed\' or \'passed\'.
|
||||
* The settings "Force completed", "Force new attempt" and "Lonck after final attempt also provide further management of multiple attempts.
|
||||
|
||||
';
|
||||
$string['whatgradedesc'] = 'This preference sets the default attempts grading';
|
||||
$string['width'] = 'Width';
|
||||
$string['window'] = 'Window';
|
||||
|
||||
Reference in New Issue
Block a user