Forum Discussion
rebeccaevens
12 years agoCommunity Member
Can I stop storyline reporting a score to the LMS?
Hi,
I have several courses developed in Storyline running on our LMS. They are all set to track using a quiz result, but because it seems to slow the assessments down a lot if we track using the ...
CraigBunyea-23d
2 years agoCommunity Member
For those looking for an answer to how to manipulate almost any data model element of SCORM in your LMS. As of Storyline v3.74.X, Articulate is including scormdriver.js in the published 2004 packages which includes a function called SCORM2004_CallSetValue
With that function, and a timeline trigger of your choice, you should be able to nullify any calculated score – on the first attempt of the course. IDK the conditions to add for second attempts/resume.
I used this function to prepend some text to freeform interactions (see Trigger on below button).
SCORM2004_CallSetValue('cmi.interactions.0.learner_response', newTxt1);
This has been tested in SCORM Cloud.
Related Content
- 1 year ago
- 1 year ago
- 1 year ago
- 3 years ago
- 1 year ago