Question: I am working with ScoTube and cannot seem to find a way to get a course to replay there.
Answer:
This requires some modification to a .js file in the exported package. However, this .js file is only available on a paid account.
If uploading a video file, after you create the ScoTube package:
1) Export the package form SCORM Cloud
2) Open the package
3) Open the Scripts folder -> flowsco2004.js (1.2.js) file
4) Search for if (VO.config.VIDEO_AUTOPLAY == "true") change that to "false"
If using the YouTube VideoID, after you create the ScoTube package:
1) Export the package form SCORM Cloud
2) Open the package
3) Open the Scripts folder -> scotube2004.js (1.2.js) file
4) Search for if ("true"==VO.config.VIDEO_AUTOPLAY) change that to "false"
Screenshots of the file and code location attached.
If you have any questions please send us a message at support@rusticisoftware.com
Comments