Reload Editor Tutorial: Difference between revisions
m (using an external editor) |
m (using an external editor) |
||
Line 6: | Line 6: | ||
This is a short "how to" for the IMS Content Package/Scorm editor based on the 2-page [http://www.reload.ac.uk/ex/ReloadSSv1.pdf Reload Editor Step by Step Guide]. | This is a short "how to" for the IMS Content Package/Scorm editor based on the 2-page [http://www.reload.ac.uk/ex/ReloadSSv1.pdf Reload Editor Step by Step Guide]. | ||
=== Prerequisites and Introduction == | === Prerequisites and Introduction === | ||
Read through everything quickly before you start doing it. In particular, read the last item about editing existing content packages. | Read through everything quickly before you start doing it. In particular, read the last item about editing existing content packages. | ||
Line 22: | Line 22: | ||
#* A word of warning: Since a simple Content Package organization id organized as a hierarchical items structure and since an LMS (or the previewer) will display this tree you better refrain from using pages that implement links to each other. | #* A word of warning: Since a simple Content Package organization id organized as a hierarchical items structure and since an LMS (or the previewer) will display this tree you better refrain from using pages that implement links to each other. | ||
# Open the Reload Editor Software | # Open the Reload Editor Software | ||
#* See | #* See [[Reload Editor]] for some installation hints. | ||
# Create a New IMS Content Package | # Create a New IMS Content Package | ||
#* Select File, New, IMS Content Package. You will be asked to select a new folder to store your package in. Select the resources directory you create above. | #* Select File, New, IMS Content Package. You will be asked to select a new folder to store your package in. Select the resources directory you create above. | ||
Line 45: | Line 45: | ||
=== Adding contents to your organization === | === Adding contents to your organization === | ||
# Drag individual files for inclusion in the Package from the Resources pane onto the Main Organization node in the manifest pane. | # Drag individual files for inclusion in the Package from the Resources pane onto the Main Organization node in the manifest pane. | ||
#* As you do this, they will appear as new Items. Titles will be taken from HTML pages if present, though you can include non HTML content such as spreadsheets and PDF files as well. | #* As you do this, they will appear as new Items. Titles will be taken from HTML pages if present, though you can include non HTML content such as spreadsheets and PDF files as well. | ||
Line 85: | Line 86: | ||
== Reload SCORM 1.2 Tutorial == | == Reload SCORM 1.2 Tutorial == | ||
=== Prerequisites and Introduction == | === Prerequisites and Introduction === | ||
{{under construction}} | {{under construction}} | ||
Line 95: | Line 96: | ||
* SCORM packages utilise 5 extra elements which provide information on how the package behaves. These five elements are Prerequisites, Max time allowed, Time Limit Action, Data from LMS, Mastery Score | * SCORM packages utilise 5 extra elements which provide information on how the package behaves. These five elements are Prerequisites, Max time allowed, Time Limit Action, Data from LMS, Mastery Score | ||
Notice: SCORM Packages can also be used just to store and transport content as 'assets' for future use. In this case there won't be any ''Organization'', but we will not deal with these simple ''SCORM resource packages'' here. | |||
=== Starting a SCORM 1.2 package and organization === | |||
The principle is exactly the same as for an IMS Content Pack. The only difference | |||
is that in order to create a SCORM 1.2. pack, you have to say so when you create a new package. Select: | |||
ADL SCORM 1.2 Package | |||
To add resources, either copy them into the same directory or import (as described above) | |||
=== The Organization === | |||
Adding items to the organization also is done the same way as for IMS CP. | |||
* The most practical way to do it is to drag a resource from the left ''resources pane'' into an organization, i.e. either on top of the organization icon (to make it a top level element) or else on top of an item. This way the resource and all the resources that depend on it will automatically be added to the resources tree. | |||
* Then you also may create items that are without direct resources. Right-click on the organization and ''add item''. E.g. you create emtpy items in order to insert sub-items or else to manually add a resource later on, e.g. the URL. | |||
=== Creating SCO items == | |||
This is where things differ. Basically, a SCO (Sharable Content Object) is like a ''normal'' IMS CP item plus extra information. To add "SCORM information" to an item | |||
you right-click on an item and select ''ADL Edit Scorm ....''. Alternatively, select an item (left-click) and press the ''ADL'' icon on the menu bar on top. | |||
[[image:reload254-scorm12.png|frame|none|Reload Editor 2.5.4 SCORM View]] | |||
In the SCORM Properties panel that will open you can then define the five kinds of AICC/CMI extentions: Prerequisites, Max time allowed, Time Limit Action, Data from LMS, Mastery Score. | |||
[[image:reload254-scorm12.png|frame|none|Reload Editor 2.5.4 SCORM View]] | |||
;Prerequisites | |||
This element defines any other Item which the learner must have completed satisfactorily before they are allowed to access the current Item. There can be multiple routes through learning materials. | |||
;Maxtimeallowed | |||
This is the time (in seconds) that a LMS would permit access to the item for. For instance you may wish to restrict access to a simple assessment, forcing all learners to complete within 15 minutes. | |||
;Timelimitaction | |||
This is the action specified if the 'max time allowed' is exceeded. The user is provided with a choice of four built in actions: | |||
* Exit, no message, | |||
* Exit, message, | |||
* Continue, no message, | |||
* Continue, message. | |||
;Datafromlms | |||
This element allows initialisation data to be sent from the LMS to the Item on launch. | |||
;Masteryscore | |||
This is a normalised score (between 0 and 100) which must be achieved to indicate satisfactory completion of an item. | |||
[[Category: Educational technologies]] | [[Category: Educational technologies]] |
Revision as of 15:16, 10 May 2007
This is a short Reload Editor Tutorial.
Reload Editor IMS CP Tutorial
This is a short "how to" for the IMS Content Package/Scorm editor based on the 2-page Reload Editor Step by Step Guide.
Prerequisites and Introduction
Read through everything quickly before you start doing it. In particular, read the last item about editing existing content packages.
Make sure that you first understand what IMS Content Packaging means. This e-learning standard:
- allows you to author and distribute learning contents as a zip package to be imported in an LMS
- these contents are arranged for viewing through a simple hierarchical menu.
Note: Most authoring tools (including this one) also allow you to produce a zipped directory with files that can be deployed on a simple webserver, a CD etc.
Starting a content package
- Put all the resources (e.g. HTML and picture files) you plan to use in a directory.
- You may use subdirectories.
- You later may add other materials, but it's more practical to start with this step
- A word of warning: Since a simple Content Package organization id organized as a hierarchical items structure and since an LMS (or the previewer) will display this tree you better refrain from using pages that implement links to each other.
- Open the Reload Editor Software
- See Reload Editor for some installation hints.
- Create a New IMS Content Package
- Select File, New, IMS Content Package. You will be asked to select a new folder to store your package in. Select the resources directory you create above.
Getting familiar with the panes and the three main elements of the manifest
- The main Reload Editor window has three editing panes (look at the picture above) :
- The Resource Pane on the left lists all the resources that will be distributed with your content package and that you can use to define a a learning organization (i.e. content structure that a learner will see).
- The manifest pane on the right will allow you define both meta data and a learning organization.
- The Attribute pane (right bottom) will allow you fine tune things. For starters you only will use it to change titles of items (see below).
- Edit some metadata that will describe your package.
- Right-click on "Metadata" in the manifest pane".
- Keep it to a minimum for starters. You don't need to fill in anything if you don't want to...
- Add an organization
- An organization will contain the learning sequence, i.e. it is here that you will define what contents learners will be exposed to !
- Right-click on the organizations element in the manifest pane and select Add Organization from the menu which appears.
- Usually, a content package will only contain a single organization (since most LMSs can't handle more than one).
- You may change it's title from organization to anything you like. To do so, change "organization" in the attribute pane below (but do not change attributes and values!)
- All the content we add to our Content Package will be added to this Organization as Items (see below).
- Do not worry about Resources element right now. For simple Content Package editing you will not need this! .
Adding contents to your organization
- Drag individual files for inclusion in the Package from the Resources pane onto the Main Organization node in the manifest pane.
- As you do this, they will appear as new Items. Titles will be taken from HTML pages if present, though you can include non HTML content such as spreadsheets and PDF files as well.
- The files (and any files which Reload identifies as associated, e.g. images and stylesheets that are used by an HTML file) will automatically be added to the Resources element. Therefore again: do not manually edit the resources elements.
- You may change the title of an item by clicking first on the item (below your organization) and then by editing the text input window of the attributes pane.
- Reorganization of items
- You can move items up and down by right-click + move up/down
- You can move items into items as sub-items by dragging them with the mouse.
- Adding new resources
- If you need more resources you can import these by clicking on the import "open folder" icon in the resources pane. It can import whole folders and sub-folders (so be careful).
- You should delete unused resources from the resources pane (right click) because all resources will be distributed with the content pack.
- Adding links to external resources
- You also may add links to external resources, e.g. this wiki :).
- To do so right-click first on organization and "add item". Only in this case you will have to add a resource to the resources in the manifest pane.
- Right click on resources and "add resource"
- Edit the HREF attribute in the attributes pane
- Click (left-click) on your new item you created (make sure that is highlighted).
- Click on the empty value slot next to referenced element' in the attribute pane. A menu will pop up from which you can select the resource you just added. Wow !
Previewing
- Save your Content Package
- Click on the "preview icon" in the top menu bar (or alternatively "View -> Preview Content Package").
- Deployment of your Preview
- If you wish to deploy this preview in a traditional web server, you can "File -> Save Content Package Preview" into a folder (do not use the same folder !!).
- Then just copy the folder to your web server.
Saving as zipped content package
- Make sure that you added some minimal metadata, e.g. authorship and copyright.
- Do "File -> Zip Content package" or click on the "archive icon".
- Import into an LMS.
Editing existing content packages
- You may download a test package from the reload web site or you may find them on the web (but be careful, some of these will be badly done and not load)
- To (re)edit your own content package:
- simply "File -> Open", select the directory of your content package and click on the imsmanifest.xml file.
- This file contains all the information you can edit with this tool. If you wonder why, read the IMS Content Packaging article.
A last word of warning: This small "how to" explained how to build a simple IMS CP learning sequence. Building a SCORM 1.2 organization is a bit more complicated, read on.
Reload SCORM 1.2 Tutorial
Prerequisites and Introduction
This article or section is currently under construction
In principle, someone is working on it and there should be a better version in a not so distant future.
If you want to modify this page, please discuss it with the person working on it (see the "history")
Creating a SCORM 1.2 organization is a fairly similar process. Firstly make sure that you know how to add items to an organization by drag/drop (see above).
Let's also recall the major differences between simple IMS Content Packaging and SCORM 1.2 Content Aggregation packages. Read this SCORM article if you didn't already do so.
- Metadata can be described in an external file (instead of being part of the imsmanifest.xml)
- There are two sorts of resources: resources
- SCORM packages utilise 5 extra elements which provide information on how the package behaves. These five elements are Prerequisites, Max time allowed, Time Limit Action, Data from LMS, Mastery Score
Notice: SCORM Packages can also be used just to store and transport content as 'assets' for future use. In this case there won't be any Organization, but we will not deal with these simple SCORM resource packages here.
Starting a SCORM 1.2 package and organization
The principle is exactly the same as for an IMS Content Pack. The only difference is that in order to create a SCORM 1.2. pack, you have to say so when you create a new package. Select:
ADL SCORM 1.2 Package
To add resources, either copy them into the same directory or import (as described above)
The Organization
Adding items to the organization also is done the same way as for IMS CP.
- The most practical way to do it is to drag a resource from the left resources pane into an organization, i.e. either on top of the organization icon (to make it a top level element) or else on top of an item. This way the resource and all the resources that depend on it will automatically be added to the resources tree.
- Then you also may create items that are without direct resources. Right-click on the organization and add item. E.g. you create emtpy items in order to insert sub-items or else to manually add a resource later on, e.g. the URL.
= Creating SCO items
This is where things differ. Basically, a SCO (Sharable Content Object) is like a normal IMS CP item plus extra information. To add "SCORM information" to an item you right-click on an item and select ADL Edit Scorm ..... Alternatively, select an item (left-click) and press the ADL icon on the menu bar on top.
In the SCORM Properties panel that will open you can then define the five kinds of AICC/CMI extentions: Prerequisites, Max time allowed, Time Limit Action, Data from LMS, Mastery Score.
- Prerequisites
This element defines any other Item which the learner must have completed satisfactorily before they are allowed to access the current Item. There can be multiple routes through learning materials.
- Maxtimeallowed
This is the time (in seconds) that a LMS would permit access to the item for. For instance you may wish to restrict access to a simple assessment, forcing all learners to complete within 15 minutes.
- Timelimitaction
This is the action specified if the 'max time allowed' is exceeded. The user is provided with a choice of four built in actions:
- Exit, no message,
- Exit, message,
- Continue, no message,
- Continue, message.
- Datafromlms
This element allows initialisation data to be sent from the LMS to the Item on launch.
- Masteryscore
This is a normalised score (between 0 and 100) which must be achieved to indicate satisfactory completion of an item.