forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lesson.php
69 lines (66 loc) · 3.34 KB
/
lesson.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?PHP // $Id$
// lesson.php - created with Moodle 1.2 development (2003111400)
$string['actionaftercorrectanswer'] = "Action after Correct Answer";
$string['addanewpage'] = "Add a new page";
$string['addpagehere'] = "Add page Here";
$string['answer'] = "Answer";
$string['answersfornumerical'] = "Answers for Numerical questions should be matched pairs of Minimum and Maximum values";
$string['attempt'] = "Attempt: \$a";
$string['attempts'] = "Attempts";
$string['available'] = "Available from";
$string['canretake'] = "\$a can re-take";
$string['casesensitive'] = "Case Sensitive";
$string['checknavigation'] = "Check navigation";
$string['checkquestion'] = "Check Question";
$string['confirmdeletionofthispage'] = "Confirm deletion of this page";
$string['congratulations'] = "Congratulations - end of lesson reached";
$string['continue'] = "Continue";
$string['deadline'] = "Deadline";
$string['deletingpage'] = "Deleting page: \$a";
$string['displayofgrade'] = "Display of grade (for students only)";
$string['endoflesson'] = "End of lesson";
$string['fileformat'] = "File Format";
$string['firstanswershould'] = "First Answer should Jump to the "Correct" Page";
$string['gradeis'] = "Grade is \$a";
$string['importquestions'] = "Import Questions";
$string['jumpto'] = "Jump to";
$string['maximumnumberofanswers'] = "Maximum number of answers";
$string['maximumnumberofattempts'] = "Maximum number of Attempts";
$string['modulename'] = "Lesson";
$string['modulenameplural'] = "Lessons";
$string['multianswer'] = "Multianswer";
$string['movepagehere'] = "Move page to here";
$string['moving'] = "Moving page: \$a";
$string['movingtonextpage'] = "Moving to Next Page";
$string['multipleanswer'] = "Multiple Answer";
$string['nextpage'] = "Next page";
$string['noanswer'] = "No answer given";
$string['noattemptrecordsfound'] = "No Attempt Records Found: No Grade given";
$string['normal'] = "Normal - follow Lesson Path";
$string['numberofcorrectanswers'] = "Number of correct answers: \$a";
$string['numberofcorrectmatches'] = "Number of Correct Matches: \$a";
$string['numberofpagesviewed'] = "Number of pages viewed: \$a";
$string['numberofpagestoshow'] = "Number of Pages (Cards) to Show";
$string['ordered'] = "Ordered";
$string['outof'] = "Out of \$a";
$string['questiontype'] = "Question Type";
$string['questionoption'] = "Question Option";
$string['page'] = "Page: \$a";
$string['pagecontents'] = "Page contents";
$string['pagetitle'] = "Page title";
$string['pleasecheckoneanswer'] = "Please check one Answer";
$string['pleasecheckoneormoreanswers'] = "Please check one or more Answers";
$string['pleaseenteryouranswerinthebox'] = "Please enter your Answer in the Box";
$string['pleasematchtheabovepairs'] = "Please match the above Pairs";
$string['response'] = "Response";
$string['sanitycheckfailed'] = "Sanity Check Failed: This attempt has been deleted";
$string['savepage'] = "Save page";
$string['singleanswer'] = "Single Answer";
$string['showanunseenpage'] = "Show an Unseen Page";
$string['showanunansweredpage'] = "Show an unanswered Page";
$string['thatsthecorrectanswer'] = "That's the Correct Answer";
$string['thatsthewronganswer'] = "That's the Wrong Answer";
$string['thispage'] = "This page";
$string['youhaveseen'] = "You have seen more than one page of this lesson already.<br />Do you want to start at the last page you saw?";
$string['youranswer'] = "Your Answer";
?>