|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | qtype |
Variables | |
| $string ['addmorechoiceblanks'] = 'Blanks for {no} more choices' | |
| $string ['answerhowmany'] = 'One or multiple answers?' | |
| $string ['answernumbering'] = 'Number the choices?' | |
| $string ['answernumbering123'] = '1., 2., 3., ...' | |
| $string ['answernumberingabc'] = 'a., b., c., ...' | |
| $string ['answernumberingABCD'] = 'A., B., C., ...' | |
| $string ['answernumberingiii'] = 'i., ii., iii., ...' | |
| $string ['answernumberingIIII'] = 'I., II., III., ...' | |
| $string ['answernumberingnone'] = 'No numbering' | |
| $string ['answersingleno'] = 'Multiple answers allowed' | |
| $string ['answersingleyes'] = 'One answer only' | |
| $string ['choiceno'] = 'Choice {$a}' | |
| $string ['choices'] = 'Available choices' | |
| $string ['clozeaid'] = 'Enter missing word' | |
| $string ['correctansweris'] = 'The correct answer is: {$a}.' | |
| $string ['correctfeedback'] = 'For any correct response' | |
| $string ['errgradesetanswerblank'] = 'Grade set, but the Answer is blank' | |
| $string ['errfractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%<br />Instead, they add up to {$a}%' | |
| $string ['errfractionsnomax'] = 'One of the choices should be 100%, so that it is<br />possible to get a full grade for this question.' | |
| $string ['feedback'] = 'Feedback' | |
| $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 ['incorrectfeedback'] = 'For any incorrect response' | |
| $string ['notenoughanswers'] = 'This type of question requires at least {$a} choices' | |
| $string ['overallcorrectfeedback'] = 'Feedback for any correct response' | |
| $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 ['pluginname'] = 'Multiple choice' | |
| $string ['pluginname_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 ['pluginname_link'] = 'question/type/multichoice' | |
| $string ['pluginnameadding'] = 'Adding a Multiple choice question' | |
| $string ['pluginnameediting'] = 'Editing a Multiple choice question' | |
| $string ['pluginnamesummary'] = 'Allows the selection of a single or multiple responses from a pre-defined list.' | |
| $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 activity settings is also enabled.' | |
| $string ['singleanswer'] = 'Choose one answer.' | |
| $string ['toomanyselected'] = 'You have selected too many options.' | |
| $string['addmorechoiceblanks'] = 'Blanks for {no} more choices' |
Definition at line 26 of file qtype_multichoice.php.
| $string['answerhowmany'] = 'One or multiple answers?' |
Definition at line 27 of file qtype_multichoice.php.
| $string['answernumbering'] = 'Number the choices?' |
Definition at line 28 of file qtype_multichoice.php.
| $string['answernumbering123'] = '1., 2., 3., ...' |
Definition at line 29 of file qtype_multichoice.php.
| $string['answernumberingabc'] = 'a., b., c., ...' |
Definition at line 30 of file qtype_multichoice.php.
| $string['answernumberingABCD'] = 'A., B., C., ...' |
Definition at line 31 of file qtype_multichoice.php.
| $string['answernumberingiii'] = 'i., ii., iii., ...' |
Definition at line 32 of file qtype_multichoice.php.
| $string['answernumberingIIII'] = 'I., II., III., ...' |
Definition at line 33 of file qtype_multichoice.php.
| $string['answernumberingnone'] = 'No numbering' |
Definition at line 34 of file qtype_multichoice.php.
| $string['answersingleno'] = 'Multiple answers allowed' |
Definition at line 35 of file qtype_multichoice.php.
| $string['answersingleyes'] = 'One answer only' |
Definition at line 36 of file qtype_multichoice.php.
| $string['choiceno'] = 'Choice {$a}' |
Definition at line 37 of file qtype_multichoice.php.
| $string['choices'] = 'Available choices' |
Definition at line 38 of file qtype_multichoice.php.
| $string['clozeaid'] = 'Enter missing word' |
Definition at line 39 of file qtype_multichoice.php.
| $string['correctansweris'] = 'The correct answer is: {$a}.' |
Definition at line 40 of file qtype_multichoice.php.
| $string['correctfeedback'] = 'For any correct response' |
Definition at line 41 of file qtype_multichoice.php.
| $string['errgradesetanswerblank'] = 'Grade set, but the Answer is blank' |
Definition at line 42 of file qtype_multichoice.php.
| $string['errfractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%<br />Instead, they add up to {$a}%' |
Definition at line 43 of file qtype_multichoice.php.
| $string['errfractionsnomax'] = 'One of the choices should be 100%, so that it is<br />possible to get a full grade for this question.' |
Definition at line 44 of file qtype_multichoice.php.
| $string['feedback'] = 'Feedback' |
Definition at line 45 of file qtype_multichoice.php.
| $string['fillouttwochoices'] = 'You must fill out at least two choices. Choices left blank will not be used.' |
Definition at line 46 of file qtype_multichoice.php.
| $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?' |
Definition at line 47 of file qtype_multichoice.php.
| $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?' |
Definition at line 48 of file qtype_multichoice.php.
| $string['incorrectfeedback'] = 'For any incorrect response' |
Definition at line 49 of file qtype_multichoice.php.
Definition at line 50 of file qtype_multichoice.php.
| $string['overallcorrectfeedback'] = 'Feedback for any correct response' |
Definition at line 51 of file qtype_multichoice.php.
| $string['overallfeedback'] = 'Overall feedback' |
Definition at line 52 of file qtype_multichoice.php.
| $string['overallincorrectfeedback'] = 'Feedback for any incorrect response' |
Definition at line 53 of file qtype_multichoice.php.
| $string['overallpartiallycorrectfeedback'] = 'Feedback for any partially correct response' |
Definition at line 54 of file qtype_multichoice.php.
| $string['partiallycorrectfeedback'] = 'For any partially correct response' |
Definition at line 55 of file qtype_multichoice.php.
| $string['pleaseselectananswer'] = 'Please select an answer.' |
Definition at line 56 of file qtype_multichoice.php.
| $string['pleaseselectatleastoneanswer'] = 'Please select at least one answer.' |
Definition at line 57 of file qtype_multichoice.php.
| $string['pluginname'] = 'Multiple choice' |
Definition at line 58 of file qtype_multichoice.php.
| $string['pluginname_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.' |
Definition at line 59 of file qtype_multichoice.php.
| $string['pluginname_link'] = 'question/type/multichoice' |
Definition at line 60 of file qtype_multichoice.php.
| $string['pluginnameadding'] = 'Adding a Multiple choice question' |
Definition at line 61 of file qtype_multichoice.php.
| $string['pluginnameediting'] = 'Editing a Multiple choice question' |
Definition at line 62 of file qtype_multichoice.php.
| $string['pluginnamesummary'] = 'Allows the selection of a single or multiple responses from a pre-defined list.' |
Definition at line 63 of file qtype_multichoice.php.
| $string['selectmulti'] = 'Select one or more:' |
Definition at line 64 of file qtype_multichoice.php.
| $string['selectone'] = 'Select one:' |
Definition at line 65 of file qtype_multichoice.php.
| $string['shuffleanswers'] = 'Shuffle the choices?' |
Definition at line 66 of file qtype_multichoice.php.
| $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.' |
Definition at line 67 of file qtype_multichoice.php.
| $string['singleanswer'] = 'Choose one answer.' |
Definition at line 68 of file qtype_multichoice.php.
| $string['toomanyselected'] = 'You have selected too many options.' |
Definition at line 69 of file qtype_multichoice.php.