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 11 Next »

For an overview of Resources, click here.

For information on what Object Interactions are, click here.

Overview

The Touch object interaction emits an event once the learner makes contact with an object in the scene with their hand.

An example of how the Touch object interaction could be used is when the learner is required to press a button. Once the button is touched, the scenario progresses.

Required Fields

Field Name

Description

World Objects

The object to be touched.

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

As a simple example, in the Workshop environment I want the learner to touch the safety hat.

  • Add the item to be touched in a frame as a Scene Object. In this example, it’s the safety hat:

  • In the next frame, I’ve added a Screen Message for the learner to give them instructions:

  • In the next frame, add the Touch Resource:

    • Choose the item to be touched from the World Objects dropdown.

    • Add Prompts (optional)

    • In this example, I’ve set the Screen Message close as a Condition:

  • In the final frame, I’ve added a Screen Message to give the learner the next set of instructions:

This is what it would look like in the headset:

https://vimeo.com/722956512

View video full screen on Vimeo at this link.

In a similar example, I’ve used the Highlight and Prompt Text options in the Touch Resource:

This is what the learner will see in the headset:

Note: The safety hat is yellow, but due to the highlighting prompt it is green.


  • No labels