-
Bug
-
Resolution: Fixed
-
Trivial
-
2.6.5, 2.7.2, 2.8
-
MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
MDL-47875_master -
Easy
-
- Enter into a course
- Add a Choice activity
- Ensure the label of the Intro field is Intro and it comes from choice activity
- Ensure there isn't any language warning
Editing a choice activity I found it requires language strings from chat module:
This corresponds to mod/choice/mod_form.php
$this->add_intro_editor(true, get_string('chatintro', 'chat'));
|