Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

For an overview of Resources, click here.

For information on what Object Interactions are, click here.

Overview

The Select object interaction emits an event once the learner selects the object with their controller (point and click).

An example of how the Select object interaction could be used is when the learner is presented with several items and must select from the available options. If the learner selects the correct object, the scenario will proceed.

Required Fields

Field Name

Description

World Object

The object to be selected.

Optional Fields

Field Name

Description

Require All Targets

If more than one World Object is designated, this would require all.  Otherwise referred to as Target Object.

Prompts

Add an effect or text to draw attention to the item you'd like the learner to.

Prompt Anchor

Object Interaction prompts without an anchor will end up on the object you are targeting because they’re meant as annotation or extra information about the object in question. If you want to accompany an Object Interaction with additional information for the learner, you could add a Notification or Screen Message to the frame as well.

Event

Determine an event or Custom Event to fire along with any other events that would normally fire.  This field is generally used to distinguish between different options for branching.

Require All Inputs

If more than one Input is designated, this would require all.

Persistent

Will stay open and continue listening for Input and will continue to fire scripted events.  If this is chosen, the close event cannot be used as it doesn't close.

Interacted Objects

If multiple World Objects are identified, you can add a variable here that contains a record of the World Objects the learner has interacted with and the variable then affects only those in that list.

Events

Activate, Open, Close (if not persistent), Complete, and Custom.

Example in the Headset

This is a simple use of the Select resource. I want the learner to select the Wrench in the Workshop.

  • Add the object(s) to be selected in a frame as a Scene Object. In this case I will add the wrench, but also a few other items that are located on the floor around the wrench:

  • In the next frame, I’ve added a Screen Message Resource to let the learner know what to do:

  • In the next frame I’m going to add the Select resource and choose the World Object as the wrench. In this example, I will also create two more Select resources for the other two objects in my scene. The wrench has the event “Correct” and the other items have the event “Incorrect”.

When the learner chooses the wrench this will fire a correct event. If the learner chooses the flashlight or hammer, an incorrect event will fire. I want to have a message that shows based on each scenario.

  • Under each Select resource, click on the Event Link Shortcut (the blue + icon)

  • For the Wrench - Correct frame, I added a Screen Message letting the learner what to do next:

  • For the Hammer and Flashlight - Incorrect frames, I added a Screen Message letting them know this was the wrong selection:

This is what it would look like in the headset:

https://vimeo.com/722616397

View video in full screen on Vimeo at this link.

  • No labels