X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=question%2Ftype%2Fessay%2Flang%2Fen%2Fqtype_essay.php;h=f397c536dedeaf9ff4c0ad776feb3e35730d0174;hp=bcf9e90b901124df7e5ef627f646c6153f40bea4;hb=aaba6e8afe548dc9e2dcf4a1af040a3a4856c9d0;hpb=cc002f9d04b356fdaac28b34003ca26102d39b02;ds=sidebyside 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.';