|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | qformat |
Variables | |
| $string ['braceerror'] = 'Could not find {...} around answers' | |
| $string ['giftleftbraceerror'] = 'Could not find a {' | |
| $string ['giftmatchingformat'] = 'Matching question answers are improperly formatted' | |
| $string ['giftnonumericalanswers'] = 'No answers found for numerical question' | |
| $string ['giftnovalidquestion'] = 'No valid question found' | |
| $string ['giftqtypenotset'] = 'Question type is not set' | |
| $string ['giftrightbraceerror'] = 'Could not find a }' | |
| $string ['importminerror'] = 'There is an error in the question. There are not enough answers for this question type' | |
| $string ['nohandler'] = 'No handler for question type {$a}' | |
| $string ['pluginname'] = 'Gift format' | |
| $string ['pluginname_help'] = 'Gift format enables multiple-choice, true-false, short answer, matching, missing word, numerical and essay questions to be imported or exported via text file.' | |
| $string ['pluginname_link'] = 'qformat/gift' | |
| $string['braceerror'] = 'Could not find {...} around answers' |
Definition at line 26 of file qformat_gift.php.
| $string['giftleftbraceerror'] = 'Could not find a {' |
Definition at line 27 of file qformat_gift.php.
| $string['giftmatchingformat'] = 'Matching question answers are improperly formatted' |
Definition at line 28 of file qformat_gift.php.
| $string['giftnonumericalanswers'] = 'No answers found for numerical question' |
Definition at line 29 of file qformat_gift.php.
| $string['giftnovalidquestion'] = 'No valid question found' |
Definition at line 30 of file qformat_gift.php.
| $string['giftqtypenotset'] = 'Question type is not set' |
Definition at line 31 of file qformat_gift.php.
| $string['giftrightbraceerror'] = 'Could not find a }' |
Definition at line 32 of file qformat_gift.php.
| $string['importminerror'] = 'There is an error in the question. There are not enough answers for this question type' |
Definition at line 33 of file qformat_gift.php.
| $string['nohandler'] = 'No handler for question type {$a}' |
Definition at line 34 of file qformat_gift.php.
| $string['pluginname'] = 'Gift format' |
Definition at line 35 of file qformat_gift.php.
| $string['pluginname_help'] = 'Gift format enables multiple-choice, true-false, short answer, matching, missing word, numerical and essay questions to be imported or exported via text file.' |
Definition at line 36 of file qformat_gift.php.
| $string['pluginname_link'] = 'qformat/gift' |
Definition at line 37 of file qformat_gift.php.