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.


Petr Skoda made changes - 03/Jan/08 05:09 AM
Field Original Value New Value
Security Possible security issue [ 10002 ]
Dan Marsden made changes - 24/Jun/08 07:07 AM
Assignee Roberto Pinna [ upo ] Nobody [ nobody ]
Dan Marsden made changes - 24/Jun/08 07:33 AM
Assignee Nobody [ nobody ] Dan Marsden [ danmarsden ]
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 made changes - 26/Aug/08 10:35 AM
Summary Advanced Buttoms in SCORM improve skip content structure page when using multiple SCOS
Description Could anybody explain me the use of the following advanced options for the SCORM configuration, also I want to know which are the different between the several options:
-Display package
Current window New window
- [[options]]
Allow the window to be resized
Allow the window to be scrolled
Show the directory links
Show the location bar
Show the menu bar
Show the toolbar
- StatusStudent skip content structure page
Never First access Always Disable
- preview mode No Yes
- Course structure display (TOC)
Hidden, On the left side, In a drop down menu
- Hide navigation buttons
 No, Yes
- Auto-Continue
No , Yes
- [[updatefreq]]
never Whenever it changes Every day Every time it's used

I want to eliminate the intermediate screen to launch an scorm directly without going through the Enter Course button. Is it possible. There is any restriction that shoud be come from the elearning course provider.
The only thing I can change is the button of the preview mode, the other changes have not had any results.

Thank you very much for support!

Regards,
Albert
I want to eliminate the intermediate screen to launch a scorm directly without going through the Enter Course button. Is it possible.
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 committed 1 file to 'Moodle CVS' - 08/Dec/08 06:54 AM
skip content structure page:MDL-11908: skip content structure page with multiple scos - if a teacher has set to skip, it should skip! - even with multiple scos.
MODIFY mod/scorm/locallib.php   Rev. 1.83    (+2 -2 lines)
Dan Marsden committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 08/Dec/08 07:09 AM
skip content structure page:MDL-11908: skip content structure page with multiple scos - if a teacher has set to skip, it should skip! - even with multiple scos. merged from HEAD
MODIFY mod/scorm/locallib.php   Rev. 1.46.2.24    (+2 -2 lines)
Dan Marsden added a comment - 08/Dec/08 07:12 AM
this is now in 1.9stable and HEAD - thanks for the report!

Dan Marsden made changes - 08/Dec/08 07:12 AM
Fix Version/s 1.9.4 [ 10300 ]
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]