diff --git a/question/format/qti_two/lang/en/qformat_qti_two.php b/question/format/qti_two/lang/en/qformat_qti_two.php new file mode 100644 index 00000000000..f506f9685ee --- /dev/null +++ b/question/format/qti_two/lang/en/qformat_qti_two.php @@ -0,0 +1,28 @@ +. + +/** + * Strings for component 'qformat_qti_two', language 'en', branch 'MOODLE_20_STABLE' + * + * @package qformat_qti_two + * @copyright 2010 Helen Foster + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +$string['qti_two'] = 'IMS QTI 2.0 format'; +$string['qti_two_help'] = 'This format enables questions to be exported in the standard IMS QTI format (version 2.0) via a zip file.'; +$string['qti_two_link'] = 'qformat/qti/two';