Series: SCORM Template Tutorial
A SCORM-ready template: Part 2E. Add the video player to your learning module
If you are in a hurry, here are two ready-to-use pieces of player code to choose from. All you need to do is choose one, edit a few lines and drop the code into your page. You will need a playlist for both of them, although it can be very simple for the single file player. Save the playlist to the media folder (there is probably a sample one there already in newer modules).
Continue readingA SCORM-Ready Template: Part 6A. Adapt the SCORM template for Moodle
The HTML SCORM template works with Moodle, but it needs a few modifications to work perfectly.
- Server side include statements in the content pages must be replaced with the real code
- The closing javascript on buttons in the navbar needs to be modified from “top.window.close()” to “window.close” because of the Moodle uses a different learning activity window structure than our own in-house LMS.
I’ve made these changes and created a “Moodleized” version of the template for you to download:
DOWNLOAD MOODLE VERSION OF TEMPLATE
This template is an unscored activity and should just mark itself complete. I will soon be posting one that will allow scored interactions on each page as well.
Continue readingA SCORM-Ready Template: Part 4A. Embedded Qualtrics Quizzes
IMPORTANT If you have never used the SCORM-ready learning module template before, please go back to Part 1: Features, Outline your Module to learn how to set it up correctly.
Continue reading
A SCORM-Ready Template: Part 4B. Qualtrics Quizzes : End of Survey Message
Create an “End of Survey” message
We’ll start at the end first: in order to communicate with the learning module, your Qualtrics quizzes will all need to reference a custom End of Survey message, which will be located in your Qualtrics message library.
Continue readingA SCORM-Ready Template: Part 4C. Qualtrics Quizzes – Create the quiz
Create a scored quiz in Qualtrics
- The easiest way to get all the pieces right is to import an example Qualtrics quiz and add your own questions to it.
Download this example Scored Survey XML file.
Continue reading
A SCORM-Ready Template: Part 4D. Qualtrics Quizzes – Create Feedback
Create feedback for each question
- Qualtrics does not automatically generate feedback for each question, but it is simple to create feedback items using Display Logic. After each scored question in your quiz, add one or more Text/Graphic questions, containing the feedback for each choice.
Continue reading
A SCORM-Ready Template: Part 4E. Qualtrics Quizzes – Set scores for each question
- Once all the questions and feedback are added to the quiz, go to the scoring menu by selecting “Scoring… ” from the Advanced Options menu.
Continue reading
A SCORM-Ready Template: Part 4F. Qualtrics Quizzes – LMS-related settings
LMS and report-related settings
Special settings need to be applied to report individual results properly within Qualtrics, and to communicate the results back to the template so it can send them on to the Learning Management System.
Continue reading
A SCORM-Ready Template: Part 4G. Qualtrics Quizzes – Add the quiz to the module
Add an entry for the Qualtrics quiz to the module’s page array
- If you aren’t familiar with using the pageArray to add pages to your learning module, see Creating the Navigation.
- Copy and paste the sample Qualtrics quiz entry into your pageArray.
{buttonTitle:'Qualtrics test', title:'',url:'qualtricsWrap.htm?href=https://umichumhs.qualtrics.com/SE/?SID=SV_4N65iNij70e29ms',chapter:11,level:1, type:'U', quiz:'2761832350879729', qmax:10 },
Continue reading