Info |
---|
For an overview of Resources, click here. |
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Deep Learning on Resources is found in Motive Academy. Click here to see the course this lesson is in. |
Table of Contents |
---|
Overview
...
If so, you must use a User Report resource Resource in conjunction with this resourceResource. See an example of scripting this at the bottom of this article.
...
If you are using an LMS to track training result, many of them require a Scenario Result resourceResource be added to the scenario Scenario to indicate that the scenario Scenario is complete. Scenario result tracks whether the entire scenario 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 scriptScript, 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 |
---|---|
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 |
---|---|
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
Example in the Headset
In the Motive Lab, we’ll look at a very simple example of using the Raw Score Resource.
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:
...
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:
...
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.Variable
Then I’ve chosen “Set Value” on the
variableVariable and chosen “Arithmetic Operation”
.For the “Left Operand” I’ve clicked on the atom icon and chosen our “Tasks Complete”
variable.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:
...
In the next child
...
Frame I’ve added a Screen Message Resource for the learner to click “OK” to see their score:
...
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 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:
...