diff --git a/mod/lesson/lang/en/deprecated.txt b/mod/lesson/lang/en/deprecated.txt new file mode 100644 index 00000000000..948ccc10d8a --- /dev/null +++ b/mod/lesson/lang/en/deprecated.txt @@ -0,0 +1 @@ +essayemailmessage,mod_lesson diff --git a/mod/lesson/lang/en/lesson.php b/mod/lesson/lang/en/lesson.php index 2c5eac6ed72..c2d11367a35 100644 --- a/mod/lesson/lang/en/lesson.php +++ b/mod/lesson/lang/en/lesson.php @@ -168,7 +168,6 @@ $string['emptypassword'] = 'Password cannot be empty'; $string['eolstudentoutoftime'] = 'Attention: You ran out of time for this lesson. Your last answer may not have counted if it was answered after the time was up.'; $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 {$a->lesson} lesson has been changed to {$a->newgrade}%.
'; $string['essayemailsubject'] = 'Grade available for lesson question'; $string['essayresponses'] = 'Essay responses'; @@ -469,3 +468,7 @@ $string['youranswer'] = 'Your answer'; $string['yourcurrentgradeis'] = 'Your current grade is {$a}'; $string['yourcurrentgradeisoutof'] = 'Your current grade is {$a->grade} out of {$a->total}'; $string['youshouldview'] = 'You should answer at least: {$a}'; + +// Deprecated since Moodle 2.9. + +$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}%.
';