From 67bf124159ea20b39b648324c76fdb2b6a11e22c Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Thu, 22 Apr 2010 09:43:41 +0000 Subject: [PATCH] MDL-21695 adding help strings --- mod/choice/lang/en/choice.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mod/choice/lang/en/choice.php b/mod/choice/lang/en/choice.php index 4e1c06b9d4f..37eb4283831 100644 --- a/mod/choice/lang/en/choice.php +++ b/mod/choice/lang/en/choice.php @@ -42,12 +42,20 @@ $string['choicefull'] = 'This choice is full and there are no available places.' $string['choice:choose'] = 'Record a choice'; $string['choicename'] = 'Choice name'; $string['choiceopen'] = 'Open'; +$string['choiceoptions'] = 'Choice options'; +$string['choiceoptions_help'] = 'Here is where you specify the options that participants have to choose from. + +You can fill in any number of these. If you leave some of the options blank, they will not be displayed. If you need more than 8 options, click the "Add 3 fields to form" button.'; +$string['limitanswers_help'] = 'This option allows you to limit the number of participants that can select each choice option. When the limit is reached then no-one else can select that option. + +If limits are disabled then any number of participants can select each of the options.'; $string['choice:readresponses'] = 'Read responses'; $string['choicesaved'] = 'Your choice has been saved'; $string['choicetext'] = 'Choice text'; $string['limit'] = 'Limit'; $string['limitanswers'] = 'Limit the number of responses allowed'; $string['modulename'] = 'Choice'; +$string['modulename_help'] = 'The choice module enables the teacher to ask a question and specify a choice of multiple responses.'; $string['modulenameplural'] = 'Choices'; $string['mustchooseone'] = 'You must choose an answer before saving. Nothing was saved.'; $string['noguestchoose'] = 'Sorry, guests are not allowed to make choices.';