diff --git a/lang/en/choicegroup.php b/lang/en/choicegroup.php index 6ccf38c..be8cc3d 100644 --- a/lang/en/choicegroup.php +++ b/lang/en/choicegroup.php @@ -57,6 +57,7 @@ $string['choicegroupname'] = 'Group choice name'; $string['choicegroupopen'] = 'Open'; $string['choicegroupoptions'] = 'Choice options'; +$string['choicegroupoptions_description'] = 'Define available group options for participants'; $string['choicegroupoptions_help'] = 'Here is where you specify which groups participants can choose from. The list on the left displays all available groups and groupings. To add one or several groups, select these from the list and click "Add". To add all groups from a grouping, select the grouping and click "Add". diff --git a/mod_form.php b/mod_form.php index 0a1b55c..3935a7a 100644 --- a/mod_form.php +++ b/mod_form.php @@ -151,15 +151,10 @@ public function definition() { $mform->addElement('header', 'groups', get_string('groupsheader', 'choicegroup')); $mform->addElement('html', '