2 // This file is part of Moodle - http://moodle.org/
4 // Moodle is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
9 // Moodle is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License for more details.
14 // You should have received a copy of the GNU General Public License
15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 * Strings for component 'scorm', language 'en'
21 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24 $string['toc'] = 'TOC';
25 $string['navigation'] = 'Navigation';
27 $string['activation'] = 'Activation';
28 $string['activityloading'] = 'You will be automatically redirected to the activity in';
29 $string['activitypleasewait'] = 'Activity loading, please wait ...';
30 $string['adminsettings'] = 'Admin settings';
31 $string['advanced'] = 'Parameters';
32 $string['allowapidebug'] = 'Activate API debug and tracing (set the capture mask with apidebugmask)';
33 $string['allowtypeexternal'] = 'Enable external package type';
34 $string['allowtypeimsrepository'] = 'Enable IMS package type';
35 $string['allowtypelocalsync'] = 'Enable downloaded package type';
36 $string['apidebugmask'] = 'API debug capture mask - use a simple regex on <username>:<activityname> e.g. admin:.* will debug for admin user only';
37 $string['areacontent'] = 'Content files';
38 $string['areapackage'] = 'Package file';
39 $string['asset'] = 'Asset';
40 $string['assetlaunched'] = 'Asset - Viewed';
41 $string['attempt'] = 'attempt';
42 $string['attempts'] = 'Attempts';
43 $string['attemptsx'] = '{$a} attempts';
44 $string['attempt1'] = '1 attempt';
45 $string['attr_error'] = 'Bad value for attribute ({$a->attr}) in tag {$a->tag}.';
46 $string['autocontinue'] = 'Auto-continue';
47 $string['autocontinue_help'] = 'If enabled, subsequent learning objects are launched automatically, otherwise the Continue button must be used.';
48 $string['autocontinuedesc'] = 'This preference sets the default auto continue for the activity';
49 $string['averageattempt'] = 'Average attempts';
50 $string['badmanifest'] = 'Some manifest errors: see errors log';
51 $string['badpackage'] = 'The specified package/manifest is not valid. Check it and try again.';
52 $string['browse'] = 'Preview';
53 $string['browsed'] = 'Browsed';
54 $string['browsemode'] = 'Preview mode';
55 $string['browserepository'] = 'Browse repository';
56 $string['cannotfindsco'] = 'Could not find SCO';
57 $string['completed'] = 'Completed';
58 $string['confirmloosetracks'] = 'WARNING: The package seems to be changed or modified. If the package structure is changed, some users tracks may be lost during update process.';
59 $string['contents'] = 'Contents';
60 $string['coursepacket'] = 'Course package';
61 $string['coursestruct'] = 'Course structure';
62 $string['currentwindow'] = 'Current window';
63 $string['datadir'] = 'Filesystem error: Can\'t create course data directory';
64 $string['defaultdisplaysettings'] = 'Default display settings';
65 $string['defaultgradesettings'] = 'Default grade settings';
66 $string['defaultothersettings'] = 'Other default settings';
67 $string['deleteattemptcheck'] = 'Are you absolutely sure you want to completely delete these attempts?';
68 $string['deleteallattempts'] = 'Delete all SCORM attempts';
69 $string['details'] = 'Track details';
70 $string['directories'] = 'Show the directory links';
71 $string['disabled'] = 'Disabled';
72 $string['display'] = 'Display package';
73 $string['displayattemptstatus'] = 'Display attempt status';
74 $string['displayattemptstatus_help'] = 'If enabled, scores and grades for attempts are displayed on the SCORM outline page.';
75 $string['displayattemptstatusdesc'] = 'This preference sets the default value for the display attempt status setting';
76 $string['displaycoursestructure'] = 'Display course structure on entry page';
77 $string['displaycoursestructure_help'] = 'If enabled, the table of contents is displayed on the SCORM outline page.';
78 $string['displaycoursestructuredesc'] = 'This preference sets the default value for the display course structure on entry page setting';
79 $string['displaydesc'] = 'This preference sets the default of whether to display the package or not for an activity';
80 $string['displaysettings'] = 'Display Settings';
81 $string['domxml'] = 'DOMXML external library';
82 $string['duedate'] = 'Due date';
83 $string['element'] = 'Element';
84 $string['enter'] = 'Enter';
85 $string['entercourse'] = 'Enter course';
86 $string['errorlogs'] = 'Errors log';
87 $string['everyday'] = 'Every day';
88 $string['everytime'] = 'Every time it\'s used';
89 $string['exceededmaxattempts'] = 'You have reached the maximum number of attempts.';
90 $string['exit'] = 'Exit course';
91 $string['exitactivity'] = 'Exit activity';
92 $string['expired'] = 'Sorry, this activity closed on {$a} and is no longer available';
93 $string['external'] = 'Update external packages timing';
94 $string['failed'] = 'Failed';
95 $string['finishscorm'] = 'If you have finished viewing this resource, {$a}';
96 $string['finishscormlinkname'] = 'click here to return to the course page';
97 $string['firstaccess'] = 'First access';
98 $string['firstattempt'] = 'First attempt';
99 $string['forcecompleted'] = 'Force completed';
100 $string['forcecompleted_help'] = 'If enabled, the status of the current attempt is forced to "completed". This setting is only applicable to SCORM 1.2 packages. It is useful if the SCORM package does not handle revisiting an attempt correctly, in review or browse mode, or otherwise incorrectly issues the completion status.';
101 $string['forcecompleteddesc'] = 'This preference sets the default value for the force completed setting';
102 $string['forcenewattempt'] = 'Force new attempt';
103 $string['forcenewattempt_help'] = 'If enabled, each time a SCORM package is accessed will be counted as a new attempt.';
104 $string['forcenewattemptdesc'] = 'This preference sets the default value for the force new attempt setting';
105 $string['forcejavascript'] = 'Force users to enable JavaScript';
106 $string['forcejavascript_desc'] = 'If enabled(recommended) this prevents access to SCORM objects when JavaScript is not supported/enabled in a users browser. If disabled the user may view the SCORM but API communication will fail and no grade information will be saved.';
107 $string['forcejavascriptmessage'] = 'JavaScript is required to view this object, please enable JavaScript in your browser and try again.';
108 $string['found'] = 'Manifest found';
109 $string['frameheight'] = 'This preference set the default height for stage frame or window';
110 $string['framewidth'] = 'This preference set the default width for stage frame or window';
111 $string['fullscreen'] = 'Fill the whole screen';
112 $string['general'] = 'General data';
113 $string['gradeaverage'] = 'Average grade';
114 $string['gradeforattempt'] = 'Grade for attempt';
115 $string['gradehighest'] = 'Highest grade';
116 $string['grademethod'] = 'Grading method';
117 $string['grademethod_help'] = 'The grading method defines how the grade for a single attempt of the activity is determined.
119 There are 4 grading methods:
121 * Learning objects - The number of completed/passed learning objects
122 * Highest grade - The highest score obtained in all passed learning objects
123 * Average grade - The mean of all the scores
124 * Sum grade - The sum of all the scores';
125 $string['grademethoddesc'] = 'This preference sets the default grade method for an activity';
126 $string['gradereported'] = 'Grade reported';
127 $string['gradesettings'] = 'Grade settings';
128 $string['gradescoes'] = 'Learning objects';
129 $string['gradesum'] = 'Sum grade';
130 $string['height'] = 'Height';
131 $string['hidden'] = 'Hidden';
132 $string['hidebrowse'] = 'Disable preview mode';
133 $string['hidebrowse_help'] = 'Preview mode allows a student to browse an activity before attempting it. If preview mode is disabled, the preview button is hidden.';
134 $string['hidebrowsedesc'] = 'This preference sets the default for whether to disable or enable the preview mode';
135 $string['hideexit'] = 'Hide exit link';
136 $string['hidenav'] = 'Hide navigation buttons';
137 $string['hidenavdesc'] = 'This preference sets the default for whether to show or hide the navigation buttons';
138 $string['hidereview'] = 'Hide review button';
139 $string['hidetoc'] = 'Display course structure in player';
140 $string['hidetoc_help'] = 'This setting specifies how the table of contents is displayed in the SCORM player.';
141 $string['hidetocdesc'] = 'This preference sets the default for whether to show or hide the course structure (TOC) in the SCORM player';
142 $string['highestattempt'] = 'Highest attempt';
143 $string['chooseapacket'] = 'Choose or update a package';
144 $string['identifier'] = 'Question identifier';
145 $string['incomplete'] = 'Incomplete';
146 $string['info'] = 'Info';
147 $string['interactions'] = 'Interactions';
148 $string['invalidactivity'] = 'Scorm activity is incorrect';
149 $string['last'] = 'Last accessed on';
150 $string['lastaccess'] = 'Last access';
151 $string['lastattempt'] = 'Last attempt';
152 $string['lastattemptlock'] = 'Lock after final attempt';
153 $string['lastattemptlock_help'] = 'If enabled, a student is prevented from launching the SCORM player after using up all their allocated attempts.';
154 $string['lastattemptlockdesc'] = 'This preference sets the default value for the lock after final attempt setting';
155 $string['location'] = 'Show the location bar';
156 $string['max'] = 'Max score';
157 $string['maximumattempts'] = 'Number of attempts';
158 $string['maximumattempts_help'] = 'This setting enables the number of attempts to be restricted. It is only applicable for SCORM 1.2 and AICC packages.';
159 $string['maximumattemptsdesc'] = 'This preference sets the default maximum attempts for an activity';
160 $string['maximumgradedesc'] = 'This preference sets the default maximum grade for an activity';
161 $string['menubar'] = 'Show the menu bar';
162 $string['min'] = 'Min score';
163 $string['missing_attribute'] = 'Missing attribute {$a->attr} in tag {$a->tag}';
164 $string['missingparam'] = 'A required is missing or wrong';
165 $string['missing_tag'] = 'Missing tag {$a->tag}';
166 $string['mode'] = 'Mode';
167 $string['modulename'] = 'SCORM package';
168 $string['modulename_help'] = 'SCORM and AICC are a collection of specifications that enable interoperability, accessibility and reusability of web-based learning content. The SCORM/AICC module allows for SCORM/AICC packages to be included in the course.';
169 $string['modulenameplural'] = 'SCORM packages';
170 $string['newattempt'] = 'Start a new attempt';
171 $string['next'] = 'Continue';
172 $string['noactivity'] = 'Nothing to report';
173 $string['noattemptsallowed'] = 'Number of attempts allowed';
174 $string['noattemptsmade'] = 'Number of attempts you have made';
175 $string['no_attributes'] = 'Tag {$a->tag} must have attributes';
176 $string['no_children'] = 'Tag {$a->tag} must have children';
177 $string['nolimit'] = 'Unlimited attempts';
178 $string['nomanifest'] = 'Manifest not found';
179 $string['noprerequisites'] = 'Sorry but you haven\'t reached enough prerequisites to access this learning object';
180 $string['noreports'] = 'No report to display';
181 $string['normal'] = 'Normal';
182 $string['noscriptnoscorm'] = 'Your browser does not support JavaScript or it has JavaScript support disabled. This SCORM package may not play or save data correctly.';
183 $string['notattempted'] = 'Not attempted';
184 $string['not_corr_type'] = 'Type mismatch for tag {$a->tag}';
185 $string['notopenyet'] = 'Sorry, this activity is not available until {$a}';
186 $string['objectives'] = 'Objectives';
187 $string['onchanges'] = 'Whenever it changes';
188 $string['optallstudents'] = 'all users';
189 $string['optattemptsonly'] = 'users with attempts only';
190 $string['optnoattemptsonly'] = 'users with no attempts only';
191 $string['options'] = 'Options (Prevented by some browsers)';
192 $string['optionsadv'] = 'Options (Advanced)';
193 $string['optionsadv_desc'] = 'If checked the window options will be set as advanced options in the form';
194 $string['organization'] = 'Organization';
195 $string['organizations'] = 'Organizations';
196 $string['othersettings'] = 'Additional settings';
197 $string['othertracks'] = 'Other tracks';
198 $string['page-mod-scorm-x'] = 'Any SCORM module page';
199 $string['pagesize'] = 'Page size';
200 $string['package'] = 'Package file';
201 $string['package_help'] = 'The package file is a zip (or pif) file containing SCORM/AICC course definition files.';
202 $string['packagedir'] = 'Filesystem error: Can\'t create package directory';
203 $string['packagefile'] = 'No package file specified';
204 $string['packageurl'] = 'URL';
205 $string['packageurl_help'] = 'This setting enables a URL for the SCORM package to be specified, rather than choosing a file via the file picker.';
206 $string['passed'] = 'Passed';
207 $string['php5'] = 'PHP 5 (DOMXML native library)';
208 $string['pluginadministration'] = 'SCORM/AICC administration';
209 $string['pluginname'] = 'SCORM package';
210 $string['popup'] = 'New window';
211 $string['popupmenu'] = 'In a drop down menu';
212 $string['popupopen'] = 'Open package in a new window';
213 $string['popupsblocked'] = 'It appears that popup windows are blocked, stopping this scorm module from playing. Please check your browser settings, before starting again.';
214 $string['position_error'] = 'The {$a->tag} tag can\'t be child of {$a->parent} tag';
215 $string['preferencesuser'] = 'Preferences for this report';
216 $string['preferencespage'] = 'Preferences just for this page';
217 $string['prev'] = 'Previous';
218 $string['raw'] = 'Raw score';
219 $string['regular'] = 'Regular manifest';
220 $string['report'] = 'Report';
221 $string['reports'] = 'Reports';
222 $string['reportcountallattempts'] = '{$a->nbattempts} attempts for {$a->nbusers} users, out of {$a->nbresults} results';
223 $string['reportcountattempts'] = '{$a->nbresults} results ({$a->nbusers} users)';
224 $string['resizable'] = 'Allow the window to be resized';
225 $string['result'] = 'Result';
226 $string['results'] = 'Results';
227 $string['review'] = 'Review';
228 $string['reviewmode'] = 'Review mode';
229 $string['scoes'] = 'Learning objects';
230 $string['score'] = 'Score';
231 $string['scormclose'] = 'Until';
232 $string['scormcourse'] = 'Learning course';
233 $string['scorm:deleteresponses'] = 'Delete SCORM attempts';
234 $string['scormloggingoff'] = 'API logging is off';
235 $string['scormloggingon'] = 'API logging is on';
236 $string['scormopen'] = 'Open';
237 $string['scormresponsedeleted'] = 'Deleted user attempts';
238 $string['scorm:savetrack'] = 'Save tracks';
239 $string['scorm:skipview'] = 'Skip overview';
240 $string['scormtype'] = 'Type';
241 $string['scormtype_help'] = 'This setting determines how the package is included in the course. There are up to 4 options:
243 * Uploaded package - Enables a SCORM package to be chosen via the file picker
244 * External SCORM manifest - Enables an imsmanifest.xml URL to be specified. Note: If the URL has a different domain name than your site, then "Downloaded package" is a better option, since otherwise grades are not saved.
245 * Downloaded package - Enables a package URL to be specified. The package will be unzipped and saved locally, and updated when the external SCORM package is updated.
246 * Local IMS content repository - Enables a package to be selected from within an IMS repository';
247 $string['scorm:viewreport'] = 'View reports';
248 $string['scorm:viewscores'] = 'View scores';
249 $string['scrollbars'] = 'Allow the window to be scrolled';
250 $string['selectall'] = 'Select all';
251 $string['selectnone'] = 'Deselect all';
252 $string['show'] = 'Show';
253 $string['sided'] = 'To the side';
254 $string['skipview'] = 'Student skip content structure page';
255 $string['skipview_help'] = 'This setting specifies whether the content structure page should ever be skipped (not displayed). If the package contains only one learning object, the content structure page can always be skipped.';
256 $string['skipviewdesc'] = 'This preference sets the default for when to skip content structure for a page';
257 $string['slashargs'] = 'WARNING: slash arguments is disabled on this site and objects may not function as expected!';
258 $string['stagesize'] = 'Stage size';
259 $string['stagesize_help'] = 'These two settings specify the frame/window width and height for the learning objects.';
260 $string['started'] = 'Started on';
261 $string['status'] = 'Status';
262 $string['statusbar'] = 'Show the status bar';
263 $string['student_response'] = 'Response';
264 $string['subplugintype_scormreport'] = 'Report';
265 $string['subplugintype_scormreport_plural'] = 'Reports';
266 $string['suspended'] = 'Suspended';
267 $string['syntax'] = 'Syntax error';
268 $string['tag_error'] = 'Unknown tag ({$a->tag}) with this content: {$a->value}';
269 $string['time'] = 'Time';
270 $string['timerestrict'] = 'Restrict answering to this time period';
271 $string['title'] = 'Title';
272 $string['toolbar'] = 'Show the toolbar';
273 $string['too_many_attributes'] = 'Tag {$a->tag} has too many attributes';
274 $string['too_many_children'] = 'Tag {$a->tag} has too many children';
275 $string['totaltime'] = 'Time';
276 $string['trackingloose'] = 'WARNING: The tracking data of this package will be lost!';
277 $string['type'] = 'Type';
278 $string['typeexternal'] = 'External SCORM manifest';
279 $string['typeimsrepository'] = 'Local IMS content repository';
280 $string['typelocal'] = 'Uploaded package';
281 $string['typelocalsync'] = 'Downloaded package';
282 $string['unziperror'] = 'An error occurs during package unzip';
283 $string['updatefreq'] = 'Auto-update frequency';
284 $string['updatefreqdesc'] = 'This preference sets the default auto-update frequency of an activity';
285 $string['validateascorm'] = 'Validate a package';
286 $string['validation'] = 'Validation result';
287 $string['validationtype'] = 'This preference set the DOMXML library used for validating SCORM Manifest. If you don\'t know leave the selected choice.';
288 $string['value'] = 'Value';
289 $string['versionwarning'] = 'The manifest version is older than 1.3, warning at {$a->tag} tag';
290 $string['viewallreports'] = 'View reports for {$a} attempts';
291 $string['viewalluserreports'] = 'View reports for {$a} users';
292 $string['whatgrade'] = 'Attempts grading';
293 $string['whatgrade_help'] = 'If multiple attempts are allowed, this setting specifies whether the highest, average (mean), first or last attempt is recorded in the gradebook.
295 Handling of Multiple Attempts
297 * The option to start a new attempt is provided by a checkbox above the Enter button on the content structure page, so be sure you\'re providing access to that page if you want to allow more than one attempt.
298 * Some scorm packages are intelligent about new attempts, many are not. What this means is that if the learner re-enters an existing attempt, if the SCORM content does not have internal logic to avoid overwriting previous attempts they can be overwritten, even though the attempt was \'completed\' or \'passed\'.
299 * The settings "Force completed", "Force new attempt" and "Lock after final attempt" also provide further management of multiple attempts.';
300 $string['whatgradedesc'] = 'This preference sets the default attempts grading';
301 $string['width'] = 'Width';
302 $string['window'] = 'Window';