moodle/lang/en_utf8/qformat_xml.php
thepurpleblob c95defa90b MDL-18555:
Adding better handling for unsupported question types.

Merged from STABLE_19
2009-03-16 14:25:30 +00:00

5 lines
166 B
PHP

<?php
$string['invalidxml'] = 'Invalid xml file - string expected (use CDATA?)';
$string['unsupportedexport'] = 'Question type $a is not supported by xml export';
?>