<FIELDNAME="answernumbering"TYPE="char"LENGTH="10"NOTNULL="true"DEFAULT="abc"SEQUENCE="false"COMMENT="Indicates how and whether the choices should be numbered."/>
<FIELDNAME="shownumcorrect"TYPE="int"LENGTH="2"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="If true, then when the user gets a multiple-response question partially correct, tell them how many choices they got correct alongside the feedback."/>
<FIELDNAME="showstandardinstruction"TYPE="int"LENGTH="2"NOTNULL="true"DEFAULT="1"SEQUENCE="false"COMMENT="Whether standard instruction ('Select one:' or 'Select one or more:') is displayed"/>
@@ -72,4 +72,6 @@ $string['shuffleanswers'] = 'Shuffle the choices?';
$string['shuffleanswers_desc']='Whether options should be randomly shuffled for each attempt by default.';
$string['shuffleanswers_help']='If enabled, the order of the answers is randomly shuffled for each attempt, provided that "Shuffle within questions" in the activity settings is also enabled.';
$string['singleanswer']='Choose one answer.';
$string['showstandardinstruction']='Show standard instruction';
$string['showstandardinstruction_help']='With this setting enabled, standard instruction will be supplied as part of the selection area (e.g. "Select one:" or "Select one or more:"). If disabled, question authors can instead include instructions in the question content, if required.';
$string['toomanyselected']='You have selected too many options.';
@@ -155,6 +155,7 @@ class qtype_multichoice_attempt_upgrader_test extends question_attempt_upgrader_
'partiallycorrectfeedback'=>'',
'incorrectfeedback'=>'',
'answernumbering'=>'none',
'showstandardinstruction'=>0,
'shownumcorrect'=>'0',
),
'hints'=>array(
...
...
@@ -374,6 +375,7 @@ class qtype_multichoice_attempt_upgrader_test extends question_attempt_upgrader_
'partiallycorrectfeedback'=>'',
'incorrectfeedback'=>'',
'answernumbering'=>'abc',
'showstandardinstruction'=>0,
),
'hints'=>false,
);
...
...
@@ -555,6 +557,7 @@ class qtype_multichoice_attempt_upgrader_test extends question_attempt_upgrader_
'partiallycorrectfeedback'=>'',
'incorrectfeedback'=>'',
'answernumbering'=>'abc',
'showstandardinstruction'=>0,
),
'hints'=>false,
);
...
...
@@ -751,6 +754,7 @@ class qtype_multichoice_attempt_upgrader_test extends question_attempt_upgrader_
'partiallycorrectfeedback'=>'Your answer is partially correct.',
'incorrectfeedback'=>'Your answer is incorrect.',
'answernumbering'=>'abc',
'showstandardinstruction'=>0,
),
'hints'=>false,
);
...
...
@@ -973,6 +977,7 @@ class qtype_multichoice_attempt_upgrader_test extends question_attempt_upgrader_
'partiallycorrectfeedback'=>'',
'incorrectfeedback'=>'',
'answernumbering'=>'abc',
'showstandardinstruction'=>0,
),
'hints'=>false,
);
...
...
@@ -1114,6 +1119,7 @@ public function test_multichoice_deferredfeedback_qsession140() {
'partiallycorrectfeedback'=>'',
'incorrectfeedback'=>'',
'answernumbering'=>'abc',
'showstandardinstruction'=>0,
),
'hints'=>false,
);
...
...
@@ -1338,6 +1344,7 @@ public function test_multichoice_deferredfeedback_qsession140() {
'partiallycorrectfeedback'=>'',
'incorrectfeedback'=>'',
'answernumbering'=>'abc',
'showstandardinstruction'=>0,
),
'hints'=>false,
);
...
...
@@ -1583,6 +1590,7 @@ public function test_multichoice_deferredfeedback_qsession140() {
'partiallycorrectfeedback'=>'This is a very polemical source which clearly has a standpoint. Whether or not you would use this material would be largely dependent on your reseach question. If you did use it, you would need to be clear that you would require academic sources that would support the claims being made.<br /><br />',
'incorrectfeedback'=>'This is a very polemical source which clearly has a standpoint. Whether or not you would use this material would be largely dependent on your reseach question. If you did use it, you would need to be clear that you would require academic sources that would support the claims being made.<br /><br />',
'answernumbering'=>'abc',
'showstandardinstruction'=>0,
),
'hints'=>false,
);
...
...
@@ -1785,6 +1793,7 @@ public function test_multichoice_deferredfeedback_qsession140() {
'partiallycorrectfeedback'=>'',
'incorrectfeedback'=>'',
'answernumbering'=>'abc',
'showstandardinstruction'=>0,
),
'hints'=>false,
);
...
...
@@ -2023,6 +2032,7 @@ public function test_multichoice_deferredfeedback_qsession140() {
'partiallycorrectfeedback'=>'',
'incorrectfeedback'=>'',
'answernumbering'=>'none',
'showstandardinstruction'=>0,
),
'hints'=>false,
);
...
...
@@ -2224,6 +2234,7 @@ public function test_multichoice_deferredfeedback_qsession140() {
'partiallycorrectfeedback'=>'',
'incorrectfeedback'=>'',
'answernumbering'=>'abc',
'showstandardinstruction'=>0,
),
'hints'=>false,
);
...
...
@@ -2442,6 +2453,7 @@ public function test_multichoice_deferredfeedback_qsession140() {
'single'=>'1',
'shuffleanswers'=>'0',
'answernumbering'=>'abc',
'showstandardinstruction'=>0,
'correctfeedback'=>'',
'partiallycorrectfeedback'=>'',
'incorrectfeedback'=>'',
...
...
@@ -2652,6 +2664,7 @@ public function test_multichoice_deferredfeedback_qsession140() {