
| Key: |
MDL-11908
|
| Type: |
New Feature
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Dan Marsden
|
| Reporter: |
albert
|
| Votes: |
0
|
| Watchers: |
2
|
|
|
|
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
|
|
I want to eliminate the intermediate screen to launch a scorm directly without going through the Enter Course button. Is it possible.
|
|
Description
|
I want to eliminate the intermediate screen to launch a scorm directly without going through the Enter Course button. Is it possible. |
Show » |
|
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.