Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-28300

SCORM 2004 New attempts bug

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.0.4, 2.1.1
    • 2.0.3
    • SCORM
    • None

      In Moodle 2, using SCORM 2004 the "Start a new attempt" checkbox is never available.
      The problem is a variable name error in mod/scorm/locallib.php "function scorm_get_attempt_count", when the functin checks if is SCORM 1.2 or 1.3 (2004) version it check if ($scorm->version == 'scorm1_3') but the correct check is:
      if($scorm->version == 'scorm_13' || $scorm->version == 'SCORM_1.3') like in loadSCO.php

            danmarsden Dan Marsden
            silviabastos Silvia Bastos
            Sam Hemelryk Sam Hemelryk
            Petr Skoda Petr Skoda
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.