From d7c6e6dc1122faf37861609bb4e9704b378c2c94 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Fri, 13 Jul 2012 12:01:38 +0800 Subject: [PATCH] MDL-32948: Improved help for "Require students click submit button" setting Describes the effect of changing this setting after students have submitted. --- mod/assign/lang/en/assign.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/assign/lang/en/assign.php b/mod/assign/lang/en/assign.php index 251cff50030..47b6d897667 100644 --- a/mod/assign/lang/en/assign.php +++ b/mod/assign/lang/en/assign.php @@ -206,7 +206,7 @@ $string['sendsubmissionreceipts_help'] = 'This switch will enable submission rec $string['settings'] = 'Assignment settings'; $string['showrecentsubmissions'] = 'Show recent submissions'; $string['submissiondrafts'] = 'Require students click submit button'; -$string['submissiondrafts_help'] = 'If enabled, students will have to click a Submit button to declare their submission as final. This allows students to keep a draft version of the submission on the system.'; +$string['submissiondrafts_help'] = 'If enabled, students will have to click a Submit button to declare their submission as final. This allows students to keep a draft version of the submission on the system. If this setting is changed from "No" to "Yes" after students have already submitted those submissions will be regarded as final.'; $string['submissionnotready'] = 'This assignment is not ready to submit:'; $string['submissionplugins'] = 'Submission plugins'; $string['submissionreceipts'] = 'Send submission receipts';