Moodle

improve skip content structure page when using multiple SCOS

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.8.2
  • Fix Version/s: 1.9.4
  • Component/s: SCORM
  • Labels:
    None
  • Environment:
    Windows XP, Internet Explorer 7
  • Database:
    Oracle
  • Affected Branches:
    MOODLE_18_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE

Description

I want to eliminate the intermediate screen to launch a scorm directly without going through the Enter Course button. Is it possible.

Activity

Hide
Roberto Pinna added a comment - - edited

If the package contains only one sco you can set:

  • StatusStudent skip content structure page
    to Always

otherwise you must change the code of scorm_simple_play function in locallib.php.
You must remove or comment the row "if (count($scoes)) {" and the relative "}" (it's the one before "return $result;")

Roberto.

Show
Roberto Pinna added a comment - - edited If the package contains only one sco you can set:
  • StatusStudent skip content structure page to Always
otherwise you must change the code of scorm_simple_play function in locallib.php. You must remove or comment the row "if (count($scoes)) {" and the relative "}" (it's the one before "return $result;") Roberto.
Hide
Dan Marsden added a comment -

tidying up what this actual request is about. - editing title and text of report.

Show
Dan Marsden added a comment - tidying up what this actual request is about. - editing title and text of report.
Hide
Dan Marsden added a comment -

adding Piers as a watcher - Piers, can you see any reason why we shouldn't remove the code that bobo mentions? - if a teacher sets "skip content structure" to always - shouldn't we obey that setting no matter how many SCOS the object has?

Show
Dan Marsden added a comment - adding Piers as a watcher - Piers, can you see any reason why we shouldn't remove the code that bobo mentions? - if a teacher sets "skip content structure" to always - shouldn't we obey that setting no matter how many SCOS the object has?
Hide
Dan Marsden added a comment -

this is now in 1.9stable and HEAD - thanks for the report!

Show
Dan Marsden added a comment - this is now in 1.9stable and HEAD - thanks for the report!

People

Vote (0)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: