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 | ||||
---|---|---|---|---|
|
...
The ability to shut down entire branches is the main use of this resourceResource. Note that ALL resources Resources in that frame Frame will deactivate when a frame Frame is closed.
Required Fields
...
Field Name | Description |
---|---|
Frame | Specify the |
Frame to close. |
Optional Fields
Field Name | Description |
---|---|
Timer | Have a timer count down to the |
Frame closing. |
Events
Activate, Close, Complete (Close or Complete are suggested), Activate, and Open.
Example in the Headset
Here is an example in my workshop. I have a prompt that will show up if the learner has not taken an expected action and they need to in order to progress. In this case, they need to put on the hard hat.
There is a frame called "hardhat prompt" that would send a notification "remember to put on your hardhat". You could put a timer condition on this (30 seconds) so that it gives the trainee some time to figure it out on their own. If the trainee takes the hardhat action before the 30-second timer is up, we don't want that notification to show, so on close of the equip action, we close that "hardhat prompt" frame.
In this example, I've used the Equip Hardhat Tutorial.
After the frame where the equip resource is used, I've created a sub-frame For the Reminder.
Add a timer to wait until the reminder is played.
Added Notification resource to display the reminder:
...
Next, I've added a child frame to the Reminder with the Close Frame Resource.
The Object Event - Script Object is the safety hat Equip.
The Close Frame is for the Reminder:
...
In the headset, if the learner doesn't put on the hat within 30 seconds, they see the Notification:
...
If the learner does put on their hat in the 30-second timeframe, they will not see the notification as the frame will close.In the Motive Lab, I want the learner to don safety goggles and then navigate to the Sonication area. If they do not don the safety goggles within 20 seconds, they will see a reminder in the headset.
In the first Frame, I’ll add any Scene objects/targets needed to don the safety goggles:
...
In the next Frame, I’ll add the Instructions via a Screen Message:
...
After the Screen Message is closed, the Equip resource is used for the learner to don the goggles:
...
Next, after the 20 seconds I’ll play a reminder via a Notification:
...
In the next Frame (a top level Frame, not a child Frame), I will add the Close Frame Resource after the Safety Goggles have been equipped:
...
When the Close Frame resource has closed, I will play a Screen Message:
...
The result is that if the goggles have been donned within 20 seconds, the Reminder will not play.
Here is what the Frames look like for this scripting:
...
Here is what the above scripting will look like in the headset:
...
If you would like to view this video in full screen on Vimeo, click here.