Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   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.
   8  //
   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.
  13  //
  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/>.
  16  
  17  /**
  18   * Strings for component 'scorm', language 'en'
  19   *
  20   * @package   mod_scorm
  21   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  $string['toc'] = 'TOC';
  25  $string['navigation'] = 'Navigation';
  26  $string['aicchacptimeout'] = 'AICC HACP timeout';
  27  $string['aicchacptimeout_desc'] = 'Length of time in minutes that an external AICC HACP session can remain open';
  28  $string['aicchacpkeepsessiondata'] = 'AICC HACP session data';
  29  $string['aicchacpkeepsessiondata_desc'] = 'Length of time in days to keep the external AICC HACP session data (a high setting will fill up the table with old data but may be useful when debugging)';
  30  $string['aiccuserid'] = 'AICC pass numeric user id';
  31  $string['aiccuserid_desc'] = 'The AICC standard for usernames is very restrictive compared with Moodle, and allows for alphanumeric characters, dash and underscore only. Periods, spaces and the @ symbol are not permitted. If enabled, user ID numbers are passed to the AICC package instead of usernames.';
  32  $string['activation'] = 'Activation';
  33  $string['activityloading'] = 'You will be automatically redirected to the activity in';
  34  $string['activityoverview'] = 'You have SCORM packages that need attention';
  35  $string['activitypleasewait'] = 'Activity loading, please wait ...';
  36  $string['adminsettings'] = 'Admin settings';
  37  $string['advanced'] = 'Parameters';
  38  $string['aliasonly'] = 'When selecting an imsmanifest.xml file from a repository you must use an alias/shortcut for this file.';
  39  $string['allowapidebug'] = 'Activate API debug and tracing (set the capture mask with apidebugmask)';
  40  $string['allowtypeexternal'] = 'Enable external package type';
  41  $string['allowtypeexternalaicc'] = 'Enable direct AICC URL';
  42  $string['allowtypeexternalaicc_desc'] = 'If enabled this allows a direct url to a simple AICC package';
  43  $string['allowtypelocalsync'] = 'Enable downloaded package type';
  44  $string['allowtypeaicchacp'] = 'Enable external AICC HACP';
  45  $string['allowtypeaicchacp_desc'] = 'If enabled this allows AICC HACP external communication without requiring user login for post requests from the external AICC package';
  46  $string['apidebugmask'] = 'API debug capture mask  - use a simple regex on &lt;username&gt;:&lt;activityname&gt; e.g. admin:.* will debug for admin user only';
  47  $string['areacontent'] = 'Content files';
  48  $string['areapackage'] = 'Package file';
  49  $string['asset'] = 'Asset';
  50  $string['assetlaunched'] = 'Asset - Viewed';
  51  $string['attempt'] = 'Attempt';
  52  $string['attempts'] = 'Attempts';
  53  $string['attemptstatusall'] = 'Dashboard and entry page';
  54  $string['attemptstatusmy'] = 'Dashboard only';
  55  $string['attemptstatusentry'] = 'Entry page only';
  56  $string['attemptsx'] = '{$a} attempts';
  57  $string['attemptsmanagement'] = 'Attempts management';
  58  $string['attempt1'] = '1 attempt';
  59  $string['attr_error'] = 'Bad value for attribute ({$a->attr}) in tag {$a->tag}.';
  60  $string['autocommit'] = 'Auto-commit';
  61  $string['autocommit_help'] = 'If enabled, SCORM data is automaticaly saved to the database. Useful for SCORM objects which do not save their data regularly.';
  62  $string['autocommitdesc'] = 'Automatically save SCORM data if the SCORM package does not save it.';
  63  $string['autocontinue'] = 'Auto-continue';
  64  $string['autocontinue_help'] = 'If enabled, subsequent learning objects are launched automatically, otherwise the Continue button must be used.';
  65  $string['autocontinuedesc'] = 'If enabled, subsequent learning objects are launched automatically, otherwise the Continue button must be used.';
  66  $string['averageattempt'] = 'Average attempts';
  67  $string['badmanifest'] = 'Some manifest errors: see errors log';
  68  $string['badimsmanifestlocation'] = 'An imsmanifest.xml file was found but it was not in the root of your zip file, please re-package your SCORM';
  69  $string['badarchive'] = 'You must provide a valid zip file';
  70  $string['browse'] = 'Preview';
  71  $string['browsed'] = 'Browsed';
  72  $string['browsemode'] = 'Preview mode';
  73  $string['browserepository'] = 'Browse repository';
  74  $string['calculatedweight'] = 'Calculated weight';
  75  $string['calendarend'] = '{$a} closes';
  76  $string['calendarstart'] = '{$a} opens';
  77  $string['cannotaccess'] = 'You cannot call this script in that way';
  78  $string['cannotfindsco'] = 'Could not find SCO';
  79  $string['closebeforeopen'] = 'You have specified a close date before the open date.';
  80  $string['collapsetocwinsize'] = 'Collapse TOC when window size below';
  81  $string['collapsetocwinsizedesc'] = 'This setting lets you specify the window size below which the TOC should automatically collapse.';
  82  $string['compatibilitysettings'] = 'Compatibility settings';
  83  $string['completed'] = 'Completed';
  84  $string['completionscorerequired'] = 'Require minimum score';
  85  $string['completionscorerequireddesc'] = 'Minimum score of {$a} is required for completion';
  86  $string['completionscorerequired_help'] = 'Enabling this setting will require a user to have at least the minimum score entered to be marked complete in this SCORM activity, as well as any other Activity Completion requirements.';
  87  $string['completionstatus_passed'] = 'Passed';
  88  $string['completionstatus_completed'] = 'Completed';
  89  $string['completionstatusallscos'] = 'Require all scos to return completion status';
  90  $string['completionstatusallscos_help'] = 'Some SCORM packages contain multiple components or "scos" - when this is enabled all scos within the package must return the relevant lesson_status for this activity to be flagged complete.';
  91  $string['completionstatusrequired'] = 'Require status';
  92  $string['completionstatusrequireddesc'] = 'Student must achieve at least one of the following statuses: {$a}';
  93  $string['completionstatusrequired_help'] = 'Checking one or more statuses will require a user to achieve at least one of the checked statuses in order to be marked complete in this SCORM activity, as well as any other Activity Completion requirements.';
  94  $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.';
  95  $string['contents'] = 'Contents';
  96  $string['coursepacket'] = 'Course package';
  97  $string['coursestruct'] = 'Course structure';
  98  $string['crontask'] = 'Background processing for SCORM';
  99  $string['currentwindow'] = 'Current window';
 100  $string['datadir'] = 'Filesystem error: Can\'t create course data directory';
 101  $string['defaultdisplaysettings'] = 'Default display settings';
 102  $string['defaultgradesettings'] = 'Default grade settings';
 103  $string['defaultothersettings'] = 'Other default settings';
 104  $string['deleteattemptcheck'] = 'Are you absolutely sure you want to completely delete these attempts?';
 105  $string['deleteallattempts'] = 'Delete all SCORM attempts';
 106  $string['deleteselected'] = 'Delete selected attempts';
 107  $string['deleteuserattemptcheck'] = 'Are you absolutely sure you want to completely delete all your attempts?';
 108  $string['details'] = 'Track details';
 109  $string['directories'] = 'Show the directory links';
 110  $string['disabled'] = 'Disabled';
 111  $string['display'] = 'Display package';
 112  $string['displayactivityname'] = 'Display activity name';
 113  $string['displayactivityname_help'] = 'Whether or not to display the activity name above the SCORM player.';
 114  $string['displayattemptstatus'] = 'Display attempt status';
 115  $string['displayattemptstatus_help'] = 'This preference allows a summary of the users attempts to show in the course overview block in Dashboard and/or the SCORM entry page.';
 116  $string['displayattemptstatusdesc'] = 'Whether a summary of the user\'s attempts is shown in the course overview block in Dashboard and/or the SCORM entry page.';
 117  $string['displaycoursestructure'] = 'Display course structure on entry page';
 118  $string['displaycoursestructure_help'] = 'If enabled, the table of contents is displayed on the SCORM outline page.';
 119  $string['displaycoursestructuredesc'] = 'If enabled, the table of contents is displayed on the SCORM outline page.';
 120  $string['displaydesc'] = 'Whether to display the SCORM package in a new window.';
 121  $string['displaysettings'] = 'Display settings';
 122  $string['dnduploadscorm'] = 'Add a SCORM package';
 123  $string['domxml'] = 'DOMXML external library';
 124  $string['element'] = 'Element';
 125  $string['enter'] = 'Enter';
 126  $string['entercourse'] = 'Enter course';
 127  $string['errorlogs'] = 'Errors log';
 128  $string['eventattemptdeleted'] = 'Attempt deleted';
 129  $string['eventinteractionsviewed'] = 'Interactions viewed';
 130  $string['eventreportviewed'] = 'Report viewed';
 131  $string['eventscolaunched'] = 'Sco launched';
 132  $string['eventscorerawsubmitted'] = 'Submitted SCORM raw score';
 133  $string['eventstatussubmitted'] = 'Submitted SCORM status';
 134  $string['eventtracksviewed'] = 'Tracks viewed';
 135  $string['eventuserreportviewed'] = 'User report viewed';
 136  $string['everyday'] = 'Every day';
 137  $string['everytime'] = 'Every time it\'s used';
 138  $string['exceededmaxattempts'] = 'You have reached the maximum number of attempts.';
 139  $string['exit'] = 'Exit course';
 140  $string['exitactivity'] = 'Exit activity';
 141  $string['expired'] = 'Sorry, this activity closed on {$a} and is no longer available';
 142  $string['external'] = 'Update external packages timing';
 143  $string['failed'] = 'Failed';
 144  $string['finishscorm'] = 'If you have finished viewing this resource, {$a}';
 145  $string['finishscormlinkname'] = 'click here to return to the course page';
 146  $string['firstaccess'] = 'First access';
 147  $string['firstattempt'] = 'First attempt';
 148  $string['floating'] = 'Floating';
 149  $string['forcecompleted'] = 'Force completed';
 150  $string['forcecompleted_help'] = 'If enabled, the status of the current attempt is forced to "completed". (Only applicable to SCORM 1.2 packages.)';
 151  $string['forcecompleteddesc'] = 'This preference sets the default value for the force completed setting';
 152  $string['forcenewattempts'] = 'Force new attempt';
 153  $string['forcenewattempts_help'] = 'There are 3 options:
 154  
 155  * No - If a previous attempt is completed, passed or failed, the student will be provided with the option to enter in review mode or start a new attempt.
 156  * When previous attempt completed, passed or failed - This relies on the SCORM package setting the status of \'completed\', \'passed\' or \'failed\'.
 157  * Always - Each re-entry to the SCORM activity will generate a new attempt and the student will not be returned to the same point they reached in their previous attempt.';
 158  $string['forceattemptalways'] = 'Always';
 159  $string['forceattemptoncomplete'] = 'When previous attempt completed, passed or failed';
 160  $string['forcejavascript'] = 'Force users to enable JavaScript';
 161  $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.';
 162  $string['forcejavascriptmessage'] = 'JavaScript is required to view this object, please enable JavaScript in your browser and try again.';
 163  $string['found'] = 'Manifest found';
 164  $string['frameheight'] = 'The height of the stage frame or window.';
 165  $string['framewidth'] = 'The width of the stage frame or window.';
 166  $string['fromleft'] = 'From left';
 167  $string['fromtop'] = 'From top';
 168  $string['fullscreen'] = 'Fill the whole screen';
 169  $string['general'] = 'General data';
 170  $string['gradeaverage'] = 'Average grade';
 171  $string['gradeforattempt'] = 'Grade for attempt';
 172  $string['gradehighest'] = 'Highest grade';
 173  $string['grademethod'] = 'Grading method';
 174  $string['grademethod_help'] = 'The grading method defines how the grade for a single attempt of the activity is determined.
 175  
 176  There are 4 grading methods:
 177  
 178  * Learning objects - The number of completed/passed learning objects
 179  * Highest grade - The highest score obtained in all passed learning objects
 180  * Average grade - The mean of all the scores
 181  * Sum grade - The sum of all the scores';
 182  $string['grademethoddesc'] = 'The grading method defines how the grade for a single attempt of the activity is determined.';
 183  $string['gradereported'] = 'Grade reported';
 184  $string['gradesettings'] = 'Grade settings';
 185  $string['gradescoes'] = 'Learning objects';
 186  $string['gradesum'] = 'Sum grade';
 187  $string['height'] = 'Height';
 188  $string['hidden'] = 'Hidden';
 189  $string['hidebrowse'] = 'Disable preview mode';
 190  $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.';
 191  $string['hidebrowsedesc'] = 'Preview mode allows a student to browse an activity before attempting it.';
 192  $string['hideexit'] = 'Hide exit link';
 193  $string['hidereview'] = 'Hide review button';
 194  $string['hidetoc'] = 'Display course structure in player';
 195  $string['hidetoc_help'] = 'How the table of contents is displayed in the SCORM player';
 196  $string['hidetocdesc'] = 'This setting specifies how the table of contents is displayed in the SCORM player.';
 197  $string['highestattempt'] = 'Highest attempt';
 198  $string['chooseapacket'] = 'Choose or update a package';
 199  $string['identifier'] = 'Question identifier';
 200  $string['incomplete'] = 'Incomplete';
 201  $string['indicator:cognitivedepth'] = 'SCORM cognitive';
 202  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a SCORM activity.';
 203  $string['indicator:cognitivedepthdef'] = 'SCORM cognitive';
 204  $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the SCORM activities during this analysis interval (Levels = No view, View, Submit, View feedback)';
 205  $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
 206  $string['indicator:socialbreadth'] = 'SCORM social';
 207  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a SCORM activity.';
 208  $string['indicator:socialbreadthdef'] = 'SCORM social';
 209  $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the SCORM activities during this analysis interval (Levels = No participation, Participant alone)';
 210  $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
 211  $string['info'] = 'Info';
 212  $string['interactions'] = 'Interactions';
 213  $string['masteryoverride'] = 'Mastery score overrides status';
 214  $string['masteryoverride_help'] = 'If enabled and a mastery score is provided, when LMSFinish is called and a raw score has been set, status will be recalculated using the raw score and mastery score and any status provided by the SCORM (including "incomplete") will be overridden.';
 215  $string['masteryoverridedesc'] = 'This preference sets the default for the mastery score override setting';
 216  $string['myattempts'] = 'My attempts';
 217  $string['myaiccsessions'] = 'My AICC sessions';
 218  $string['repositorynotsupported'] = 'This repository does not support linking directly to an imsmanifest.xml file.';
 219  $string['trackid'] = 'ID';
 220  $string['trackid_help'] = 'This is the identifier set by your SCORM package for this question, the SCORM specification doesn\'t allow the full question text to be provided.';
 221  $string['trackcorrectcount'] = 'Correct count';
 222  $string['trackcorrectcount_help'] = 'Number of correct results for the question';
 223  $string['trackpattern'] = 'Pattern';
 224  $string['trackpattern_help'] = 'This is what a correct response to this question would be, it does not show the learners response.';
 225  $string['tracklatency'] = 'Latency';
 226  $string['tracklatency_help'] = 'The time elapsed between the time the question was made available to the learner for a response and the time of the first response.';
 227  $string['trackresponse'] = 'Response';
 228  $string['trackresponse_help'] = 'This is the response made by the learner for this question';
 229  $string['trackresult'] = 'Result';
 230  $string['trackresult_help'] = 'Shows if the learner entered a correct response.';
 231  $string['trackscoremin'] = 'Minimum score';
 232  $string['trackscoremin_help'] = 'Minimum value that can be assigned for the raw score';
 233  $string['trackscoremax'] = 'Maximum score';
 234  $string['trackscoremax_help'] = 'Maximum value that can be assigned for the raw score';
 235  $string['trackscoreraw'] = 'Raw score';
 236  $string['trackscoreraw_help'] = 'Number that reflects the performance of the learner relative to the range bounded by the values of min and max';
 237  $string['tracksuspenddata'] = 'Suspend data';
 238  $string['tracksuspenddata_help'] = 'Provides space to store and retrieve data between learner sessions';
 239  $string['tracktime'] = 'Time';
 240  $string['tracktime_help'] = 'Time at which the attempt was started';
 241  $string['tracktype'] = 'Type';
 242  $string['tracktype_help'] = 'Type of the question, for example "choice" or "shortanswer".';
 243  $string['trackweight'] = 'Weight';
 244  $string['trackweight_help'] = 'Weight assigned to the question when calculating score.';
 245  $string['invalidactivity'] = 'SCORM activity is incorrect';
 246  $string['invalidmanifestname'] = 'Only imsmanifest.xml or .zip files may be selected';
 247  $string['invalidstatus'] = 'Invalid status';
 248  $string['invalidurl'] = 'Invalid URL specified';
 249  $string['invalidurlhttpcheck'] = 'Invalid URL specified. Debug message:<pre>{$a->cmsg}</pre>';
 250  $string['invalidhacpsession'] = 'Invalid HACP session';
 251  $string['invalidmanifestresource'] = 'WARNING: The following resources were referenced in your manifest but couldn\'t be found:';
 252  $string['last'] = 'Last accessed on';
 253  $string['lastaccess'] = 'Last access';
 254  $string['lastattempt'] = 'Last completed attempt';
 255  $string['lastattemptlock'] = 'Lock after final attempt';
 256  $string['lastattemptlock_help'] = 'If enabled, a student is prevented from launching the SCORM player after using up all their allocated attempts.';
 257  $string['lastattemptlockdesc'] = 'If enabled, a student is prevented from launching the SCORM player after using up all their allocated attempts.';
 258  $string['location'] = 'Show the location bar';
 259  $string['max'] = 'Max score';
 260  $string['maximumattempts'] = 'Number of attempts';
 261  $string['maximumattempts_help'] = 'This setting enables the number of attempts to be restricted. It is only applicable for SCORM 1.2 and AICC packages.';
 262  $string['maximumattemptsdesc'] = 'This preference sets the default maximum attempts for an activity';
 263  $string['maximumgradedesc'] = 'This preference sets the default maximum grade for an activity';
 264  $string['menubar'] = 'Show the menu bar';
 265  $string['min'] = 'Minimum score';
 266  $string['missing_attribute'] = 'Missing attribute {$a->attr} in tag {$a->tag}';
 267  $string['missingparam'] = 'A required parameter is missing or wrong';
 268  $string['missing_tag'] = 'Missing tag {$a->tag}';
 269  $string['mode'] = 'Mode';
 270  $string['modulename'] = 'SCORM package';
 271  $string['modulename_help'] = 'A SCORM package is a collection of files which are packaged according to an agreed standard for learning objects. The SCORM activity module enables SCORM or AICC packages to be uploaded as a zip file and added to a course.
 272  
 273  Content is usually displayed over several pages, with navigation between the pages. There are various options for displaying content in a pop-up window, with a table of contents, with navigation buttons etc. SCORM activities generally include questions, with grades being recorded in the gradebook.
 274  
 275  SCORM activities may be used
 276  
 277  * For presenting multimedia content and animations
 278  * As an assessment tool';
 279  $string['modulename_link'] = 'mod/scorm/view';
 280  $string['modulenameplural'] = 'SCORM packages';
 281  $string['nav'] = 'Show Navigation';
 282  $string['nav_help'] = 'This setting specifies whether to show or hide the navigation buttons and their position.
 283  
 284  There are 3 options:
 285  
 286  * No - Navigation buttons are not shown
 287  * Under content - Navigation buttons are shown below the SCORM package content
 288  * Floating - Navigation buttons are shown floating, with the position from the top and from the left determined by the package.';
 289  $string['navdesc'] = 'This setting specifies whether to show or hide navigation buttons and their position.';
 290  $string['navpositionleft'] = 'Position of navigation buttons from left in pixels.';
 291  $string['navpositiontop'] = 'Position of navigation buttons from top in pixels.';
 292  $string['networkdropped'] = 'The SCORM player has determined that your Internet connection is unreliable or has been interrupted. If you continue in this SCORM activity, your progress may not be saved.<br />
 293  You should exit the activity now, and return when you have a dependable Internet connection.';
 294  $string['newattempt'] = 'Start a new attempt';
 295  $string['next'] = 'Continue';
 296  $string['noactivity'] = 'Nothing to report';
 297  $string['noattemptsallowed'] = 'Number of attempts allowed';
 298  $string['noattemptsmade'] = 'Number of attempts you have made';
 299  $string['no_attributes'] = 'Tag {$a->tag} must have attributes';
 300  $string['no_children'] = 'Tag {$a->tag} must have children';
 301  $string['nolimit'] = 'Unlimited attempts';
 302  $string['nomanifest'] = 'Incorrect file package - missing imsmanifest.xml or AICC structure';
 303  $string['noprerequisites'] = 'Sorry but you don\'t have the required prerequisites to access this activity.';
 304  $string['noreports'] = 'No report to display';
 305  $string['normal'] = 'Normal';
 306  $string['noscriptnoscorm'] = 'Your browser does not support JavaScript or it has JavaScript support disabled. This SCORM package may not play or save data correctly.';
 307  $string['notattempted'] = 'Not attempted';
 308  $string['not_corr_type'] = 'Type mismatch for tag {$a->tag}';
 309  $string['notopenyet'] = 'Sorry, this activity is not available until {$a}';
 310  $string['objectives'] = 'Objectives';
 311  $string['openafterclose'] = 'You have specified an open date after the close date';
 312  $string['optallstudents'] = 'all users';
 313  $string['optattemptsonly'] = 'users with attempts only';
 314  $string['optnoattemptsonly'] = 'users with no attempts only';
 315  $string['options'] = 'Options (Prevented by some browsers)';
 316  $string['optionsadv'] = 'Options (Advanced)';
 317  $string['optionsadv_desc'] = 'If checked the width and height will be listed as advanced settings.';
 318  $string['organization'] = 'Organisation';
 319  $string['organizations'] = 'Organisations';
 320  $string['othersettings'] = 'Additional settings';
 321  $string['page-mod-scorm-x'] = 'Any SCORM module page';
 322  $string['pagesize'] = 'Page size';
 323  $string['package'] = 'Package file';
 324  $string['package_help'] = 'The package file is a zip (or pif) file containing SCORM/AICC course definition files.';
 325  $string['packagedir'] = 'Filesystem error: Can\'t create package directory';
 326  $string['packagefile'] = 'No package file specified';
 327  $string['packagehdr'] = 'Package';
 328  $string['packageurl'] = 'URL';
 329  $string['packageurl_help'] = 'This setting enables a URL for the SCORM package to be specified, rather than choosing a file via the file picker.';
 330  $string['passed'] = 'Passed';
 331  $string['php5'] = 'PHP 5 (DOMXML native library)';
 332  $string['pluginadministration'] = 'SCORM package administration';
 333  $string['pluginname'] = 'SCORM package';
 334  $string['popup'] = 'New window';
 335  $string['popuplaunched'] = 'This SCORM package has been launched in a popup window, If you have finished viewing this resource, click here to return to the course page';
 336  $string['popupmenu'] = 'In a drop-down menu';
 337  $string['popupopen'] = 'Open package in a new window';
 338  $string['popupsblocked'] = 'It appears that popup windows are blocked, stopping this SCORM package from playing. Please check your browser settings before trying again.';
 339  $string['position_error'] = 'The {$a->tag} tag can\'t be child of {$a->parent} tag';
 340  $string['preferencesuser'] = 'Preferences for this report';
 341  $string['preferencespage'] = 'Preferences just for this page';
 342  $string['prev'] = 'Previous';
 343  $string['privacy:metadata:aicc:data'] = 'Personal data passed through from the AICC/SCORM subsystem.';
 344  $string['privacy:metadata:aicc:externalpurpose'] = 'This plugin sends data externally using the AICC HACP.';
 345  $string['privacy:metadata:aicc_session:lessonstatus'] = 'The lesson status to be tracked';
 346  $string['privacy:metadata:aicc_session:scormmode'] = 'The mode of the element to be tracked';
 347  $string['privacy:metadata:aicc_session:scormstatus'] = 'The status of the element to be tracked';
 348  $string['privacy:metadata:aicc_session:sessiontime'] = 'The session time to be tracked';
 349  $string['privacy:metadata:aicc_session:timecreated'] = 'The time when the tracked element was created';
 350  $string['privacy:metadata:attempt'] = 'The attempt number';
 351  $string['privacy:metadata:scoes_track:element'] = 'The name of the element to be tracked';
 352  $string['privacy:metadata:scoes_track:value'] = 'The value of the given element';
 353  $string['privacy:metadata:scorm_aicc_session'] = 'The session information of the AICC HACP';
 354  $string['privacy:metadata:scorm_scoes_track'] = 'The tracked data of the SCOes belonging to the activity';
 355  $string['privacy:metadata:timemodified'] = 'The time when the tracked element was last modified';
 356  $string['privacy:metadata:userid'] = 'The ID of the user who accessed the SCORM activity';
 357  $string['protectpackagedownloads'] = 'Protect package downloads';
 358  $string['protectpackagedownloads_desc'] = 'If enabled, SCORM packages can be downloaded only if the user has the course:manageactivities capability. If disabled, SCORM packages can always be downloaded (by mobile or other means).';
 359  $string['raw'] = 'Raw score';
 360  $string['regular'] = 'Regular manifest';
 361  $string['report'] = 'Report';
 362  $string['reports'] = 'Reports';
 363  $string['reportcountallattempts'] = '{$a->nbattempts} attempts for {$a->nbusers} users, out of {$a->nbresults} results';
 364  $string['reportcountattempts'] = '{$a->nbresults} results ({$a->nbusers} users)';
 365  $string['response'] = 'Response';
 366  $string['result'] = 'Result';
 367  $string['results'] = 'Results';
 368  $string['review'] = 'Review';
 369  $string['reviewmode'] = 'Review mode';
 370  $string['rightanswer'] = 'Right answer';
 371  $string['scormstandard'] = 'SCORM standards mode';
 372  $string['scormstandarddesc'] = 'When disabled, Moodle allows SCORM 1.2 packages to store more than the specification allows, and uses Moodle full name format settings when passing the users name to the SCORM package.';
 373  $string['scoes'] = 'Learning objects';
 374  $string['score'] = 'Score';
 375  $string['scorm:addinstance'] = 'Add a new SCORM package';
 376  $string['scormclose'] = 'Available to';
 377  $string['scormcourse'] = 'Learning course';
 378  $string['scorm:deleteresponses'] = 'Delete SCORM attempts';
 379  $string['scormloggingoff'] = 'API logging is off';
 380  $string['scormloggingon'] = 'API logging is on';
 381  $string['scormopen'] = 'Available from';
 382  $string['scormresponsedeleted'] = 'Deleted user attempts';
 383  $string['scorm:deleteownresponses'] = 'Delete own attempts';
 384  $string['scorm:savetrack'] = 'Save tracks';
 385  $string['scorm:skipview'] = 'Skip overview';
 386  $string['scormtype'] = 'Type';
 387  $string['scormtype_help'] = 'This setting determines how the package is included in the course. There are up to 4 options:
 388  
 389  * Uploaded package - Enables a SCORM package to be chosen via the file picker
 390  * 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.
 391  * 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.
 392  * External AICC URL - this URL is the launch URL for a single AICC Activity.  A psuedo package will be constructed around this.';
 393  $string['scorm:viewreport'] = 'View reports';
 394  $string['scorm:viewscores'] = 'View scores';
 395  $string['scrollbars'] = 'Allow the window to be scrolled';
 396  $string['search:activity'] = 'SCORM package - activity information';
 397  $string['selectall'] = 'Select all';
 398  $string['selectnone'] = 'Deselect all';
 399  $string['show'] = 'Show';
 400  $string['sided'] = 'To the side';
 401  $string['skipview'] = 'Student skip content structure page';
 402  $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.';
 403  $string['skipviewdesc'] = 'This preference sets the default for when to skip content structure for a page';
 404  $string['slashargs'] = 'WARNING: slash arguments is disabled on this site and objects may not function as expected!';
 405  $string['stagesize'] = 'Stage size';
 406  $string['stagesize_help'] = 'These two settings specify the frame/window width and height for the learning objects.';
 407  $string['started'] = 'Started on';
 408  $string['status'] = 'Status';
 409  $string['statusbar'] = 'Show the status bar';
 410  $string['student_response'] = 'Response';
 411  $string['subplugintype_scormreport'] = 'Report';
 412  $string['subplugintype_scormreport_plural'] = 'Reports';
 413  $string['suspended'] = 'Suspended';
 414  $string['syntax'] = 'Syntax error';
 415  $string['tag_error'] = 'Unknown tag ({$a->tag}) with this content: {$a->value}';
 416  $string['time'] = 'Time';
 417  $string['title'] = 'Title';
 418  $string['toolbar'] = 'Show the toolbar';
 419  $string['too_many_attributes'] = 'Tag {$a->tag} has too many attributes';
 420  $string['too_many_children'] = 'Tag {$a->tag} has too many children';
 421  $string['totaltime'] = 'Time';
 422  $string['trackingloose'] = 'WARNING: The tracking data of this package will be lost!';
 423  $string['type'] = 'Type';
 424  $string['typeaiccurl'] = 'External AICC URL';
 425  $string['typeexternal'] = 'External SCORM manifest';
 426  $string['typelocal'] = 'Uploaded package';
 427  $string['typelocalsync'] = 'Downloaded package';
 428  $string['undercontent'] = 'Under content';
 429  $string['unziperror'] = 'An error occurs during package unzip';
 430  $string['updatefreq'] = 'Auto-update frequency';
 431  $string['updatefreq_error'] = 'Auto-update frequency can only be set when the package file is hosted externally';
 432  $string['updatefreq_help'] = 'This allows the external package to be automatically downloaded and updated';
 433  $string['updatefreqdesc'] = 'This preference sets the default auto-update frequency of an activity';
 434  $string['validateascorm'] = 'Validate a package';
 435  $string['validation'] = 'Validation result';
 436  $string['validationtype'] = 'This preference set the DOMXML library used for validating SCORM Manifest. If you don\'t know leave the selected choice.';
 437  $string['value'] = 'Value';
 438  $string['versionwarning'] = 'The manifest version is older than 1.3, warning at {$a->tag} tag';
 439  $string['viewallreports'] = 'View reports for {$a} attempts';
 440  $string['viewalluserreports'] = 'View reports for {$a} users';
 441  $string['whatgrade'] = 'Attempts grading';
 442  $string['whatgrade_help'] = 'If multiple attempts are allowed, this setting specifies whether the highest, average (mean), first or last completed attempt is recorded in the gradebook. The last completed attempt option does not include attempts with a \'failed\' status.
 443  
 444  Notes on handling of multiple attempts:
 445  
 446  * 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.
 447  * 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\'.
 448  * The settings "Force completed", "Force new attempt" and "Lock after final attempt" also provide further management of multiple attempts.';
 449  $string['whatgradedesc'] = 'Whether the highest, average (mean), first or last completed attempt is recorded in the gradebook if multiple attempts are allowed.';
 450  $string['width'] = 'Width';
 451  $string['window'] = 'Window';
 452  $string['youmustselectastatus'] = 'You must select a status to require';
 453  
 454  // Deprecated since Moodle 3.8.
 455  $string['duedate'] = 'Due date';