Create xAPI statement for quiz answers in Storyline 360

May 14, 2019

Hi! I'm working on a medical terminology course in storyline and have managed to make a basic xAPI statement work (sent to Watershed LRS). However, for research purposes, we need to track responses to each question in a pre-quiz and post-quiz - a little bit more complex statement for a newbie to xAPI (like me).

This is the "execute javascript" that fires in A360:


send_qstatement("answered","http://adlnet.gov/expapi/verbs/answered","Pre-test question 1","http://health.okstate.edu/oed/MedTermCourse/pre-test/q1","Abdominal-pain","Urinary tract infection","Urinary-tract-infection","Dysuria","Dysuria","Abdominal pain","Abdominal-pain","Headache","Headache");

I'm also retrieving 4 variables from the player: uName (text), uEmail (text), selectedAnswer (text), correctAnswer (T/F).

I've attached my js file. If anyone can help... thank you! I'm not sure why the statement doesn't go to the LRS.

2 Replies

This discussion is closed. You can start a new discussion or contact Articulate Support.