SCORM 2004 is the current version of SCORM

learn more… | top users | synonyms

0
votes
0answers
36 views

MetadataTest.jar missing in SCORM 2004 TestSuite 3rd Edition

Couldn't run SCORM 2004 testsuite 3ED (SCORM.2004.3ED.CTS.v1.0.2.ST.exe) successfully. While checking in Applet console log, it failed because of missing MetadataTest.jar and below is the exception. ...
0
votes
0answers
19 views

SCORM navigation won't display when there is only a single child item tag on the organization tag

So I have this SCORM manifest: <?xml version="1.0" encoding="windows-1252"?> <!-- generated by eXe - http://exelearning.org --> <manifest identifier="eXeclase4499a0be61efa9911e23f" ...
0
votes
1answer
15 views

How to set a shared parameters for a whole course (for each user)?

I need to set a shared numeric parameter for a user that can be accessed (read/write) from any lesson (each lesson corresponds to a primary objective). Could you help please? I'm confusing to figure ...
0
votes
1answer
42 views

Should I set cmi.objectives.n.id via Javascript scorm API?

Should I set up cmi.objectives.0.id before I set up, for example, cmi.objectives.0.competition_status? It's in order to interpret REQ_72.4.3.5: "Since the cmi.objectives.n.id is required to be set ...
0
votes
1answer
37 views

SCORM: How to interpret a error “Data model dependency not established”?

The error occurs when I try to set: setValue( "cmi.objectives.0.completion_status", "completed" ); The SCORM interaction log: [19:28:55.830] Initialize('') [19:28:55.833] ...
2
votes
1answer
61 views

Performance interaction in SCORM

I understood almost all types of interactions specified by the scorm data model element cmi.interactions.n.type(true_false, multiple_choice, fill_in, long_fill_in, matching, performance, sequencing, ...
0
votes
1answer
97 views

Adobe Captivate & SCORM: Navigate to next SCO

I am attempting to navigate to the next SCO using the call "adl.nav.request" in SCORM 2004. However, I am relatively new to creating SCORM content using Captivate and what I am trying doesn't seem to ...
0
votes
0answers
37 views

Generate more than one SCOs in Adobe Presenter 7's SCORM file

I am developing an SCORM 2004 Compliant LMS using Adobe Presenter 7 as authoring tools. In the imsmanifest.xml output file, it seems that the whole content I create is only one SCO. Progress tracking ...
0
votes
1answer
95 views

ganesha <--> scorm 2004 : choice controlmode?

I need to use choice controlmode of scorm 2004, so I have done this very basic test : This is my manifest : <?xml version="1.0" encoding="UTF-8"?> <manifest ...
1
vote
0answers
121 views

IE8 “Access is denied” error on refreshing the page in IE8

In my LMS I have a iframe and to play a SCORM course I set the source of the iframe with the content's .htm file. It works fine in all browsers except IE8. When I try to refresh the page in IE8 the ...
2
votes
0answers
134 views

How can we implement SCORM into our website [closed]

I have to implement SCORM concept in one of my project. But i dont know about SCORM, so i need a help from you guys. Concept: Create a SCORM file with videos,audios,pdf. I have to upload this ...
0
votes
1answer
190 views

LMSSetValue for API wrapper not setting value gotten from LMSGetValue, they differ?

I have the get and set code in new.js: APIClass.prototype.LMSGetValue = function (element) { var value = GetValueJson(element, '1.2', 'LMSGetValue'); return value; } ...
0
votes
2answers
84 views

SCORM - set in read only mode

We have implemented simple LMS based on Basic Web Player which is part of SharePoint Learning Kit. Now we are looking for way to be able to set SCORM in read only, eg for teacher review or parent. Is ...
0
votes
2answers
46 views

How do I edit files in place that were uploaded to Moodle?

I would like a better workflow for debugging uploaded SCOs. As things are, I must edit a file in the activity, repackage, upload, and test. Often, I just need to change a single line of code. It ...
0
votes
1answer
132 views

useCurrentAttemptProgressInfo in SCORM 2004

I am dealing with a set of courses that were developed by a prior developer who is no longer with the company. I'm trying to debug these courses in our new LMS. The courses set the controlMode ...
0
votes
0answers
183 views

differences between SCORM 1.2 and SCORM 2004 [closed]

I want to create some SCORM 2004 3rd edition content packages that shows the advantages of using SCORM 2004 against SCORM 1.2. What kind of packages do you suggest to create?
1
vote
1answer
107 views

With a SCORM 2004 LMS and/or SCORM 2004 SCO's, can a teacher change the sequencing?

I've been skimming over the numerous documents that describe SCORM 2004 and believe that the sequencing of activities is specified in the metadata of each SCO. So, an SCO can define which other SCOs ...
1
vote
1answer
253 views

IMS to SCORM Conversion

I have to develop a tool for automatic conversion from one E-learning standard Content Package to another, as of now I've considered IMS and SCORM but I didn't completely understand what could be the ...
0
votes
1answer
462 views

IMS vs SCORM: Advantages and Disadvantages [closed]

I've read that use of SCORM is more preferable than IMS specifications. So I wanted to know what are main advantages SCORM has over IMS Content packaging? Does end user find differences between both ...
2
votes
1answer
89 views

Adobe Presenter CMI Data Model

I want to build an e-learning LMS using Adobe Presenter 7 as content authoring tools. I recently read the SCORM 2004 user guide. It says we have to access CMI data model to track user performance. ...
0
votes
1answer
35 views

what exactily is this Global Objective?

what is the difference between this primary-objective & global-objectives everyone is telling about the global objective and there is no clear definition of this global objective. please clarify ...
1
vote
1answer
50 views

global objective

Suppose we have two content packages, CP_A with objectivesGlobalToSystem = true and CP_B with objectivesGlobalToSystem = false. CP_A creates a global objective with id of g-obj and CP_B also creates a ...
0
votes
1answer
48 views

Suspend All Navigation Request

Consider the following scenario: SCO A is launched, SCO A sets its cmi.exit = suspend and then triggers a Continue navigation request, SCO B is launched, SCO B triggers a Suspend All navigation ...
1
vote
1answer
43 views

the lifetime of global objectives

Suppose the learner takes course A. A global objective (g-obj-1) is created by this course. The learner triggers an Exit All or Suspend All navigation request and returns to LMS. The learner is ...
1
vote
1answer
124 views

What is the correct behaviour when setting the cmi.exit variable

Scenario A: Suppose SCO A sets its cmi.exit = suspend and then triggers a Continue navigation request and SCO B is launched. SCO B triggers a Previous navigation request. In this case, should the ...
1
vote
1answer
207 views

cmi.exit data model element in SCORM 2004 3rd edition

I couldn't understand the usage of cmi.exit data model element. Scenario A: Suppose an activity sets its cmi.success_status = passed and cmi.exit = suspend and then triggers an Exit All navigation ...
0
votes
1answer
48 views

Objectives Global to System

I have a question about Objectives Global to System attribute of organization element. What does 'Objectives Global to System' mean? What is its usage?
0
votes
1answer
123 views

primary and secondary objectives

Suppose an activity has two objectives (primary and one secondary objective). In this case, which objective does cmi.objectives.0.xxx refer to? primary or secondary?
0
votes
0answers
34 views

scorm 1.2 prerequisite element in scorm 2004 3rd edition

I have a question about scorm. the following code is a prerequisite in scorm 1.2: activity1 & activity2 what is the corresponding code in scorm 2004 3rd edition?
1
vote
1answer
34 views

when writeSatisfiedStatus should be occur

If writeSatisfiedStatus is set to true for local objective, in this case, when should Objective Satisfied Status be copied from local objective to global objective exactly?
1
vote
1answer
57 views

writeSatisfiedStatus in mapInfo element in SCORM 2004 3rd edition

If writeSatisfiedStatus is true for an objective, in this case, which sections of tracking model are copied from local objective to shared global objective?
1
vote
1answer
71 views

mapInfo in SCORM 2004 3rd Edition

Please read the following scenario and tell me what's the problem: I have two Content Packages (CP1 and CP2). CP2 has objectivesGlobalToSystem = true. CP2 has a global objective with ...
0
votes
1answer
126 views

objective progress status

If Objective has a readSatisfiedStatus = true and we need its Objective Progress Status; In this case, which Objective Progress Status must be retrieved? Local Objective Progress Status or Shared ...
0
votes
1answer
48 views

the cmi.exit data model element

Suppose that the Activity Tree has two activities (Activity 1 and Activity 2). Activity 1's cmi.exit is set to empty characterstring by default and Activity 2's cmi.exit is set to "suspend" and ...
1
vote
1answer
108 views

Mapping from Run-Time Environment Data Model to Tracking Model

Activity 1 Activity 2 Activity 3 Suppose that the Current Activity is Activity 1. Activity 1 has a primary objective. Activity 1 sets cmi.objectives.0.success_status = passed and it never sets ...
1
vote
2answers
173 views

Objective Normalized Measure

I have a question about readNormalizedMeasure attribute in manifest. Please see the following SCORM 2004 3rd edition manifest. Where does the Activity 3 read its normalized measure from? Please ...
1
vote
1answer
72 views

preConditionRule

Please see the following manifest. Suppose that we want to start the following content package for the first time. Which activity should be delivered when we click the start button in the Learning ...
1
vote
1answer
124 views

cmi.exit data model element

Root Activity 1 Activity 2 Activity 3 Suppose that Activity 2 is launched. Activity 2 sets "cmi.exit" to "suspend" and "adl.nav.request" to "exitAll" and the calls Terminate(""). What should be ...
1
vote
1answer
96 views

local objective vs. shared global objective

Please see the following manifest. The Activity_1's primary objective has mapInfo refers to a Shared Global Objective with objective id = gObj-OB01a, but there is not any objective with objective id = ...
1
vote
1answer
86 views

SCORM 2004 3rd edition Sequencing

I have a question about SCORM 2004 3rd edition Sequencing. Root (flow=true) Activity 1 Activity 2 (flow=true, preConditionRule=>condition=always, Action=skip) Activity 3 Activity 4 Activity 5 ...
1
vote
1answer
52 views

Is primary objective mandatory for activities?

I want to know if primary objective is mandatory for activities? Thank you
0
votes
0answers
27 views

LMS Test Content Package DMB

I'm testing my LMS against SCORM 2004 3rd edition with LMS Test Content Package DMB. The problem is that the package sets "adl.nav.requset" to "{target=activity_1}choice" but does NOT call ...
0
votes
0answers
45 views

SCORM 2004 3rd Edition Pseudo Code

Some lines in SCORM 2004 3rd Edition Pseudo Code are based on the Tracking Model of activities. For example, the following line in Content Delivery Environment Process [DB.2] is based on the Tracking ...
1
vote
0answers
61 views

SCORM 1.2 to SCORM 2004 3rd Edition Converter

I'm looking for a free SCORM 1.2 to SCORM 2004 3rd edition converter.
0
votes
1answer
220 views

<adlcp:prerequisites> element in SCORM 1.2

I want to convert the manifest file from SCORM 1.2 to SCORM 2004 3rd edition. What is the corresponding element for SCORM 1.2 <adlcp:prerequisites> element in SCORM 2004 3rd edition?
1
vote
1answer
339 views

Storing information inside LMS, SCORM

I was reading this pdf 'SCORM users guide for programmers' which i downloaded from ADL website, and I get to know that we can only store some specific set of information in LMS; like learners name, ...
0
votes
2answers
275 views

Creating SCORM content on the fly

I wish to create SCORM packages on the fly i.e. programmatically in ASP.NET so as to run em in some SCORM compliant player on my web, dynamically. I am new to SCORM and have googled about it. What ...
0
votes
2answers
161 views

Seeking SCORM-compliant E-learning Content Generation Tool w/ HTML output

First off, I've been given a very tight deadline (read: measured in minutes) to research this, so my apologies if I am missing any obvious answers (or if I even completely misunderstand what I am ...
0
votes
1answer
113 views

SCORM Report generation storing whole options of multichoice in moodle

I have a question regarding SCORM report generation. I have tried to load some SCORM 2004 packages in moodle and I saw tracks in database that stores questions and learner_response. But my ...
0
votes
1answer
122 views

SCORM 2004 3rd Edition Authoring Tool

I'm looking for an Authoring Tool that creates Content Packages based on SCORM 2004 3rd edition through the use of HTML, CSS and JavaScript. I don't want to use Authoring Tools that use Flash to ...

1 2