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';