How Do I Turn on Registration?

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?

The xAPI specification includes this definition:

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.

selectedImg

How to Enable Session Tracking in Veracity Launch

Follow the same steps for How to Edit a Course Configuration:
  1. Login to Veracity Launch.
  2. In the left menu, under Admin, click Manage Content.
  3. In the bottom-left of the tile for the course you want to configure, click the More icon ().
  4. In the pop-up context menu, click the Advanced Edit option.
  5. In the Edit Activity dialog box, scroll down to the xAPI Configuration section, and toggle-on the Track Session option.
  6. 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

    • 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 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 ...
    • What can I ask an AI agent using the LRS MCP?

      Think of an AI agent with the MCP as a conversational interface to your LRS. Unlike the Query Builder or Chart Builder in the LRS, you can ask vague and general questions to an AI agent configured with the LRS MCP. However, if you use terms carefully ...
    • Why Doesn’t My Duration Chart Work?

      Use meta.duration, Not result.duration If you’re trying to build a chart with duration as the metric and it’s not working, then the reason is probably that you’re trying to get values from result.duration. Use meta.duration instead. Statements encode ...
    • How Do I Make a Report Table?

      Background A report is a seldom-seen VQL custom widget, sometimes called, “dollar report” ($report). We recently developed a form-based Builder version called, Actor/Object Table. Unlike a chart, which shows a value for one category, a report shows a ...