From d099fcc685c277172c06c7ed1473de45b6ef733e Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Mon, 17 May 2010 13:59:49 +0000 Subject: [PATCH] MDL-21695 adding help and link strings --- question/format/aiken/lang/en/qformat_aiken.php | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 question/format/aiken/lang/en/qformat_aiken.php diff --git a/question/format/aiken/lang/en/qformat_aiken.php b/question/format/aiken/lang/en/qformat_aiken.php new file mode 100644 index 00000000000..bea9b021afe --- /dev/null +++ b/question/format/aiken/lang/en/qformat_aiken.php @@ -0,0 +1,28 @@ +. + +/** + * Strings for component 'qformat_aiken', language 'en', branch 'MOODLE_20_STABLE' + * + * @package qformat_aiken + * @copyright 2010 Helen Foster + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +$string['aiken'] = 'Aiken format'; +$string['aiken_help'] = 'This is a simple format for importing multiple choice questions from a text file.'; +$string['aiken_link'] = 'qformat/aiken'; -- 2.11.4.GIT