diff --git a/question/type/description/lang/en/qtype_description.php b/question/type/description/lang/en/qtype_description.php index 076de01d9cb..0eeca9ba35f 100644 --- a/question/type/description/lang/en/qtype_description.php +++ b/question/type/description/lang/en/qtype_description.php @@ -24,6 +24,9 @@ */ $string['addingdescription'] = 'Adding a Description'; +$string['addingdescription_help'] = 'A description is not really a question type. It simply enables text to be displayed without requiring any answers, similar to a label on the course page. + +The question text is displayed both during the attempt and on the review page. Any general feedback is displayed on the review page only.'; $string['description'] = 'Description'; -$string['descriptionsummary'] = 'This is not actually a question. Instead it is a way to add some instructions, rubric or other content to the quiz. This is similar to the way that Labels can be used to add content to the course page.'; +$string['descriptionsummary'] = 'This is not actually a question. Instead it is a way to add some instructions, rubric or other content to the quiz. This is similar to the way that labels can be used to add content to the course page.'; $string['editingdescription'] = 'Editing a Description';