Please enable JavaScript.
Coggle requires JavaScript to display documents.
Lesson 7 Part 2 | SCORM (2.Sharable Content Object Reference …
Lesson 7 Part 2 | SCORM
1.SCO Shareable Content Object
a launchable learning object (resource)
that communicates with the
run-time environment that launched it
launched in a
standalone web window
in a frame in an HTML frameset
This communication allows
LMS to track information
about learner's experience
lowest level of granularity
of a learning resource
that an LMS should track
can be
single web page
collection of web pages
should be
"self-contained"
Each SCO should be reusable and
independent of its learning context
no liking to other SCOs
How to Publish
CD DVD
Publish on the Intranet or Web
2.Sharable Content Object Reference Model (SCORM)
is a collection of standards and specifications
for web-based electronic educational technology
(also called e-learning)
defines communications between client side content and a host system (called "the run-time environment")
on production of Learning Content
on publishing of Learning Content
on delivery of Learning Content
What it does
Packaging
How the content will be packaged in to a transferable ZIP file called its Package Interchange Format
Tracking
How the content communicates with the system to keep track of the Learner’s performance
Metadata
Inform about the content with several levels of granularity
Sequence of Navigation
Object based
Conditional
Characteristics/Benefits
Reusability
used in different course
Interoperability
used on different systems
Durability
Must not need upgrading or modifications as learning
Accessibility
Descriptions & metadata helps to find
Does not :red_cross:
How to design learning content
Look and feel aspect level
What is the correct level of granularity of SCOs and SCO aggregation
How an LMS should interpret and use tracing data
Lifecycle of a SCO
SCO is launched
by a SCORM Run-Time Environment (RTE)
(often an LMS)
SCO finds RTE provided API
SCO begins communication with the RTE API
(via a call to Initialize())
Learner begins interaction with the SCO
SCO sends and retrieves data
via the RTE API
(via calls to Get/SetValue())
Learner ends interaction with the SCO
SCO ends communication
with the RTE API
(via a call to Terminate())