A tool for authoring and developing interactive e-learning courses.
Questions tagged [articulate-storyline]
65 questions
5
votes
4 answers
Is implementing LMS Scorm Tracking without an authoring package feasible for a beginner?
Prior to building an eLearning solution, I am determining whether to use an authoring package such as Captivate or Storyline or to create HTML pages which utilize JS calls for tracking. If I avoid using an authoring tool, I get flexibility in terms…

mikelus
- 927
- 11
- 25
2
votes
0 answers
Why is IE11 generating the javascript error SCRIPT16389: Incorrect function on this page when other browsers behave normally?
I have created a project in Articulate Storyline 3. The output of the project is basically a web page with lots of javascript. One is able to place custom javascript code inside the project. My custom code causes the browser to enter full screen…

michaelanderson
- 71
- 1
- 3
2
votes
1 answer
Saving SCORM (exported from storyline 2) grades to database
I am currently making a lms in PHP. In the lms, the admin can upload a SCORM (1.2) file which the users will answer, and the result would be saved in the database.
(Thought of a table in the form of: userID, scormID, grade)
I have looked through…

Or Duer
- 121
- 1
- 2
- 9
2
votes
1 answer
Scorm reporting
I am trying to integrate a articulate SCORM 2004 file into our angular system.
I am loading the SCORM files using iframes
…

Jacob
- 994
- 1
- 8
- 20
2
votes
1 answer
Integrating articulate storyline in asp.net web site
I am new to e-learning domain and I may be using incorrect terminology. Our coaching team has been using Articulate storyline to create interactive tutorials. Now we want to integrate these tutorials into our asp.net web site.
This is not a LMS.…

Amey
- 1,216
- 18
- 28
2
votes
3 answers
Resume in articulate with tin-can api
I am trying to implement this endpoint activities/state/?method=GET in my LRS - but I can not seem to get the resume functionality working. I have all the data, but not sure what does Articulate expect the LRS to return in order to resume where the…

bazz
- 613
- 4
- 10
1
vote
0 answers
TinCan course not recording completion in cornerstone LMS
Trying to upload a articulate 360 xapi published course into cornerstone LMS. As first step Published the course with basic settings reporting to LMS and tracking on passing the quiz at 80%.
At Content level there are 2 checkboxes in Cornerstone LMS…

chaitra
- 11
- 1
1
vote
1 answer
Create JavaScript event triggers for Google Analytics 4
Articulate Storyline is a software for creating interactive learning courses.
I can execute JavaScript triggers in storyline files to track button clicks with Google Analytics 4.
I added the following code to the button, but it didn't…

hpark
- 41
- 5
1
vote
0 answers
Articulate Storyline - Track storyline files on multiple websites without LMS
I want to track storyline files on multiple different websites. All of the storyline files are saved on one server. I want to track how many users click the files and the timestamps. These are the options I am thinking of:
1. Connect Google…

hpark
- 41
- 5
1
vote
0 answers
How to write a java script for specific Test attempts
I am having a java scripts for a game, but this game is like a test and if the user failed the game he will retake the test (redo the game), but I want a specific number of attempts only for the user to re do the test. now what I have, makes the…

safi mahmoud
- 13
- 2
1
vote
0 answers
Issue with caching and unsafe Etag? Storyline / xAPIWrapper / LMS related
I'm having an issue with an xAPI package (published from Articulate Storyline). I added a custom JavaScript file that contains the minified xAPI wrapper as well as some custom JavaScript functions to send xAPI statements. This functionality works as…

Devlin Peck
- 11
- 1
1
vote
0 answers
force browser to cache a MP4 video
I'm using Articulate Storyline to create a simple web app.
The app consists of 10 slides. I have an MP4 video on slide 10. The problem is I can't find a way to preload the video (which is on the last slide) when the user starts the first slide…

Sara Ree
- 3,417
- 12
- 48
1
vote
1 answer
Resume from TinCan (without LMS)
I am trying to use the storyline resume option on my system.
I have my own system to process the storyline parameters, and it works properly.
To launch the storyline presentation I send this URL -…

Abi C
- 11
- 1
1
vote
1 answer
How can I call the function of iframe from parent?
If the parent and iframe were both on the same domain, we can call a function of the parent window from iframe:
iframe code:
// here we call 'myFunction' which is a parent function
window.postMe = "postMe value…

Sara Ree
- 3,417
- 12
- 48
1
vote
1 answer
Changing Articulate Storyline text color using jquery?
Here is the code that I'm using to animate a text in Storyline using jQuery:
var item = $('[aria-label="myText"] svg')
$(item).toggle( "puff" );
this code is working.
But when I tried to change the color of the text using jQuery nothing…

Sara Ree
- 3,417
- 12
- 48