For an overview of Resources, click here.

Overview

Storyflow has 4 different kinds of assessment items that you can use to track training results. As the author, you decide what the criteria for these various outcomes are. You will find these under the Resources tab:

The Completion Assessment tracks complete/incomplete.

The Completion Assessment will dynamically update as the learner proceeds through the scenario. This is accomplished by creating an assessment item that has a variable representing the value, then change the value after certain events occur.

Do you want to Display the Report in the Headset to the Learner?

If so, you must use a User Report resource in conjunction with this resource. See an example of scripting this at the bottom of this article.

Do you want to send the results to your LMS?

If you are using an LMS to track training result, many of them require a Scenario Result resource be added to the scenario to indicate that the scenario is complete. Scenario result tracks whether the entire scenario was completed and whether the learner was successful (criteria for completion and success are determined by you). We have not added a Scenario Result to this assessment script, but be sure to ask Motive Support about it if you are using an LMS or are interested in learning more about assessments.

Required Fields

Field Name

Description

Outcome

For this type of resource there are two possible results - Complete or Incomplete.

Optional Fields

Field Name

Description

Title

Title of the Assessment Item. Each Assessment Item typically represents a task the learner will complete. When a User Report is used in conjunction with this then each Assessment Item title will be a line item with the corresponding result.

While the title field is not required, it is highly suggested. The User Report will have no context without them:

Example with Titles:

Example without Titles:

Description

Descriptive information about the Assessment.

Feedback

This is generally used to give the learner more context for their result.

Events

Activate

Example In the Headset

In the Motive Lab, we’ll look at a very simple example of using the Completion Resource. We are going to track when each task the learner is assigned is complete.

Now I will create a Completion Variable for each.

This will create three dynamic variables for the four items.

Now I need to Initialize each Variable to “Incomplete”. At the beginning of the scenario, all of these tasks are incomplete. As the learner progresses, they will change to complete.

Now I need to create frames where I will set the completion result to true.

Next, I will add the variables to the frames so that we can change the value from Incomplete to Complete

Until now, none of the authoring you have done in the script creates anything the learner can see. The results tracked so far would get reported back to your LMS or Motive’s Launch service. If you want the learner to be able to see the results in the headset, you need to create a User Report.

In this example, I have also added a checkered flag icon to the image section:

Good to know: If you are using an LMS to track training result, many of them require a Scenario Result resource be added to the scenario to indicate that the scenario is complete. Scenario result tracks whether the entire scenario was completed and whether the learner was successful (criteria for completion and success are determined by you). We have not added a Scenario Result to this assessment script, but be sure to ask Motive Support about it if you are using an LMS or are interested in learning more about assessments.

This is how the frames look for the above scripting:

In the headset, once the learner has completed the tasks, they will see the message first:

Then they will see the report showing the Completion Resources: