From eed47b019a01cf0da1e216e9050b893bbff4b87d Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Sun, 16 May 2010 22:36:44 +0000 Subject: [PATCH] MDL-21695 adding help and link strings --- .../qti_two/lang/en/qformat_qti_two.php | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 question/format/qti_two/lang/en/qformat_qti_two.php 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';