Forum Discussion
PreTest in Rise if Pass Course Complete
Ok, so if your Rise project (SCO) design looks something like this...
-Pretest (Quiz)
-Lesson
-Lesson
...and you want to track SCORM completion with successful attempt at the pretest - OR - completion of the lesson(s) if the pretest is failed, follow these SIMPLE steps:
1. Publish your project using SCORM 1.2 (havent tested 2004) Track Using Quiz Result, and the Complete/Incomplete reporting type.
2. Unzip your SCORM package and navigate to the "/scormcontent/index.html" file and open it for editing. Open with Notepad in Windows for simplicity.
3. In the index file, search for "var quizID" and then copy the unique ID including the quotes. Example: "pZ_Bl06cx0D_t9hkEZnxaN35KGkgTy7b"
4. Search the index file for function "finish(totalProgress)" and paste the copied quiz ID over the "null". Example: quizId === "pZ_Bl06cx0D_t9hkEZnxaN35KGkgTy7b" &&
5. Rezip your SCORM package and test on your LMS.
This discovered functionality allows your learner's to "test out" of any SCO for competency-based learning.
Remember, you can compile multiple Rise projects (SCOs) into a multi-sco package if you are comfortable with the manifest file.
It would be great if this functionality was possible through the Rise frontend configuration.
- CarrieMartin6 years agoCommunity Member
Robert, I was thrilled when I saw your work around. I just gave it a try. The problem is, even on successful completion of the pretest, the continue button appears following the quiz results, so it is not immediately apparent the learner can bypass the content if they choose. How have you addressed this?
- MicheleGallaghe4 years agoCommunity Member
Robert, Did you create a pretest and post for the course, or was there one pre-post test?
Thank you,
Michele
- SarahPaisley-a64 years agoCommunity Member
Hi Robert. Thanks for your solution. Unfortunately I received the error 'An imsmanifest.xml file was found but it was not in the root of your zip file, please re-package your SCORM' when i added the re-packaged zip file to the LMS. Have you experienced this?
Related Content
- 6 months ago