Raw Score (Assessment) Resource

For an overview of Resources, click here.

Deep Learning on Resources is found in Motive Academy. Click here to see the course this lesson is in.

Overview

Storyflow has four 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:

2024-02-12_9-52-34.jpg

 

The Raw Score Resource is used to track training results and you can display them with a User Report to the learner in the headset. The Raw Score displays a number score.

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

Field Name

Description

Score

Enter the score or use the atom icon to create a variable to customize how the score is calculated. See example at the bottom of this article.

Optional Fields

Field Name

Description

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.

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 Raw Score Resource.

  1. At the start of the Script, I will add the Raw Score Resource in and I’ve created a variable from the “Score” field. I’ve named the variable “Tasks Complete” and set the value to 0. This is now initialized at the start and I can add to the score in later Frames:

  1. In the next Frame, I’m going to use the Launch New Script Resource to have the learner complete that Script. In that Script, the learner is do don the PPE they will need to wear in the lab:

  1. In a child Frame of the Launch New Script:

  • I’ve added an Event in the Condition field for the PPE donned

  • I’ve added in the Variable we created at the start - the “Tasks Complete” Variable

  • Then I’ve chosen “Set Value” on the Variable and chosen “Arithmetic Operation”

  • For the “Left Operand” I’ve clicked on the atom icon and chosen our “Tasks Complete” Variable

  • For “Operator” I’ve chosen “+” and for “Right Operand, I’ve entered “1”

What all this means is that when the learner has successfully donned their PPE then their score should increase by 1 point:

 

  1. In the next child Frame I’ve added a Screen Message Resource for the learner to click “OK” to see their score:

  1. In the final Frame, once the learner closes the Screen Message, I’ve added a User Report and chosen the Report Items - Raw Score. In order for the learner to see the score you must display it within a User Report:

 

Here is what the Frames look like for the above scripting:

 

This is what the learner will see when they open their report - note that we’ve only tallied a score for 1 item so it’s a simple 1 score report they’ll see on successful completion. This could of course be scripted for a number of tasks that needed to be completed and the score would reflect that:

Related Articles

Completion Resource

Pass or Fail Resource

Scaled Score Resource