|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | qtype |
Variables | |
| $string ['addmoreqblanks'] = '{no} More Sets of Blanks' | |
| $string ['availablechoices'] = 'Available choices' | |
| $string ['correctansweris'] = 'The correct answer is: {$a}.' | |
| $string ['filloutthreeqsandtwoas'] = 'You must provide at least two questions and three answers. You can provide extra wrong answers by giving an answer with a blank question. Entries where both the question and the answer are blank will be ignored.' | |
| $string ['nomatchinganswer'] = 'You must specify an answer matching the question \'{$a}\'.' | |
| $string ['nomatchinganswerforq'] = 'You must specify an answer for this question.' | |
| $string ['notenoughqsandas'] = 'You must supply at least {$a->q} questions and {$a->a} answers.' | |
| $string ['notenoughquestions'] = 'You must supply at least {$a} question and answer pairs.' | |
| $string ['shuffle'] = 'Shuffle' | |
| $string ['shuffle_help'] = 'If enabled, the order of the statements (answers) is randomly shuffled for each attempt, provided that "Shuffle within questions" in the activity settings is also enabled.' | |
| $string ['pleaseananswerallparts'] = 'Please answer all parts of the question.' | |
| $string ['pluginname'] = 'Matching' | |
| $string ['pluginname_help'] = 'Matching questions require the respondent to correctly match a list of names or statements (questions) to another list of names or statements (answers).' | |
| $string ['pluginname_link'] = 'question/type/match' | |
| $string ['pluginnameadding'] = 'Adding a Matching question' | |
| $string ['pluginnameediting'] = 'Editing a Matching question' | |
| $string ['pluginnamesummary'] = 'The answer to each of a number of sub-question must be selected from a list of possibilities.' | |
| $string['addmoreqblanks'] = '{no} More Sets of Blanks' |
Definition at line 26 of file qtype_match.php.
| $string['availablechoices'] = 'Available choices' |
Definition at line 27 of file qtype_match.php.
| $string['correctansweris'] = 'The correct answer is: {$a}.' |
Definition at line 28 of file qtype_match.php.
| $string['filloutthreeqsandtwoas'] = 'You must provide at least two questions and three answers. You can provide extra wrong answers by giving an answer with a blank question. Entries where both the question and the answer are blank will be ignored.' |
Definition at line 29 of file qtype_match.php.
| $string['nomatchinganswer'] = 'You must specify an answer matching the question \'{$a}\'.' |
Definition at line 30 of file qtype_match.php.
| $string['nomatchinganswerforq'] = 'You must specify an answer for this question.' |
Definition at line 31 of file qtype_match.php.
| $string['notenoughqsandas'] = 'You must supply at least {$a->q} questions and {$a->a} answers.' |
Definition at line 32 of file qtype_match.php.
| $string['notenoughquestions'] = 'You must supply at least {$a} question and answer pairs.' |
Definition at line 33 of file qtype_match.php.
| $string['shuffle'] = 'Shuffle' |
Definition at line 34 of file qtype_match.php.
| $string['shuffle_help'] = 'If enabled, the order of the statements (answers) is randomly shuffled for each attempt, provided that "Shuffle within questions" in the activity settings is also enabled.' |
Definition at line 35 of file qtype_match.php.
| $string['pleaseananswerallparts'] = 'Please answer all parts of the question.' |
Definition at line 36 of file qtype_match.php.
| $string['pluginname'] = 'Matching' |
Definition at line 37 of file qtype_match.php.
| $string['pluginname_help'] = 'Matching questions require the respondent to correctly match a list of names or statements (questions) to another list of names or statements (answers).' |
Definition at line 38 of file qtype_match.php.
| $string['pluginname_link'] = 'question/type/match' |
Definition at line 39 of file qtype_match.php.
| $string['pluginnameadding'] = 'Adding a Matching question' |
Definition at line 40 of file qtype_match.php.
| $string['pluginnameediting'] = 'Editing a Matching question' |
Definition at line 41 of file qtype_match.php.