From: agrabs Date: Mon, 28 Apr 2008 10:02:41 +0000 (+0000) Subject: some new strings for the new multiplechoice item X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2f500cf09de54834417ac09380253462dd30cb52;p=moodle.git some new strings for the new multiplechoice item --- diff --git a/lang/en_utf8/feedback.php b/lang/en_utf8/feedback.php index 7e56e7f813..4ea59778a6 100644 --- a/lang/en_utf8/feedback.php +++ b/lang/en_utf8/feedback.php @@ -99,6 +99,10 @@ $string['movedown_item'] = 'Move this question down'; $string['move_here'] = 'Move here'; $string['moveup_item'] = 'Move this question up'; $string['multiple_submit'] = 'Multiple submit'; +$string['multichoice'] = 'Multiple choice'; +$string['multichoice_values'] = 'Multiple choice values'; +$string['multichoicerated'] = 'Multiple choice (rated)'; +$string['multichoicetype'] = 'Multiple choice type'; $string['name'] = 'Name'; $string['name_required'] = 'Name required'; $string['next_page'] = 'Next page';