...
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. |
...
Name the dynamic variables and click the checkmark to save the name:
View file | ||
---|---|---|
|
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.
...