Home > E-Learning, Moodle, RELOAD Editor, SCORM > Creating SCORM 1.2 Package using RELOAD Editor

Creating SCORM 1.2 Package using RELOAD Editor

norooz

Image by aedareini via Flickr

This article describes how to create a SCORM 1.2 package to be used in Moodle and other e-learning platform that are comply to SCORM standards. For those who want to know what SCORM is, please click this link. And also click how to install and configure the tool we are going to use, the RELOAD Editor. In the example we are going to use HTML and SWF file resources. We will create the package from scratch, creating a table of content structure, arranging the resources, previewing the content, creating the package in ZIP format, and then testing it to Moodle.

Step 1: Preparing the Resources

First thing first, copy all your training material into a new folder. You can place the folder anywhere in your computer, for example in “My Document\scorm1”. In this example we are going to demonstrate the package using two SWF files and an HTML file as the training material. You can change to any other resources at your convenience. Here we have:

For the SWF files, extract the above downloaded file and just get the SWF files. Then copy the required SWF and HTML files to our working folder “My Document\scorm1”. Here is the folder will looks like:

Preparing the Training Material in a Folder

Step 2: Creating New SCORM Package

Now, run RELOAD Editor from where you installed it. You can do this by double-clicking the reload-editor.jar file icon or run it using java command line like this:

java –jar reload-editor.jar

The RELOAD Editor will show up. From the main menu, click File – New – ADL SCORM 1.2. Package.

Create A New Package from RELOAD Editor

Then, a dialog will appear asking you to specify the working directory. While browsing and navigating to a folder, do not use the Enter key on your keyboard since it will do the selection of the working directory. When you find the folder you are looking for, in this example “My Document\scorm1”, then you may press the Enter key or click the Select Button.

Select a Working Folder

Then, a new window will be on the application window. This is the content of our new SCORM package.

The New SCORM Package is Created Initially

There we can see our working folder structure on the left side of the window (with some additional files automatically created), the Content Package structure on the right side, and the detail information of the item we selected on the Content Package.

Let’s take a look on our working folder after the SCORM package is created on it.

The Working Folder with Additional Files

There we can see some additional files beside our original files we copied before. These files are automatically generated by the tools and are the necessary files to be complied to SCORM standard.

Step 3: Arranging the Table of Content

Next, we need to arrange our training material structure, which is basically the table of content. The point here is that we need to register some resources to the package to be linked later to an item on the table of content. So, in our example, we need to place out SWF and HTML files under the Resources tree item on the Content Package. We can do this by dragging them. After they are placed under the Resources, we can see the Content Package like the following:

SWF and HTML files registered under the Resources

Next we need to create our table of content menu. Right-click the Organizations tree item then click Add Organization. This new Organization is the top most item of our table of content structure.

Add new Organization

After created, you can edit the title of the Organization like the following:

Edit the Organization

Then, we need to add the item under the organization, which will link to the real resources of our content. Do this by right-clicking the new organization, the click Add Item.

Creating New Item

We are going to add four items as our table of content. Of course you add add more detailed structure later by adding sub-items to the item. In this example, add four items, so it will looks like the following:

Four Table of Content Items Created

Next you need to edit the label for each items, to become “Draw With Max”, “The Software Guide”, “Training Material 1”, and “Training Material 2”. Do this by editing on the editor field like you’ve done before on the organization. So, our workspace will looks like the following:

Items Edited in the Table of Content

Lastly, we need to make a link for each items in the table of content to the resources we have defined before. Simply click on the “Referenced element” property for an item like this:

Set the Item link to a resource

Do this for each items on the table of content. Here is the link list:

TOC Items Linked to resources
Draw With Max draw.swf
The Software Guide main.swf
Training Material 1 materi1.html
Training Material 2 materi2.html

After doing so then we are done and ready to preview the package.  Save your work before continuing.

Step 4: Previewing the Package

Next, we need to preview our content and test it in case there is something mistaken on the TOC structure. Click the preview icon on the toolbar to do this.

Icon to preview the package

A new browser window should appear. If you find a confirmation dialog like this, the just press OK button.

Confirmation to close the browser

Refresh your browser, the you will see a window like this.

Preview the content

Run the SWF movie to test whether it is working or not. Then click on other items on the table of content and make sure that the content is appear correctly. Make sure also the Prev and Next button is working correctly, and the hide TOC icon as well.

Step 5: Creating the ZIP Package File

It’s now ready to create the package in ZIP format. Simply click on the ZIP icon on the toolbar.

Create ZIP content package

Then select a folder to store the ZIP file. You can place it anywhere on your system. Here we will place it one level higher than the working folder.

Save the ZIP content package

Give the name of the file, for example scorm1.zip, then click Save button. Congratulation, you are done! The ZIP package file can be uploaded to Moodle and any other e-learning platform that supports SCORM.

Step 6: Uploading and Testing in Moodle

Now we are going to upload the package into Moodle. Log in to your Moodle server, and create a new course from “Courses – Add / Edit courses” menu.

Moodle Add New Course

On the new course page, click “Add New Course” button, then a new page like this will appear:

Moodle enter information to the new course

On the page, you need to enter at least the Full Name, Short Name of the course, and the Category of the course if it is not Miscellaneous. You may leave other field defaulted. Then click Save Changes button on the bottom of the page.

Moodle a new course successfully created

Now the course is successfully created. You have a chance to select the administrators, the course creator, the teacher, etc, for this course. For now, just skip that, and click on the course code at the bread crumbs to go directly to the course.  You will have a page like this. If not, the click the “Turn editing on” button at the top right of the page.

Moodle Adding SCORM Activity

On that page, we need to add a new Activity on a week (or topic in case you select the Topic Format course). The type of Activity we select is SCORM/AICC. You will be redirected to a new page like this.

Moodle Add SCORM Activity

On that page, you need to enter the Name of the activity, the Summary, and the Content package (the file that we created before). Click on the “Choose or Upload a package” button.

Moodle Coose a package file

Then click on the “Upload a file” button.

Moodle Upload a file

Select the ZIP Package File, and click Open. You will be back to the previous page.

Moodle Coose an uploaded package file

This time click on “Choose” link to choose the uploaded content package file. You will be back to the course content but this time the package is already populated to the week that you had chosen.

Moodle the uploaded SCORM package table of content

You can click on any items in the table of content to view the training material, for example the Draw With Max item:

Moodle open training material

As you can see, the TOC that we defined on RELOAD Editor now shows up on the right order. You may test other menu items and make sure that they work correctly.

That’s all for now, next time we will discuss how to create SCORM 2004 package that support for learning progress tracking, i.e we can track how much training material the students have opened so far, time taken, completion status, etc.

Akhmad Daniel Sembiring

vITraining.com – Qualified IT Products, Outsourcing, and Services
Ligarwangi.com – Linux, E-book, Coffee, Gift, etc

Technorati Tags: ,,
Reblog this post [with Zemanta]

  • Share/Bookmark
  1. Anuradha
    August 22nd, 2009 at 11:59 | #1

    sir,
    i want SCORM for my project please guide me how to build this application.

  2. August 26th, 2009 at 10:55 | #2

    hi,
    did you mean the RELOAD editor application? it can be downloaded for free at the URL above. For testing the package created by RELOAD editor, you can use Moodle, which is also free.
    Regards

  3. October 27th, 2009 at 03:35 | #3

    Hi,
    At the end of you excellent article above you mention

    “next time we will discuss how to create SCORM 2004 package that support for learning progress tracking”

    Just wondering if you actually got around to this at all?

    regards,
    Gerry

  4. October 27th, 2009 at 05:09 | #4

    Hi, thanks for your comment. I’ll try to write the article as soon as i got a chance. thanks again

  5. aswad
    December 7th, 2009 at 09:31 | #5

    hye..
    i just wondering ..
    that you have been converted files using the RELOAD…like it is a third party application..

    i just wondering if you can show us how to convert files into SCORM manually..without using any application party..

    btw..thanks for the info for this application

  6. December 7th, 2009 at 10:08 | #6

    @aswad: never done that before, but should be possible as long as you understand the format of imsmanifest.xml file, in which you set the files to be included into the SCORM package

  7. Rajesh
    December 8th, 2009 at 17:07 | #7

    i want SCORM for my project tell me how to build this? i am using php to design my site. my site is LMS. so i want to use scorm for creating and downloading files.

  8. Rajesh
    December 10th, 2009 at 14:49 | #8

    Any tool is available for this, if i upload a book it will automatically generate the imsmanifest.xml file and saved as zip package(without manual creation) and the user view that book means it will automatically display like scorm. Anybody knows reply me.

  9. Stu
    December 14th, 2009 at 21:09 | #9

    I have already imported a SCORM course and I need to split it in separate parts. Can someone advise me?

  1. No trackbacks yet.
This site uses a Hackadelic PlugIn, Hackadelic SEO Table Of Contents 1.6.0.