Lectora Styles

Popular Choice Lectora

***All template files are tested using modern browsers, such as Chrome and Firefox. We do not support or test using Internet Explorer.***

Our popular choice game template is a hefty little Lectora file.
Not only does the game present a scorable series of questions that the user can answer multiple times, but it's pretty easily customizable on your end...oh! and it sends custom xAPI statements to your LRS.
We're going to focus just on those statements today.
Template functionality is reviewed in other videos.

On the main question screens, we've set up an xAPIStatements action group that gets run whenever a user presses enter on their keyboard, or clicks the submit button.
It sets a few variables that we'll be using in a custom statement at the end of the action stack.
You can edit any of these variables to your liking.
Action 1 sets the Object ID for the statement we'll send. This should be equal to the Activity ID you enter at publish, but you can enter anything you like here.
Action 2 records the page name to a variable - we use this, in addition to the Object ID above to create a unique ID for out statement.
Action 3 sets the verb ID in URL format.
Action 4 sets the verb display. Plain text.
Action 5 runs our custom statement.
In it, we've included an additional response element that records the user's answer each time they submit one.

On the results page, we've also included custom statements.
On the Failed Text element, we've included actions in the same pattern as on the question screen - setting variables and sending a custom statement.
In this statement, we include the score and a success = false result.
On the Pass Text element, we've included actions the same way again.
This time, we include the score and a success = true result.

All of these additional elements can be filtered and reported on in your LRS.

This article last reviewed Jan, 2019. The software may have changed since the last review.