mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-33515 SCORM - attempts grading setting is confusing - last attempt is really last completed attempt.
This commit is contained in:
parent
4db061680e
commit
e099166635
@ -180,7 +180,7 @@ $string['invalidhacpsession'] = 'Invalid HACP Session';
|
||||
$string['invalidmanifestresource'] = 'WARNING: The following resources were referenced in your manifest but couldn\'t be found:';
|
||||
$string['last'] = 'Last accessed on';
|
||||
$string['lastaccess'] = 'Last access';
|
||||
$string['lastattempt'] = 'Last attempt';
|
||||
$string['lastattempt'] = 'Last completed attempt';
|
||||
$string['lastattemptlock'] = 'Lock after final attempt';
|
||||
$string['lastattemptlock_help'] = 'If enabled, a student is prevented from launching the SCORM player after using up all their allocated attempts.';
|
||||
$string['lastattemptlockdesc'] = 'This preference sets the default value for the lock after final attempt setting';
|
||||
@ -334,7 +334,7 @@ $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 completed attempt is recorded in the gradebook.
|
||||
|
||||
Handling of Multiple Attempts
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user