From 1c951c4649d81e856ce31c99df9f1f8755130f8b Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 28 Nov 2012 20:53:18 +1300 Subject: [PATCH] MDL-36858 SCORM: improve lang help for attempts grading to warn about failed status. --- mod/scorm/lang/en/scorm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/scorm/lang/en/scorm.php b/mod/scorm/lang/en/scorm.php index 4f25b7011ce..b93e301559a 100644 --- a/mod/scorm/lang/en/scorm.php +++ b/mod/scorm/lang/en/scorm.php @@ -336,6 +336,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 completed attempt is recorded in the gradebook. +The last completed attempt option does not include attempts with a \'failed\' status. Handling of Multiple Attempts -- 2.43.0