From a911b4cb3e8f4a344ce46dffac47fdfd4d649ccd Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Fri, 8 Jun 2012 20:33:38 +1200 Subject: [PATCH] MDL-33515 SCORM - attempts grading setting is confusing - last attempt is really last completed attempt. --- mod/scorm/lang/en/scorm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/scorm/lang/en/scorm.php b/mod/scorm/lang/en/scorm.php index e4387b470a967..04c6d896a4d92 100644 --- a/mod/scorm/lang/en/scorm.php +++ b/mod/scorm/lang/en/scorm.php @@ -174,7 +174,7 @@ $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'; @@ -320,7 +320,7 @@ $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