7 videos on editing and publishing this responsive quiz to SCORM 1.2 & 2004

7 videos on editing and publishing this responsive quiz to SCORM 1.2 & 2004

A few weeks ago I created this responsive Rad Quiz. I got feedback that others would like to use the quiz and edit it for their own use. The following videos go into detailed explanation on editing tons of settings in the quiz and how to set up and test for SCORM 1.2 and SCORM 2004.

I do all of my videos on the fly with hardly any planning. I apologize in advance if any of the information is incorrect.

Before you begin you need to have the Adapt Framework set up on your computer. The framework is free to use and will help to build your technical skills.

What are some of the benefits to using/learning the Adapt Framework?

  1. Build your skills in coding (which in turn will allow you to: create designs that align with your timeline and budget, build skills that will help out in other projects, and to have a base knowledge for building skills in other areas of design and development)
  2. Customize as much as you want with code (not just what a tool allows you to do)
  3. Work on files locally

1. Here's what the following videos go over

Resources: Getting started with the Adapt Framework, Rad Quiz Source File for Download, and Sublime Text for editing Code.

Note: I do not go over using Git, Git will help you to store different versions of your quiz and go back to changes you have made.

2. Creating a new Adapt course and adding the Rad Quiz source file

3. Changing completion and score criteria for the quiz

4. Changing question components, question settings, question text, and answers

Resources: Adapt Framework Question Component Types

5. Adding new quiz questions and deleting quiz questions

Note: In the blocks.json file I forgot to change the tracking ID number from 20 to a unique ID for my new added blocks. Be sure to change the tracking ID to a unique ID if you copy and paste a block.

6. Testing the quiz for SCORM 1.2 in the SCORM Cloud

Resources: SCORM Cloud for Testing

7. Changing the quiz settings to SCORM 2004 and testing SCORM 2004 in the SCORM Cloud

Resources: SCORM 2004 files to download and SCORM Cloud for Testing

You will need the following code for your config.json file:

{
    "_defaultLanguage": "en",
    "_defaultDirection": "ltr",
    "_questionWeight": 1,
    "_accessibility": {
        "_isEnabled": true,
        "_shouldSupportLegacyBrowsers": true,
        "_isTextProcessorEnabled": true
    },
    "_drawer": {
        "_showEasing": "easeOutQuart",
        "_hideEasing": "easeInQuart",
        "_duration": 400
    },
    "_spoor": {
        "_isEnabled": true,
        "_tracking": {
            "_requireCourseCompleted": true,
            "_requireAssessmentPassed": true,
            "_shouldSubmitScore": true,
            "_shouldStoreResponses": true,
            "_shouldRecordInteractions": true
        },
        "_reporting": {
            "_comment": "Your options here are 'completed', 'passed', 'failed', and 'incomplete'",
            "_onTrackingCriteriaMet": "completed",
            "_onAssessmentFailure": "incomplete"
        },
        "_advancedSettings": {
            "_comment": "Only include this section if you want to change any of the default values. You only need include settings you want to change.",
            "_scormVersion": "2004"
        }
    },
    "_disableAnimationFor": [".ie8", ".iPhone.version-7\\.0"],
    "build": {
    }

}


That's all folks!

-Mel


要查看或添加评论,请登录

Melissa Milloway的更多文章

社区洞察

其他会员也浏览了