How Do I Turn On Registration?
Some courseware doesn't send context.registration, including Articulate® tools. However, you can enable “session tracking” in our Veracity Launch LMS, which adds the registration property.
What Is Registration?
… A registration could be considered to be an attempt, a session, or could span multiple Activities. There is no expectation that completing an Activity ends a registration. Nor is a registration necessarily confined to a single Agent. …
Why Is Registration Important?
With
context.registration enabled in your xAPI, you can track students' sessions while they use your courseware. Our Veracity Learning LRS has an out-of-the-box dashboard widget that shows
sessions for a single student. This can show you the dates and length of each session. With this information, you can judge the attention of your students and, from that, the relative attractiveness of your course and its content.
How to Enable Session Tracking in Veracity Launch
- Login to Veracity Launch.
- In the left menu, under Admin, click Manage Content.
- In the bottom-left of the tile for the course you want to configure, click the More icon (
). - In the pop-up context menu, click the Advanced Edit option.
- In the Edit Activity dialog box, scroll down to the xAPI Configuration section, and toggle-on the Track Session option.
- Scroll to the bottom and click the Save button.
Now, when you run the courseware from Veracity Launch, the LMS will automatically insert context.registration into each xAPI statement.
Related Articles
Will Students See Errors in an xAPI Course with No LRS?
If you develop an xAPI course package and don't yet have an LRS, or the LRS is down, then the student should not see any error messages. It will depend on the authoring tool you use. To be sure, you should test it. We've gotten more questions about ...
How Do I Show Percent of Students?
In a custom dashboard, you can easily build a bar chart that shows the number of unique students per course. Chart Builder with simulated data offered in the free Veracity Learning LRS. Problem But what if you want to show the number of unique ...
What xAPI does Articulate Track?
We're often asked questions like: “What xAPI properties does my authoring tool send to the LRS?” “What metrics can I track with my authoring tool?" Recently, we've gotten a few more questions about Articulate, specifically. Articulate has two ...
What Types of Charts Can I Make in the LRS?
In general, you can make charts in a custom dashboard using two methods: using our Chart Builder, or by programming our Veracity Query Language (VQL). Chart Builder Charts The Chart Builder and similar form-based wizards in the Veracity Learning LRS ...
How Do I Build a Sankey Chart?
How to Build a Sankey Chart If you want to analyze navigation patterns in your course, then you can show branching — and even abandonment — with a Sankey chart. How to create — In an Advanced Graph Query widget, insert code like this… { "title": ...