Use a Boolean Variable to Turn Scenario Guidance On: A Walkthrough

For an overview of Variables, click here.

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

 

As learners progress, it is helpful to be able to control the amount of in-headset guidance they receive. We can create a simple Variable that will allow us to use the same Script for a guided and an unguided version of the Scenario.

  1. Create a Global Boolean Variable called Guided Mode:

  1. Drag and drop a Screen Dialog Resource into the Frame:

 

2024-03-05_14-32-54.jpg

 

  1. Fill out the Resource to present the learner with a choice - would they like Guided Mode or Unguided Mode?

  1. If the learner selects “Yes, turn on guides” the “option 1” event will fire. If they select “No, leave guides off”, “option 2” will fire. The author can choose which Events are generated by these choices.

  2. Click the “+” beside the “option 1” Event to create a subframe whose Condition is “option 1”.

  1. Drag the “Guided Mode” Variable into this Frame and activate the checkbox so that it is “true” or “on”:

  1. Repeat this process for “option 2” . This time set “Guided Mode” to “off” or “false”:

Now, you can create Frames that only run if guides are turned on. In this example, we have created a checklist of tasks that will only show if Guided Mode is on:

Note that you do not need to set this via user choice - authors can set it behind the scenes as well. It depends on the learner experience you want to provide.

 

Related Articles

Create a Variable

Dynamic Variables: The Basics