Forum Discussion
AlexanderSchrij
2 years agoCommunity Member
Overview of built-in xAPI statements in Storyline?
Hi,
I'm looking for an overview of all built-in (not custom) xAPI statements that are sent automatically from Storyline to an LRS. I want to know which verbs are being used by the built-in xAPI st...
AlexanderSchrij
2 years agoCommunity Member
Thank you Steven!
And Andrew, some information that I found along the way:
The results.duration is written in ISO 8601 format.
For example PT1H22M17S, this reads: "This period of time consists of one hour, twenty two minutes, and seventeen seconds." You can convert this to seconds using npm js (https://www.npmjs.com/package/iso8601-duration).
Other ways to track the duration that I know of:
- You could use the built-in variable in Storyline 'slide.elapsedtime' and send a custom xAPI statement when the user leaves the slide ('clicks next' etc) and include this variable in the xAPI statement (for instance in 'extensions' in 'context').
- Devlin Peck's also has a tutorial to track duration: https://www.devlinpeck.com/content/measure-duration-xapi-storyline
I'm not a developer myself, so I can't help any further, but hope this helps!