Issue Details (XML | Word | Printable)

Key: MDL-11908
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dan Marsden
Reporter: albert
Votes: 0
Watchers: 2
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

improve skip content structure page when using multiple SCOS

Created: 26/Oct/07 12:09 AM   Updated: 08/Dec/08 07:12 AM
Return to search
Component/s: SCORM
Affects Version/s: 1.8.2
Fix Version/s: 1.9.4

Environment: Windows XP, Internet Explorer 7

Database: Oracle
Participants: albert, Dan Marsden and Roberto Pinna
Security Level: None
Resolved date: 08/Dec/08
Affected Branches: MOODLE_18_STABLE
Fixed Branches: MOODLE_19_STABLE


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

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Roberto Pinna added a comment - 14/Nov/07 09:19 PM - 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.


Dan Marsden added a comment - 26/Aug/08 10:35 AM
tidying up what this actual request is about. - editing title and text of report.

Dan Marsden added a comment - 01/Dec/08 05:29 PM
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?

Dan Marsden added a comment - 08/Dec/08 07:12 AM
this is now in 1.9stable and HEAD - thanks for the report!