|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | qformat |
Variables | |
| $string ['invalidxml'] = 'Invalid XML file - string expected (use CDATA?)' | |
| $string ['pluginname'] = 'Moodle XML format' | |
| $string ['pluginname_help'] = 'This is a Moodle-specific format for importing and exporting questions.' | |
| $string ['pluginname_link'] = 'qformat/xml' | |
| $string ['truefalseimporterror'] = '<b>Warning</b>: The true/false question \'{$a->questiontext}\' could not be imported properly. It was not clear whether the correct answer is true or false. The question has been imported assuming that the answer is \'{$a->answer}\'. If this is not correct, you will need to edit the question.' | |
| $string ['unsupportedexport'] = 'Question type {$a} is not supported by XML export' | |
| $string ['xmlimportnoname'] = 'Missing question name in XML file' | |
| $string ['xmlimportnoquestion'] = 'Missing question text in XML file' | |
| $string ['xmltypeunsupported'] = 'Question type {$a} is not supported by XML import' | |
| $string['invalidxml'] = 'Invalid XML file - string expected (use CDATA?)' |
Definition at line 26 of file qformat_xml.php.
| $string['pluginname'] = 'Moodle XML format' |
Definition at line 27 of file qformat_xml.php.
| $string['pluginname_help'] = 'This is a Moodle-specific format for importing and exporting questions.' |
Definition at line 28 of file qformat_xml.php.
| $string['pluginname_link'] = 'qformat/xml' |
Definition at line 29 of file qformat_xml.php.
| $string['truefalseimporterror'] = '<b>Warning</b>: The true/false question \'{$a->questiontext}\' could not be imported properly. It was not clear whether the correct answer is true or false. The question has been imported assuming that the answer is \'{$a->answer}\'. If this is not correct, you will need to edit the question.' |
Definition at line 30 of file qformat_xml.php.
| $string['unsupportedexport'] = 'Question type {$a} is not supported by XML export' |
Definition at line 31 of file qformat_xml.php.
Definition at line 32 of file qformat_xml.php.
Definition at line 33 of file qformat_xml.php.
| $string['xmltypeunsupported'] = 'Question type {$a} is not supported by XML import' |
Definition at line 34 of file qformat_xml.php.