$string['whethercorrect_help']='This covers both the textual description \'Correct\', \'Partially correct\' or \'Incorrect\', and any coloured highlighting that conveys the same information.';
<FIELDNAME="overduehandling"TYPE="char"LENGTH="16"NOTNULL="true"DEFAULT="autoabandon"SEQUENCE="false"COMMENT="The method used to handle overdue attempts. 'autosubmit', 'graceperiod' or 'autoabandon'."/>
<FIELDNAME="graceperiod"TYPE="int"LENGTH="10"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="The amount of time (in seconds) after the time limit runs out during which attempts can still be submitted, if overduehandling is set to allow it."/>
<FIELDNAME="preferredbehaviour"TYPE="char"LENGTH="32"NOTNULL="true"SEQUENCE="false"COMMENT="The behaviour to ask questions to use."/>
<FIELDNAME="reattemptgradedquestions"TYPE="int"LENGTH="4"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="Whether the graded questions in 'Immediate feedback', 'Immediate feedback with CBM' and 'Interactive with multiple tries behaviours' behaviours can be reattempted within a quiz attempt."/>
<FIELDNAME="attempts"TYPE="int"LENGTH="6"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="The maximum number of attempts a student is allowed."/>
<FIELDNAME="attemptonlast"TYPE="int"LENGTH="4"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="Whether subsequent attempts start from teh answer to the previous attempt (1) or start blank (0)."/>
<FIELDNAME="grademethod"TYPE="int"LENGTH="4"NOTNULL="true"DEFAULT="1"SEQUENCE="false"COMMENT="One of the values QUIZ_GRADEHIGHEST, QUIZ_GRADEAVERAGE, QUIZ_ATTEMPTFIRST or QUIZ_ATTEMPTLAST."/>
@@ -180,6 +180,7 @@ $string['configpenaltyscheme'] = 'Penalty subtracted for each wrong response in
$string['configpopup']='Force the attempt to open in a popup window, and use JavaScript tricks to try to restrict copy and paste, etc. during quiz attempts.';
$string['configrequirepassword']='Students must enter this password before they can attempt the quiz.';
$string['configrequiresubnet']='Students can only attempt the quiz from these computers.';
$string['configrestartgradedquestions']='If enabled, it allows students to restart graded questions in \'Immediate feedback\', \'Immediate feedback with CBM\' and \'Interactive with multiple tries behaviours\'';
$string['configreviewoptions']='These options control what information users can see when they review a quiz attempt or look at the quiz reports.';
$string['configshowblocks']='Show blocks during quiz attempts.';
$string['configshowuserpicture']='Show the user\'s picture on screen during attempts.';
...
...
@@ -754,6 +755,8 @@ $string['reviewduring'] = 'During the attempt';
$string['reviewimmediately']='Immediately after the attempt';
$string['marks']='Marks';
$string['marks_help']='The numerical marks for each question, and the overall attempt score.';
$string['restartgradedquestions_help']='If enabled, it allows students to restart graded questions in \'Immediate feedback\', \'Immediate feedback with CBM\' and \'Interactive with multiple tries behaviours\'';
$string['reviewnever']='Never allow review';
$string['reviewofattempt']='Review of attempt {$a}';