From a4452c8a142f18253aa35e2698ac7b964c5261d8 Mon Sep 17 00:00:00 2001 From: mark-nielsen Date: Sun, 10 Sep 2006 04:35:12 +0000 Subject: [PATCH] Added better lang strings for output in view.php --- lang/en_utf8/lesson.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en_utf8/lesson.php b/lang/en_utf8/lesson.php index 32a1696e97..b82320e20a 100644 --- a/lang/en_utf8/lesson.php +++ b/lang/en_utf8/lesson.php @@ -190,6 +190,7 @@ $string['numberofcorrectanswers'] = 'Number of correct answers: $a'; $string['numberofcorrectmatches'] = 'Number of correct matches: $a'; $string['numberofpagestoshow'] = 'Number of pages (cards) to show'; $string['numberofpagesviewed'] = 'Number of questions answered: $a'; +$string['numberofpagesviewednotice'] = 'Number of questions answered: $a->nquestions; (You should answer at least: $a->minquestions)'; $string['ongoing'] = 'Display ongoing score'; $string['ongoingcustom'] = 'You have earned $a->score point(s) out of $a->currenthigh point(s) thus far.'; $string['ongoingnormal'] = 'You have answered $a->correct correctly out of $a->viewed attempts.'; @@ -291,6 +292,7 @@ $string['youhaveseen'] = 'You have seen more than one page of this lesson alread $string['youmadehighscore'] = 'You made it on the top $a high scores list.'; $string['youranswer'] = 'Your answer'; $string['yourcurrentgradeis'] = 'Your current grade is $a'; +$string['yourcurrentgradeisoutof'] = 'Your current grade is $a->grade out of $a->total'; $string['yourgradeisnow'] = 'Your grade for the lesson has been changed to $a'; $string['yourresponse'] = 'Your response'; $string['youshouldview'] = 'You should answer at least: $a'; -- 2.39.5