<FIELDNAME="incorrectfeedback"TYPE="text"LENGTH="small"NOTNULL="true"SEQUENCE="false"COMMENT="Feedback shown for any incorrect response."PREVIOUS="partiallycorrectfeedbackformat"NEXT="incorrectfeedbackformat"/>
<FIELDNAME="answernumbering"TYPE="char"LENGTH="10"NOTNULL="true"DEFAULT="abc"SEQUENCE="false"COMMENT="Indicates how and whether the choices should be numbered."PREVIOUS="incorrectfeedbackformat"/>
<FIELDNAME="answernumbering"TYPE="char"LENGTH="10"NOTNULL="true"DEFAULT="abc"SEQUENCE="false"COMMENT="Indicates how and whether the choices should be numbered."PREVIOUS="incorrectfeedbackformat"NEXT="shownumcorrect"/>
<FIELDNAME="shownumcorrect"TYPE="int"LENGTH="2"NOTNULL="true"UNSIGNED="false"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."PREVIOUS="answernumbering"/>
$string['fillouttwochoices']='You must fill out at least two choices. Choices left blank will not be used.';
$string['fractionsaddwrong']='The positive grades you have chosen do not add up to 100%<br />Instead, they add up to {$a}%<br />Do you want to go back and fix this question?';
$string['fractionsnomax']='One of the choices should be 100%, so that it is<br />possible to get a full grade for this question.<br />Do you want to go back and fix this question?';
$string['choiceno']='Choice {$a}';
$string['choices']='Available choices';
$string['incorrectfeedback']='For any incorrect response';
$string['multichoice']='Multiple choice';
$string['multichoice_help']='In response to a question (that may include a image) the respondent chooses from multiple answers. There are two types of multiple choice questions - one answer and multiple answer.';
$string['multichoicesummary']='Allows the selection of a single or multiple responses from a pre-defined list.';
$string['notenoughanswers']='This type of question requires at least {$a} choices';
$string['overallcorrectfeedback']='Feedback for any correct response';
$string['overallfeedback']='Overall Feedback';
$string['overallfeedback']='Overall feedback';
$string['overallincorrectfeedback']='Feedback for any incorrect response';
$string['overallpartiallycorrectfeedback']='Feedback for any partially correct response';
$string['partiallycorrectfeedback']='For any partially correct response';
$string['pleaseselectananswer']='Please select an answer.';
$string['pleaseselectatleastoneanswer']='Please select at least one answer.';
$string['selectmulti']='Select one or more:';
$string['selectone']='Select one:';
$string['shuffleanswers']='Shuffle the choices?';
$string['shuffleanswers_help']='If enabled, the order of the answers is randomly shuffled for each attempt, provided that "Shuffle within questions" in the quiz settings is also enabled.';
$string['singleanswer']='Choose one answer.';
$string['toomanyselected']='You have selected too many options.';