From: Helen Foster Date: Tue, 25 May 2010 09:49:52 +0000 (+0000) Subject: MDL-21695 adding help and link strings X-Git-Tag: v2.0.0-rc1~3115 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=aaba6e8afe548dc9e2dcf4a1af040a3a4856c9d0;hp=cc002f9d04b356fdaac28b34003ca26102d39b02 MDL-21695 adding help and link strings --- 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.';