From cb69eb8a003eba7ccf0e7d3e28ffe01643537bd4 Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Fri, 20 Feb 2015 18:18:09 +0100 Subject: [PATCH] MDL-48912 mod_lesson: Essay page title disclosed to student --- mod/lesson/lang/en/lesson.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/lesson/lang/en/lesson.php b/mod/lesson/lang/en/lesson.php index 1ede7efeef8..2c5eac6ed72 100644 --- a/mod/lesson/lang/en/lesson.php +++ b/mod/lesson/lang/en/lesson.php @@ -169,8 +169,8 @@ $string['eolstudentoutoftime'] = 'Attention: You ran out of time for this lesso $string['eolstudentoutoftimenoanswers'] = 'You did not answer any questions. You have received a 0 for this lesson.'; $string['essay'] = 'Essay'; $string['essayemailmessage'] = '

Essay prompt:

{$a->question}

Your response:

{$a->response}

{$a->teacher}\'s comments:

{$a->comment}

You have received {$a->earned} out of {$a->outof} for this essay question.

Your grade for the lesson has been changed to {$a->newgrade}%.

'; -$string['essayemailmessage2'] = '

Essay prompt:

{$a->question}

Your response:

{$a->response}

Grader\'s comments:

{$a->comment}

You have received {$a->earned} out of {$a->outof} for this essay question.

Your grade for the lesson has been changed to {$a->newgrade}%.

'; -$string['essayemailsubject'] = 'Your grade for {$a} question'; +$string['essayemailmessage2'] = '

Essay prompt: {$a->question}

Your response: {$a->response}

Grader\'s comments: {$a->comment}

You have received {$a->earned} out of {$a->outof} for this essay question.

Your grade for the {$a->lesson} lesson has been changed to {$a->newgrade}%.

'; +$string['essayemailsubject'] = 'Grade available for lesson question'; $string['essayresponses'] = 'Essay responses'; $string['essays'] = 'Essays'; $string['essayscore'] = 'Essay score';