From 3ca5e8bee886276322fc1314e176013a1b6247ea Mon Sep 17 00:00:00 2001 From: rkingdon Date: Sun, 12 Oct 2003 17:17:01 +0000 Subject: [PATCH] Extra strings for index.php page. --- lang/en/exercise.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/en/exercise.php b/lang/en/exercise.php index 0c5abc4b44..05d33a4980 100644 --- a/lang/en/exercise.php +++ b/lang/en/exercise.php @@ -80,10 +80,15 @@ $string['numberofnegativeresponses'] = "Number of Negative Responses"; $string['onesubmission'] = "One Submission"; $string['optionaladjustment'] = "Optional Adjustment"; $string['overallgrade'] = "Overall Grade"; +$string['phase'] = "Phase"; $string['phase1'] = "Set Up Exercise"; +$string['phase1short'] = "Set Up"; $string['phase2'] = "Allow \$a Assessments and Submissions"; +$string['phase2short'] = "Open"; $string['phase3'] = "Stop \$a Assessments and Submissions"; +$string['phase3short'] = "Closed"; $string['phase4'] = "Show Overall Grades and League Table"; +$string['phase4short'] = "Display"; $string['pleasegradetheassessment'] = "Please Grade the Assessment of this Piece of Work by \$a"; $string['pleasesubmityourwork'] = "Please submit your Work using this Form"; $string['pleaseusethisform'] = "Please complete this form when you have
finished the instructions in the exercise shown below."; -- 2.39.5