Merge branch 'MDL-51148-28-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_28_...
[moodle.git] / mod / lesson / lang / en / lesson.php
blob0690f740fd78a17c84f66affdce9d010916d5b66
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 /**
19 * Strings for component 'lesson', language 'en', branch 'MOODLE_20_STABLE'
21 * @package mod_lesson
22 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26 $string['accesscontrol'] = 'Access control';
27 $string['actionaftercorrectanswer'] = 'Action after correct answer';
28 $string['actionaftercorrectanswer_help'] = 'After answering a question correctly, there are 3 options for the following page:
30 * Normal - Follow lesson path
31 * Show an unseen page - Pages are shown in a random order with no page shown twice
32 * Show an unanswered page - Pages are shown in a random order, with pages containing unanswered questions shown again';
33 $string['actions'] = 'Actions';
34 $string['activitylink'] = 'Link to next activity';
35 $string['activitylink_help'] = 'To provide a link at the end of the lesson to another activity in the course, select the activity from the dropdown list.';
36 $string['activitylinkname'] = 'Go to {$a}';
37 $string['activityoverview'] = 'You have lessons that are due';
38 $string['addabranchtable'] = 'Add a content page';
39 $string['addanendofbranch'] = 'Add an end of branch';
40 $string['addanewpage'] = 'Add a new page';
41 $string['addaquestionpage'] = 'Add a question page';
42 $string['addaquestionpagehere'] = 'Add a question page here';
43 $string['addbranchtable'] = 'Add a content page';
44 $string['addcluster'] = 'Add a cluster';
45 $string['addedabranchtable'] = 'Added a content page';
46 $string['addedanendofbranch'] = 'Added an end of branch';
47 $string['addedaquestionpage'] = 'Added a question page';
48 $string['addedcluster'] = 'Added a cluster';
49 $string['addedendofcluster'] = 'Added an end of cluster';
50 $string['addendofcluster'] = 'Add an end of cluster';
51 $string['addpage'] = 'Add a page';
52 $string['and'] = 'AND';
53 $string['anchortitle'] = 'Start of main content';
54 $string['answer'] = 'Answer';
55 $string['answeredcorrectly'] = 'answered correctly.';
56 $string['answersfornumerical'] = 'Answers for numerical questions should be matched pairs of minimum and maximum values';
57 $string['arrangebuttonshorizontally'] = 'Arrange content buttons horizontally?';
58 $string['attempt'] = 'Attempt: {$a}';
59 $string['attempts'] = 'Attempts';
60 $string['attemptsdeleted'] = 'Deleted attempts';
61 $string['attemptsremaining'] = 'You have {$a} attempt(s) remaining';
62 $string['available'] = 'Available from';
63 $string['averagescore'] = 'Average score';
64 $string['averagetime'] = 'Average time';
65 $string['branch'] = 'Content';
66 $string['branchtable'] = 'Content';
67 $string['cancel'] = 'Cancel';
68 $string['cannotfindanswer'] = 'Error: could not find answer';
69 $string['cannotfindattempt'] = 'Error: could not find attempt';
70 $string['cannotfindessay'] = 'Error: could not find essay';
71 $string['cannotfindfirstgrade'] = 'Error: could not find grades';
72 $string['cannotfindfirstpage'] = 'Could not find first page';
73 $string['cannotfindgrade'] = 'Error: could not find grades';
74 $string['cannotfindnewestgrade'] = 'Error: could not find newest grade';
75 $string['cannotfindnextpage'] = 'Lesson backup: Next page not found!';
76 $string['cannotfindpagerecord'] = 'Add end of branch: page record not found';
77 $string['cannotfindpages'] = 'Could not find lesson pages';
78 $string['cannotfindpagetitle'] = 'Confirm delete: page title not found';
79 $string['cannotfindpreattempt'] = 'Previous attempt record could not be found!';
80 $string['cannotfindrecords'] = 'Error: could not find lesson records';
81 $string['cannotfindtimer'] = 'Error: could not find lesson_timer records';
82 $string['cannotfinduser'] = 'Error: could not find users';
83 $string['canretake'] = '{$a} can re-take';
84 $string['casesensitive'] = 'Use regular expressions';
85 $string['casesensitive_help'] = 'Tick the checkbox to use regular expressions for analysing responses.';
86 $string['classstats'] = 'Class statistics';
87 $string['clicktodownload'] = 'Click on the following link to download the file.';
88 $string['clicktopost'] = 'Click here to post your grade on the High Scores list.';
89 $string['closebeforeopen'] = 'Could not update the lesson. You have specified a close date before the open date.';
90 $string['cluster'] = 'Cluster';
91 $string['clusterjump'] = 'Unseen question within a cluster';
92 $string['clustertitle'] = 'Cluster';
93 $string['collapsed'] = 'Collapsed';
94 $string['comments'] = 'Your comments';
95 $string['completed'] = 'Completed';
96 $string['completederror'] = 'Complete the lesson';
97 $string['completethefollowingconditions'] = 'You must complete the following condition(s) in <b>{$a}</b> lesson before you can proceed.';
98 $string['conditionsfordependency'] = 'Condition(s) for the dependency';
99 $string['configactionaftercorrectanswer'] = 'The default action to take after a correct answer';
100 $string['configmaxanswers'] = 'Default maximum number of answers per page';
101 $string['configmaxhighscores'] = 'Number of high scores displayed';
102 $string['configmediaclose'] = 'Displays a close button as part of the popup generated for a linked media file';
103 $string['configmediaheight'] = 'Sets the height of the popup displayed for a linked media file';
104 $string['configmediawidth'] = 'Sets the width of the popup displayed for a linked media file';
105 $string['configslideshowbgcolor'] = 'Background colour to for the slideshow if it is enabled';
106 $string['configslideshowheight'] = 'Sets the height of the slideshow if it is enabled';
107 $string['configslideshowwidth'] = 'Sets the width of the slideshow if it is enabled';
108 $string['confirmdelete'] = 'Delete page';
109 $string['confirmdeletionofthispage'] = 'Confirm deletion of this page';
110 $string['congratulations'] = 'Congratulations - end of lesson reached';
111 $string['continue'] = 'Continue';
112 $string['continuetoanswer'] = 'Continue to change answers.';
113 $string['continuetonextpage'] = 'Continue to next page.';
114 $string['correctanswerjump'] = 'Correct answer jump';
115 $string['correctanswerscore'] = 'Correct answer score';
116 $string['correctresponse'] = 'Correct response';
117 $string['createaquestionpage'] = 'Create a question page';
118 $string['credit'] = 'Credit';
119 $string['customscoring'] = 'Custom scoring';
120 $string['customscoring_help'] = 'If enabled, then each answer may be given a numerical point value (positive or negative).';
121 $string['deadline'] = 'Deadline';
122 $string['defaultessayresponse'] = 'Your essay will be graded by your teacher.';
123 $string['deleteallattempts'] = 'Delete all lesson attempts';
124 $string['deletedefaults'] = 'Deleted {$a} x lesson default';
125 $string['deletedpage'] = 'Deleted page';
126 $string['deletepagenamed'] = 'Delete page: {$a}';
127 $string['deleting'] = 'Deleting';
128 $string['deletingpage'] = 'Deleting page: {$a}';
129 $string['dependencyon'] = 'Dependent on';
130 $string['dependencyon_help'] = 'This setting allows access to this lesson to be dependent upon a student\'s performance in another lesson in the same course. Any combination of time spent, completed or "grade better than" may be used.';
131 $string['description'] = 'Description';
132 $string['detailedstats'] = 'Detailed statistics';
133 $string['didnotanswerquestion'] = 'Did not answer this question.';
134 $string['didnotreceivecredit'] = 'Did not receive credit';
135 $string['displaydefaultfeedback'] = 'Use default feedback';
136 $string['displaydefaultfeedback_help'] = 'If enabled, when a response is not found for a particular question, the default response of "That\'s the correct answer" or "That\'s the wrong answer" will be shown.';
137 $string['displayhighscores'] = 'Display high scores';
138 $string['displayinleftmenu'] = 'Display in menu?';
139 $string['displayleftif'] = 'Minimum grade to display menu';
140 $string['displayleftif_help'] = 'This setting determines whether a student must obtain a certain grade before viewing the lesson menu. This forces the student to go through the entire lesson on their first attempt, then after obtaining the required grade they can use the menu for review.';
141 $string['displayleftmenu'] = 'Display menu';
142 $string['displayleftmenu_help'] = 'If enabled, a menu allowing users to navigate through the list of pages is displayed.';
143 $string['displayofgrade'] = 'Display of grade (for students only)';
144 $string['displayreview'] = 'Provide option to try a question again';
145 $string['displayreview_help'] = 'If enabled, when a question is answered incorrectly, the student is given the option to try it again for no point credit, or continue with the lesson.';
146 $string['displayscorewithessays'] = '<p>You earned {$a->score} out of {$a->tempmaxgrade} for the automatically graded questions.</p>
147 <p>Your {$a->essayquestions} essay question(s) will be graded and added into your final score at a later date.</p>
148 <p>Your current grade without the essay question(s) is {$a->score} out of {$a->grade}.</p>';
149 $string['displayscorewithoutessays'] = 'Your score is {$a->score} (out of {$a->grade}).';
150 $string['edit'] = 'Edit';
151 $string['editingquestionpage'] = 'Editing {$a} question page';
152 $string['editlessonsettings'] = 'Edit lesson settings';
153 $string['editpage'] = 'Edit page contents';
154 $string['editpagecontent'] = 'Edit page contents';
155 $string['email'] = 'Email';
156 $string['emailallgradedessays'] = 'Email ALL graded essays';
157 $string['emailgradedessays'] = 'Email graded essays';
158 $string['emailsuccess'] = 'Emails sent successfully';
159 $string['endofbranch'] = 'End of branch';
160 $string['endofcluster'] = 'End of cluster';
161 $string['endofclustertitle'] = 'End of cluster';
162 $string['endoflesson'] = 'End of lesson';
163 $string['enteredthis'] = 'entered this.';
164 $string['entername'] = 'Enter a nickname for the high scores list';
165 $string['enterpassword'] = 'Please enter the password:';
166 $string['emptypassword'] = 'Password cannot be empty';
167 $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.';
168 $string['eolstudentoutoftimenoanswers'] = 'You did not answer any questions. You have received a 0 for this lesson.';
169 $string['essay'] = 'Essay';
170 $string['essayemailmessage'] = '<p>Essay prompt:<blockquote>{$a->question}</blockquote></p><p>Your response:<blockquote><em>{$a->response}</em></blockquote></p><p>{$a->teacher}\'s comments:<blockquote><em>{$a->comment}</em></blockquote></p><p>You have received {$a->earned} out of {$a->outof} for this essay question.</p><p>Your grade for the lesson has been changed to {$a->newgrade}&#37;.</p>';
171 $string['essayemailmessage2'] = '<p>Essay prompt:<blockquote>{$a->question}</blockquote></p><p>Your response:<blockquote><em>{$a->response}</em></blockquote></p><p>Grader\'s comments:<blockquote><em>{$a->comment}</em></blockquote></p><p>You have received {$a->earned} out of {$a->outof} for this essay question.</p><p>Your grade for the lesson has been changed to {$a->newgrade}&#37;.</p>';
172 $string['essayemailsubject'] = 'Your grade for {$a} question';
173 $string['essays'] = 'Essays';
174 $string['essayscore'] = 'Essay score';
175 $string['eventessayassessed'] = 'Essay assessed';
176 $string['eventessayattemptviewed'] = 'Essay attempt viewed';
177 $string['eventhighscoreadded'] = 'Highscore added';
178 $string['eventhighscoresviewed'] = 'Highscores viewed';
179 $string['eventlessonended'] = 'Lesson ended';
180 $string['eventlessonstarted'] = 'Lesson started';
181 $string['false'] = 'False';
182 $string['fileformat'] = 'File format';
183 $string['finish'] = 'Finish';
184 $string['firstanswershould'] = 'First answer should jump to the "Correct" page';
185 $string['firstwrong'] = 'You have answered incorrectly. Would you like to attempt the question again? (If you now answer the question correctly, it will not count towards your final score.)';
186 $string['flowcontrol'] = 'Flow control';
187 $string['fractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%<br />Instead, they add up to {$a}%<br />Do you want to go back and fix this question?';
188 $string['fractionsnomax'] = 'One of the answers should be 100%, so that it is<br />possible to get a full grade for this question.<br />Do you want to go back and fix this question?';
189 $string['full'] = 'Expanded';
190 $string['general'] = 'General';
191 $string['gotoendoflesson'] = 'Go to the end of the lesson';
192 $string['grade'] = 'Grade';
193 $string['gradebetterthan'] = 'Grade better than (&#37;)';
194 $string['gradebetterthanerror'] = 'Earn a grade better than {$a} percent';
195 $string['gradeessay'] = 'Grade essay questions ({$a->notgradedcount} not graded and {$a->notsentcount} not sent)';
196 $string['gradeis'] = 'Grade is {$a}';
197 $string['gradeoptions'] = 'Grade options';
198 $string['handlingofretakes'] = 'Handling of re-takes';
199 $string['handlingofretakes_help'] = 'If re-takes are allowed, this setting specifies whether the grade for the lesson is the mean or maximum of all attempts.';
200 $string['havenotgradedyet'] = 'Have not graded yet.';
201 $string['here'] = 'here';
202 $string['highscore'] = 'High score';
203 $string['highscores'] = 'High scores';
204 $string['hightime'] = 'High time';
205 $string['checkbranchtable'] = 'Check content page';
206 $string['checkedthisone'] = 'Checked this one.';
207 $string['checknavigation'] = 'Check navigation';
208 $string['checkquestion'] = 'Check question';
209 $string['importcount'] = 'Importing {$a} questions';
210 $string['importquestions'] = 'Import questions';
211 $string['importquestions_help'] = 'This feature enables questions in a variety of formats to be imported via text file.';
212 $string['insertedpage'] = 'Inserted page';
213 $string['invalidfile'] = 'Invalid file';
214 $string['invalidid'] = 'No course module ID or lesson ID were passed';
215 $string['invalidlessonid'] = 'lesson ID was incorrect';
216 $string['invalidpageid'] = 'Invalid page ID';
217 $string['jump'] = 'Jump';
218 $string['jumps'] = 'Jumps';
219 $string['jumps_help'] = 'Each answer (for questions) or description (for content pages) has a corresponding jump. The jump can be relative, such as this page or next page, or absolute, specifying any one of the pages in the lesson.';
220 $string['jumpsto'] = 'Jumps to <em>{$a}</em>';
221 $string['leftduringtimedsession'] = 'You have left during a timed lesson.';
222 $string['leftduringtimed'] = 'You have left during a timed lesson.<br />Please click on Continue to restart the lesson.';
223 $string['leftduringtimednoretake'] = 'You have left during a timed lesson and you are<br />not allowed to retake or continue the lesson.';
224 $string['lesson:addinstance'] = 'Add a new lesson';
225 $string['lesson:grade'] = 'Grade lesson essay questions';
226 $string['lessonattempted'] = 'Lesson attempted';
227 $string['lessonclosed'] = 'This lesson closed on {$a}.';
228 $string['lessoncloses'] = 'Lesson closes';
229 $string['lessoncloseson'] = 'Lesson closes on {$a}';
230 $string['lesson:edit'] = 'Edit a lesson activity';
231 $string['lessonformating'] = 'Lesson formatting';
232 $string['lesson:manage'] = 'Manage a lesson activity';
233 $string['lessonmenu'] = 'Lesson menu';
234 $string['lessonnotready'] = 'This lesson is not ready to be taken. Please contact your {$a}.';
235 $string['lessonnotready2'] = 'This lesson is not ready to be taken.';
236 $string['lessonopen'] = 'This lesson will be open on {$a}.';
237 $string['lessonopens'] = 'Lesson opens';
238 $string['lessonpagelinkingbroken'] = 'First page not found. Lesson page linking must be broken. Please contact an admin.';
239 $string['lessonstats'] = 'Lesson statistics';
240 $string['linkedmedia'] = 'Linked media';
241 $string['loginfail'] = 'Login failed, please try again...';
242 $string['lowscore'] = 'Low score';
243 $string['lowtime'] = 'Low time';
244 $string['manualgrading'] = 'Grade essays';
245 $string['matchesanswer'] = 'Matches with answer';
246 $string['matching'] = 'Matching';
247 $string['matchingpair'] = 'Matching pair {$a}';
248 $string['maxgrade'] = 'Maximum grade';
249 $string['maxgrade_help'] = 'This setting specifies the maximum grade for the lesson. If set to 0, the lesson does not appear in the grades pages.';
250 $string['maxhighscores'] = 'Number of high scores displayed';
251 $string['maximumnumberofanswersbranches'] = 'Maximum number of answers';
252 $string['maximumnumberofanswersbranches_help'] = 'This setting specifies the maximum number of answers that may be used in the lesson. If only true/false questions are used, it can be set to 2. The setting may be changed at any time, since it only affects what the teacher sees, not the data.';
253 $string['maximumnumberofattempts'] = 'Maximum number of attempts';
254 $string['maximumnumberofattempts_help'] = 'This setting specifies the maximum number of attempts allowed for each question. If answered incorrectly repeatedly, when the maximum is reached, the next page of the lesson is displayed.';
255 $string['maximumnumberofattemptsreached'] = 'Maximum number of attempts reached - Moving to next page';
256 $string['maxtime'] = 'Time limit (minutes)';
257 $string['maxtimewarning'] = 'You have {$a} minute(s) to finish the lesson.';
258 $string['mediaclose'] = 'Show close button';
259 $string['mediafile'] = 'File pop-up';
260 $string['mediafile_help'] = 'To include a pop-up window at the beginning of a lesson, choose the appropriate file to display. Every lesson page will include a link to re-open the pop-up if necessary.';
261 $string['mediafilepopup'] = 'Click here to view';
262 $string['mediaheight'] = 'Popup window height';
263 $string['mediawidth'] = 'Popup window width';
264 $string['messageprovider:graded_essay'] = 'Essay graded notification';
265 $string['minimumnumberofquestions'] = 'Minimum number of questions';
266 $string['minimumnumberofquestions_help'] = 'This setting specifies the minimum number of questions that will be used to calculate a grade for the activity. If the lesson contains one or more content pages, the minimum number of questions should be set to zero.
268 If set to say 20, it is suggested that the following text is added to the opening page of the lesson: "In this lesson you are expected to attempt at least 20 questions. You can attempt more if you wish. However, if you attempt less than 20 questions, your grade will be calculated as though you attempted 20."';
269 $string['missingname'] = 'Please enter a nickname';
270 $string['modattempts'] = 'Allow student review';
271 $string['modattempts_help'] = 'If enabled, students can navigate through the lesson again from the start.';
272 $string['modattemptsnoteacher'] = 'Student review only works for students.';
273 $string['modulename'] = 'Lesson';
274 $string['modulename_help'] = 'The lesson activity module enables a teacher to deliver content and/or practice activities in interesting and flexible ways. A teacher can use the lesson to create a linear set of content pages or instructional activities that offer a variety of paths or options for the learner. In either case, teachers can choose to increase engagement and ensure understanding by including a variety of questions, such as multiple choice, matching and short answer. Depending on the student\'s choice of answer and how the teacher develops the lesson, students may progress to the next page, be taken back to a previous page or redirected down a different path entirely.
276 A lesson may be graded, with the grade recorded in the gradebook.
278 Lessons may be used
280 * For self-directed learning of a new topic
281 * For scenarios or simulations/decision-making exercises
282 * For differentiated revision, with different sets of revision questions depending upon answers given to initial questions';
283 $string['modulename_link'] = 'mod/lesson/view';
284 $string['modulenameplural'] = 'Lessons';
285 $string['move'] = 'Move page';
286 $string['movedpage'] = 'Moved page';
287 $string['movepagehere'] = 'Move page to here';
288 $string['movepagenamed'] = 'Move page: {$a}';
289 $string['moving'] = 'Moving page: {$a}';
290 $string['multianswer'] = 'Multiple-answer';
291 $string['multianswer_help'] = 'Tick the checkbox if more than one response is a correct answer.';
292 $string['multichoice'] = 'Multichoice';
293 $string['multipleanswer'] = 'Multiple answer';
294 $string['nameapproved'] = 'Name approved';
295 $string['namereject'] = 'Sorry, your name has been rejected by the filter.<br />Please try another name.';
296 $string['new'] = 'new';
297 $string['nextpage'] = 'Next page';
298 $string['noanswer'] = 'One or more questions have no answer given. Please go back and submit an answer.';
299 $string['noattemptrecordsfound'] = 'No attempt records found: no grade given';
300 $string['nobranchtablefound'] = 'No content page found';
301 $string['nocommentyet'] = 'No comment yet.';
302 $string['nocoursemods'] = 'No activities found';
303 $string['nocredit'] = 'No credit';
304 $string['nodeadline'] = 'No deadline';
305 $string['noessayquestionsfound'] = 'No essay questions found in this lesson.';
306 $string['nohighscores'] = 'No high scores';
307 $string['nolessonattempts'] = 'No attempts have been made on this lesson.';
308 $string['nooneansweredcorrectly'] = 'No one answered correctly.';
309 $string['nooneansweredthisquestion'] = 'No one answered this question.';
310 $string['nooneenteredthis'] = 'No one entered this.';
311 $string['noonehasanswered'] = 'No one has answered an essay question yet.';
312 $string['noonecheckedthis'] = 'No one checked this.';
313 $string['noretake'] = 'You are not allowed to retake this lesson.';
314 $string['normal'] = 'Normal - follow lesson path';
315 $string['notcompleted'] = 'Not completed';
316 $string['notdefined'] = 'Not defined';
317 $string['notenoughsubquestions'] = 'Not enough sub-questions have been defined!';
318 $string['nothighscore'] = 'You did not make the top {$a} high scores list.';
319 $string['notitle'] = 'No title';
320 $string['numberofcorrectanswers'] = 'Number of correct answers: {$a}';
321 $string['numberofcorrectmatches'] = 'Number of correct matches: {$a}';
322 $string['numberofpagestoshow'] = 'Number of pages to show';
323 $string['numberofpagestoshow_help'] = 'This setting specifies the number of pages shown in a lesson. It is only applicable for lessons with pages shown in a random order (when "Action after correct answer" is set to "Show an unseen page" or "Show an unanswered page"). If set to zero, then all pages are shown.';
324 $string['numberofpagesviewed'] = 'Number of questions answered: {$a}';
325 $string['numberofpagesviewednotice'] = 'Number of questions answered: {$a->nquestions}; (You should answer at least: {$a->minquestions})';
326 $string['numerical'] = 'Numerical';
327 $string['ongoing'] = 'Display ongoing score';
328 $string['ongoing_help'] = 'If enabled, each page will display the student\'s current points earned out of the total possible thus far.';
329 $string['ongoingcustom'] = 'You have earned {$a->score} point(s) out of {$a->currenthigh} point(s) thus far.';
330 $string['ongoingnormal'] = 'You have answered {$a->correct} correctly out of {$a->viewed} attempts.';
331 $string['onpostperpage'] = 'Only one posting per grade';
332 $string['options'] = 'Options';
333 $string['or'] = 'OR';
334 $string['ordered'] = 'Ordered';
335 $string['other'] = 'Other';
336 $string['outof'] = 'Out of {$a}';
337 $string['overview'] = 'Overview';
338 $string['overview_help'] = 'A lesson is made up of a number of pages and optionally content pages. A page contains some content and usually ends with a question. Associated with each answer to the question is a jump. The jump can be relative, such as this page or next page, or absolute, specifying any one of the pages in the lesson. A content page is a page containing a set of links to other pages in the lesson, for example a Table of Contents.';
339 $string['page'] = 'Page: {$a}';
340 $string['page-mod-lesson-x'] = 'Any lesson page';
341 $string['page-mod-lesson-view'] = 'View or preview lesson page';
342 $string['page-mod-lesson-edit'] = 'Edit lesson page';
343 $string['pageanswers'] = 'Page answers';
344 $string['pagecontents'] = 'Page contents';
345 $string['pageresponses'] = 'Page responses';
346 $string['pages'] = 'Pages';
347 $string['pagetitle'] = 'Page title';
348 $string['password'] = 'Password';
349 $string['passwordprotectedlesson'] = '{$a} is a password protected lesson.';
350 $string['pleaseenteryouranswerinthebox'] = 'Please enter your answer in the box';
351 $string['pleasecheckoneanswer'] = 'Please check one answer';
352 $string['pleasecheckoneormoreanswers'] = 'Please check one or more answers';
353 $string['pleasematchtheabovepairs'] = 'Please match the above pairs';
354 $string['pluginadministration'] = 'Lesson administration';
355 $string['pluginname'] = 'Lesson';
356 $string['pointsearned'] = 'Points earned';
357 $string['postprocesserror'] = 'Error occurred during post-processing!';
358 $string['postsuccess'] = 'Post successful';
359 $string['practice'] = 'Practice lesson';
360 $string['practice_help'] = 'A practice lesson does not appear in the gradebook.';
361 $string['preprocesserror'] = 'Error occurred during pre-processing!';
362 $string['prerequisitelesson'] = 'Prerequisite lesson';
363 $string['preview'] = 'Preview';
364 $string['previewlesson'] = 'Preview {$a}';
365 $string['previewpagenamed'] = 'Preview page: {$a}';
366 $string['previouspage'] = 'Previous page';
367 $string['processerror'] = 'Error occurred during processing!';
368 $string['progressbar'] = 'Progress bar';
369 $string['progressbar_help'] = 'If enabled, a bar is displayed at the bottom of lesson pages showing approximate percentage of completion.';
370 $string['progresscompleted'] = 'You have completed {$a}% of the lesson';
371 $string['progressbarteacherwarning'] = 'Progress bar does not display for {$a}';
372 $string['progressbarteacherwarning2'] = 'You will not see the progress bar because you can edit this lesson';
373 $string['qtype'] = 'Page type';
374 $string['question'] = 'Question';
375 $string['questionoption'] = 'Question';
376 $string['questiontype'] = 'Question type';
377 $string['randombranch'] = 'Random content page';
378 $string['randompageinbranch'] = 'Random question within a content page';
379 $string['rank'] = 'Rank';
380 $string['rawgrade'] = 'Raw grade';
381 $string['receivedcredit'] = 'Received credit';
382 $string['redisplaypage'] = 'Redisplay page';
383 $string['report'] = 'Report';
384 $string['reports'] = 'Reports';
385 $string['response'] = 'Response';
386 $string['retakesallowed'] = 'Re-takes allowed';
387 $string['retakesallowed_help'] = 'If enabled, students can attempt the lesson more than once.';
388 $string['returnto'] = 'Return to {$a}';
389 $string['returntocourse'] = 'Return to the course';
390 $string['review'] = 'Review';
391 $string['reviewlesson'] = 'Review lesson';
392 $string['reviewquestionback'] = 'Yes, I\'d like to try again';
393 $string['reviewquestioncontinue'] = 'No, I just want to go on to the next question';
394 $string['sanitycheckfailed'] = 'Sanity check failed: This attempt has been deleted';
395 $string['savechanges'] = 'Save changes';
396 $string['savechangesandeol'] = 'Save all changes and go to the end of the lesson.';
397 $string['savepage'] = 'Save page';
398 $string['score'] = 'Score';
399 $string['score_help'] = 'Score is only used when custom scoring is enabled. Each answer can then be given a numerical point value (positive or negative).';
400 $string['scores'] = 'Scores';
401 $string['secondpluswrong'] = 'Not quite. Would you like to try again?';
402 $string['selectaqtype'] = 'Select a question type';
403 $string['shortanswer'] = 'Short answer';
404 $string['showanunansweredpage'] = 'Show an unanswered page';
405 $string['showanunseenpage'] = 'Show an unseen page';
406 $string['singleanswer'] = 'Single answer';
407 $string['skip'] = 'Skip navigation';
408 $string['slideshow'] = 'Slideshow';
409 $string['slideshow_help'] = 'If enabled, the lesson is displayed as a slideshow, with a fixed width and height.';
410 $string['slideshowbgcolor'] = 'Slideshow background colour';
411 $string['slideshowheight'] = 'Slideshow height';
412 $string['slideshowwidth'] = 'Slideshow width';
413 $string['startlesson'] = 'Start lesson';
414 $string['studentattemptlesson'] = '{$a->lastname}, {$a->firstname}\'s attempt number {$a->attempt}';
415 $string['studentname'] = '{$a} Name';
416 $string['studentoneminwarning'] = 'Warning: You have 1 minute or less to finish the lesson.';
417 $string['studentresponse'] = '{$a}\'s response';
418 $string['submit'] = 'Submit';
419 $string['submitname'] = 'Submit name';
420 $string['teacherjumpwarning'] = 'An {$a->cluster} jump or an {$a->unseen} jump is being used in this lesson. The next page jump will be used instead. Login as a student to test these jumps.';
421 $string['teacherongoingwarning'] = 'Ongoing score is only displayed for student. Login as a student to test ongoing score';
422 $string['teachertimerwarning'] = 'Timer only works for students. Test the timer by logging in as a student.';
423 $string['thatsthecorrectanswer'] = 'That\'s the correct answer';
424 $string['thatsthewronganswer'] = 'That\'s the wrong answer';
425 $string['thefollowingpagesjumptothispage'] = 'The following pages jump to this page';
426 $string['thispage'] = 'This page';
427 $string['timeisup'] = 'Time is up';
428 $string['timeremaining'] = 'Time remaining';
429 $string['timespenterror'] = 'Spend at least {$a} minutes in the lesson';
430 $string['timespentminutes'] = 'Time spent (minutes)';
431 $string['timetaken'] = 'Time taken';
432 $string['topscorestitle'] = 'Top {$a} high scores';
433 $string['true'] = 'True';
434 $string['truefalse'] = 'True/false';
435 $string['unabledtosavefile'] = 'The file you uploaded could not be saved';
436 $string['unknownqtypesnotimported'] = '{$a} questions with unsupported question types were not imported';
437 $string['unseenpageinbranch'] = 'Unseen question within a content page';
438 $string['unsupportedqtype'] = 'Unsupported question type ({$a})!';
439 $string['updatepagenamed'] = 'Update page: {$a}';
440 $string['updatedpage'] = 'Updated page';
441 $string['updatefailed'] = 'Update failed';
442 $string['usemaximum'] = 'Use maximum';
443 $string['usemean'] = 'Use mean';
444 $string['usepassword'] = 'Password protected lesson';
445 $string['usepassword_help'] = 'If enabled, a password is required in order to access the lesson.';
446 $string['viewgrades'] = 'View grades';
447 $string['viewhighscores'] = 'View high scores list';
448 $string['viewreports'] = 'View {$a->attempts} completed {$a->student} attempts';
449 $string['viewreports2'] = 'View {$a} completed attempts';
450 $string['welldone'] = 'Well done!';
451 $string['whatdofirst'] = 'What would you like to do first?';
452 $string['wronganswerjump'] = 'Wrong answer jump';
453 $string['wronganswerscore'] = 'Wrong answer score';
454 $string['wrongresponse'] = 'Wrong response';
455 $string['xattempts'] = '{$a} attempts';
456 $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?';
457 $string['youmadehighscore'] = 'You made it on the top {$a} high scores list.';
458 $string['youranswer'] = 'Your answer';
459 $string['yourcurrentgradeis'] = 'Your current grade is {$a}';
460 $string['yourcurrentgradeisoutof'] = 'Your current grade is {$a->grade} out of {$a->total}';
461 $string['youshouldview'] = 'You should answer at least: {$a}';