199 questions
0
votes
0
answers
25
views
SCORM item hidden but not being visible when rules are met
This is a part of a SCORM 2004 4th Edition imsmanifest. I can hide First Attempt item based on prior objective (preexam_lesson) status not being known (not launched). How do I get First Attempt to be ...
0
votes
1
answer
81
views
SCORM Compatibility for course hosted on another server
We have a course hosted on our server. We are trying to make it SCORM compatible using the pipwerks API. Initially when we uploaded the course to SCORM Cloud, it led to a cross-domain error. So we ...
0
votes
1
answer
314
views
Scorm course HTML file is unable to communicate with scorm-again JS in NextJS page
I am using https://cdn.jsdelivr.net/npm/[email protected]/dist/scorm-again.js, and initializing after loading CDN in my NextJS page.
Initialization is successful and window.API_1484_11 is also having ...
-1
votes
1
answer
135
views
How can I fix the LMSSetValue Error: Data Model Element Type Mismatch bug in a SCORM?
I downloaded a SCORM package from a vendor. I have the manifest file and the launch file on S3 Browser.
After publishing it on ServiceNow, it shows this error. See image attached
Reading about this, ...
0
votes
2
answers
325
views
SCORM issues with packages that load content from an external domain on a popup window
I'm implementing SCORM playing functionality in a Next.js-based LMS. I have a functional player that can load and play SCORM packages stored in an S3 bucket, accessed via a Next.js API route acting as ...
0
votes
1
answer
388
views
How to Track User Progress in SCORM Content Embedded via an iFrame from AWS S3?
I have embedded a SCORM package hosted in an AWS S3 bucket into my website using an iFrame. The SCORM content displays correctly, but I would like to track the user's progress—specifically which ...
1
vote
2
answers
167
views
How does resume functionality work in SCORM 1.2?
I am from developer background and my query is regarding a SCORM having no prior experience on it. We are using SCORM 1.2
Problem Statement : When the user will leave the SCORM then it need to resume ...
-1
votes
1
answer
76
views
Access content from Angular APP SCORM&XApi&LMS
I have some misunderstanding how LMS and SCORM all come together.
If someone could shed on light in easy way would be perfect.
I am just confused with moodle, scorm cloud and all terms LMS , im not ...
0
votes
0
answers
316
views
How to convert file in SCORM 1.2 fomrat to SCORM 2004 format without sourcefiles?
Our organization is in the process of migrating to new LMS which allows only SCORM 2004 format to be uploaded. But all our files are in SCORM 1.2 format in the old LMS. Some of the files are 2 to 3 ...
1
vote
0
answers
141
views
How to get progress data of a SCORM Package rendering into an iframe tag, in React
I have some SCORM 2004 & SOCRM 1.2 Packages, generated through Articulate.
I have rendered them in an iframe.
And want to track the progress
I have rendered the SCORM Package in an iframe and want ...
0
votes
1
answer
149
views
SCORM package module when refreshed it asks question New Attempt or resume - How do we stop this message to not come
We are getting this message every time user comes to access this SCORM module "New Attempt or Resume".
How can we stop these messages so that they do not appear time and again and user ...
0
votes
1
answer
791
views
Angular Web application SCORM package
I have an angular web porject and I wish to package it into a SCORM package so I could put it on any lms.
How should I package it? Just place the files, link them in the manifest and thats it?
Are ...
0
votes
1
answer
253
views
Permission denied to access "API" on cross origin object
I have the following javascript that I'm using to open a scorm package in a window.
openWindow: function (winURL, winName, winW, winH, winOpts) {
winOptions = winOpts + ",width=" + ...
1
vote
1
answer
1k
views
The Content was unable to locate the SCORM API Adapter
I'm new to SCORM and facing an issue with SCORM initalization.
The error that I face is The Content was unable to locate the SCORM API Adapter.
What I'm trying to do is, I am creating an iframe
<...
0
votes
3
answers
504
views
Can we upload scorm pacakge in our lms system and store course materials in our db?
I am making one LMS system and I want to support SCORM in my LMS system. when I searched about that, I got SCORM authoring tools which are expensive for us.
basically, I want to implement features ...
-1
votes
1
answer
2k
views
Embed SCORM to existing React Project [closed]
I want to ask something about SCORM. So, I have this SCORM project:
https://github.com/potamir/scorm-lesson-1
I want to embed this SCORM to my existing react project but I can't find any correct way ...
0
votes
0
answers
244
views
How to access SCORM files from cloud storage?
I am trying to access hosted scorm file from cloud storage where I made all files as public. While trying to access using the url:
https://host-name/training-thumbnails/000001/...
0
votes
0
answers
190
views
Structuring scorm package with just one item
I recently packaged a Scorm course, and everything looks ok, but when they launch the course they have to click first in one menu button from the LMS, and open a submenu and they have to click again, ...
1
vote
0
answers
141
views
How can I make browserRouter work within a react app on SCORM?
I'm trying to upload a react app on SCORM cloud which has a homepage and a feature page and a link on the homepage should redirect to the feature page. Within the app I use BrowserRouter for ...
2
votes
0
answers
942
views
How to get the scorm events in JavaScript? Need to save the all events in Database
I'm trying to create an LMS Application using SCORM and I found complicated documentation on the SCORM website. Finally, I got some example codes and integrated them with my local system but nothing ...
0
votes
1
answer
544
views
How does SCORM handle navigation between lessons?
i would like to manually create a scorm package, to understand the mechanisms.
I have read about content packaging and run time on the scorm website.
The content packaging is easy to understand but i ...
0
votes
1
answer
195
views
Is there some way to set character encoding in SCORM 2004?
I'm trying to record some text values (cmi.interactions.n.learner_response, and cmi.interactions.n.description) on the backend. I'm sending them in a post response from a JS object that uses JSON....
0
votes
1
answer
306
views
scorm 2004 4th - list of correct and incorrect questions?
Guys, tell me, can SCORM 2004 give to the LMS at the end to show a list of correct and incorrect questions?
if so, which model is responsible for this?
2
votes
0
answers
437
views
Relative URL in Nuxt.js
I have a problem with Nuxt.js static site generation : I want to have relative url instead of absolute URL because I can't know the final url before the build (i make scorm package who are finaly ...
0
votes
1
answer
448
views
How to count SCORM interactions?
I don't know how to get a score when using SCORM. I have the interaction information i guess, but how do I set the max, min, raw? There is 1 multiple choice question worth 100 points(for testing).
...
1
vote
0
answers
73
views
In SCORM 2004 (4th ed.) why do the rollup processes use all children of an activity instead of only Available Children?
Since the Select Children Process [SR.1] only defines behavior for selection happening exactly once, all unavailable children can never have any attempt data. Yet the pseudocode for all the rollup ...
0
votes
1
answer
63
views
In SCORM 2004 (4th ed.) when are Available Children meant to be selected and randomized?
The pseudocode for the Select Children Process [SR.1] and Randomize Children Process [SR.2] heavily suggests these processes are meant to be run multiple times although for SR.1 no behavior is defined ...
0
votes
1
answer
129
views
In SCORM 2004 (4th ed), why does a choice navigation to a cluster activity change the Current Activity?
The SCORM 2004 4th Edition pseudocode handles the case for a choice request (SB.2.9, steps 12 onward) like so:
If the target activity is a leaf activity Then
Exit Choice Sequencing Request Process ...
0
votes
1
answer
481
views
Get the scorm values from the LMS
I created a LMS in symfony, I want to implement the scorm standard on it. Has anyone already done a project on it? I wanted to know how to get the scorm values from the LMS and how to connect them.
...
0
votes
1
answer
243
views
Calling an external authentication system from a SCORM
I have the following question:
We implement some different LMS and we are wondering if and how could be possible to have a SCORM (hosted into an LMS) asking the user to authenitcate to an external ...
0
votes
1
answer
468
views
How to utilize xapi or scorm content packages
I am coding an LMS. Backend and UI is almost ready. Our first intention was to code our own content studio but using existing studios are way quicker. We want to use rise and rise gives the following ...
0
votes
0
answers
1k
views
SuccessFactors LMS: Why is a "course session ended" page displayed after I close my scorm 2004 package?
I get the attached "current course session has ended" page in SAP SuccessFactors LMS after I close a scorm package. Why does this happen?
Some further info to describe the implemented ...
0
votes
1
answer
131
views
Disable a SCO SCORM 2004
How would I disable a SCO with JavaScript? SCORM 2004 4th edi. I can't seem to hit the SCO with JS. I can disable it using SCORM. I ultimately want to disable the SCO after 3 attempts on a quiz?
0
votes
1
answer
77
views
Scorm statement if condition
I have a pretest sco. I need to make it unlock the entire course if passed or unlock the next lesson if failed. Is there a way to do something like an if statement in SCORM? Something like if the ...
2
votes
1
answer
653
views
Scorm 2004 calculating completion percentage based on interactions
I am using Scorm 2004 and I am wondering if there is a way to calculate completion percentage based on interaction (i.e cmi.interactions.*)? or what's the straightforward way to calculate completion ...
1
vote
1
answer
170
views
Scorm 2004 score values are not coming in after a quiz
I am trying to write a JavaScript integration for Scorm 2004 and I added the following code to intercept any score value. I go to a quick and there is no score value coming in.
SetValue = (name, value)...
2
votes
0
answers
215
views
How to make angular and PHP project with Scorm 1.2?
I need to create a project on javascript and PHP. In this I need to use Scorm 1.2. I am very new to Scrom, how can I use these technologies together?
I have read about Scorm but unable to understand ...
0
votes
1
answer
314
views
How to deal with lost SCORM 2004 API instance
I have a fairly simple in-house LMS. It essentially consists of an ASP.Net page which handles launching courses and a javascript implementation of the SCORM 2004 API. The javascript implementation is ...
0
votes
1
answer
581
views
SCORM 2004 failing to report score to ScormCloud or Blackboard
I have created a small course for a tester on our Blackboard(2010). I am using the pipwerks wrapper (we use 2004) and though my success and completion statuses are being successfully sent through to ...
0
votes
1
answer
1k
views
How to create imsmanifest.xml file in SCORM using c#
I want to create SCORM file for my LMS, and now I'm having trouble creating the imsmanifest.xml file.
I want to create an imsmanifest.xml like the one below using C#.
Question: Can anyone provide me ...
-1
votes
1
answer
117
views
SCORM 2004 - 3rd Edition
I've created a some pages into HTML/CSS/Javascript having assessment as well. but now need to implement Scorm 2004 3rd into my package. So can anyone suggest or guide me the process to implement? or ...
1
vote
1
answer
2k
views
How to Calculate Progress of SCORM content?
I'm trying to get a score, and progress from SCORM content (2004 Edition).So far I was able to save CMI values to my database using custom written LMS API.
cmi.score.raw--->>0
cmi.score.max---&...
3
votes
1
answer
5k
views
SCORM and JavaScript: How to make a web application SCORM compatible?
I have a web application that plays an HTML5 video. I would like to know how to make this application SCORM compatible.
I am not looking for a program to produce and export SCORM content, but I would ...
1
vote
1
answer
252
views
Captivate & SCORM
I have published a sample SCORM 2004 and SCORM 1.2 file from Captivate (for HTML5 not SWF). I load the index_scorm.html inside an iframe to use it like a popup. How can I get the quiz/completion value ...
0
votes
2
answers
1k
views
SCORM manifest: Selective tracking / completion?
In a SCORM organization, I have an item with 2 child items, accompanied by their respective resources. I want both items to be viewable, but only one of them shall be sufficient to mark the parent ...
0
votes
1
answer
206
views
SCORM 2004 - setting completion for SCO from inside another SCO
Is there a SCORM call I can use to set completion by target of a SCO? The call would be made on a SCO different from the one getting a completion call.
Something like SetValue("cmi.completion_status"...
1
vote
1
answer
2k
views
SCORM 2004 - suspend_data not saving in SCORM Cloud
I have a bit of a strange problem and am struggling to find any relevant info about it in the docs or elsewhere.
We have implemented SCORM 1.2 and 2004 in the past and I'm currently trying to fix an ...
0
votes
1
answer
987
views
Adobe Animate and SCORM 2004
Has anyone had any experience working with Adobe Animate for creating SCORM compliant files for LMS integration? I worked with easelJS a few years ago and see that it is now used in Adobe Animate.
...
0
votes
1
answer
375
views
SCORM and user accounts
Consider an online learning web app where each client can create courses that they can share to a list of users, and each course contains a number of pedagogical activities, organized in a very ...
0
votes
1
answer
2k
views
How do I get completion_status value from SCORM cloud?
I've been attempting some custom SCORM content using the pipwerks SCORM API wrapper. In this instance, I'm using a SCORM 2004 4th ed package.
If I launch and complete the course, the course is ...