1 / 11

SCORM

204420 Computer-based Training. SCORM. Agenda. Overview Package Content Manifest Organization Runtime Environment Tools Demo. SCORM .

huong
Download Presentation

SCORM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 204420 Computer-based Training SCORM

  2. Agenda Overview Package Content Manifest Organization Runtime Environment Tools Demo

  3. SCORM SCORM, or Shareable Content Object Reference Model, is a compilation of technical specifications for web-based e-learning. The SCORM standards are governed and published by the Advanced Distributed Learning Initiative (ADL).

  4. SCORM Among SCORM goals are to enable interoperability, accessibility and reusability of web-based learning content for industry, government, and academia.

  5. ContentPackage

  6. Manifest Files (imsmanifest.xml) SCORM content packages contain an XML manifest file that describes the package and its contents. The manifest file is a structured inventory of the content of the package. The name of the manifest file is always imsmanifest.xml and it must appear in the root of the content package.

  7. Manifest Files (imsmanifest.xml) <manifest> attributes: identifer - required; a globally unique identifier for your content package version - required; can be any value representing the content package's version <manifest> children: <metadata> - required; defines the content package's schema and version <organizations> - required; described in Organizations topic <resources> - required; described in Resources topic <sequencingCollection> - optional; described in Sequencing topic

  8. <?xml version="1.0" standalone="no" ?> <!-- Created with Trident, the SCORM IDE - http://www.scormsoft.com --> <manifest identifier="MANIFEST_IDENTIFIER" version="1.0" xmlns="http://www.imsglobal.org/xsd/imscp_v1p1" xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_v1p3" xmlns:adlnav="http://www.adlnet.org/xsd/adlnav_v1p3" xmlns:adlseq="http://www.adlnet.org/xsd/adlseq_v1p3" xmlns:imsss="http://www.imsglobal.org/xsd/imsss" xmlns:lom="http://ltsc.ieee.org/xsd/LOM" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.imsglobal.org/xsd/imscp_v1p1 imscp_v1p1.xsd http://www.adlnet.org/xsd/adlcp_v1p3 adlcp_v1p3.xsd http://www.adlnet.org/xsd/adlnav_v1p3 adlnav_v1p3.xsd http://www.adlnet.org/xsd/adlseq_v1p3 adlseq_v1p3.xsd http://www.imsglobal.org/xsd/imsss imsss_v1p0.xsd http://ltsc.ieee.org/xsd/LOM lom.xsd"> <metadata> <schema>ADL SCORM</schema> <schemaversion>CAM 1.3</schemaversion> </metadata> <organizations/> <resources/> </manifest>

  9. Organization

  10. Run-Time Environment (RTE) The SCORM Run-Time Environment (RTE) handles requirements for launching content objects, establishing communication between learning management systems (LMSs) and shareable content objects (SCOs), and managing the tracking information that can be communicated between SCOs and LMSs.

  11. Tools Reload.ac.uk Trident L5 SCORM Extension for Dreamweaver Etc.

More Related