From aaba6e8afe548dc9e2dcf4a1af040a3a4856c9d0 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Tue, 25 May 2010 09:49:52 +0000 Subject: [PATCH 1/1] MDL-21695 adding help and link strings --- question/type/essay/lang/en/qtype_essay.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/question/type/essay/lang/en/qtype_essay.php b/question/type/essay/lang/en/qtype_essay.php index bcf9e90b901..f397c536ded 100644 --- a/question/type/essay/lang/en/qtype_essay.php +++ b/question/type/essay/lang/en/qtype_essay.php @@ -24,6 +24,8 @@ */ $string['addingessay'] = 'Adding an Essay question'; +$string['addingessay_help'] = 'In response to a question (that may include an image) the respondent writes an answer of a paragraph or two. The essay question will not be assigned a grade until it has been reviewed by a teacher and manually graded.'; +$string['addingessay_link'] = 'question/type/essay'; $string['editingessay'] = 'Editing a Essay question'; $string['essay'] = 'Essay'; $string['essaysummary'] = 'Allows a response of a few sentences or paragraphs. This must then be graded manually.'; -- 2.43.0