Details
Description
I want to eliminate the intermediate screen to launch a scorm directly without going through the Enter Course button. Is it possible.
I want to eliminate the intermediate screen to launch a scorm directly without going through the Enter Course button. Is it possible.
If the package contains only one sco you can set:
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.
- 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.