Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 24 Next »

For an overview of Conditions, click here.

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

Overview

A Compound Condition is a set of sub-conditions joined by operators.  

Compound Conditions joined by an AND operator must satisfy all of the sub-conditions to evaluate to true. Whereas Compound Conditions joined by an OR operator must satisfy any of the sub-conditions in order to evaluate to true.

Required Fields

Field Name

Description

Operator

The operator joins the sub-conditions together.  

AND = all of the sub-conditions must be satisfied to be true.

OR = any of the sub-conditions satisfied to be true.

Conditions

Two or more sub-conditions added together to create the Compound Condition.

Optional Fields

Field Name

Description

Negate Result

If selected, the truth value will be the opposite for this Condition. That is, when it would be normally true it will be false, and when it would normally be false it will be true. 

For a detailed explanation of evaluating Compound Conditions with Negate Results, click here.

Create a Compound Condition

The quickest way to create a Compound Condition is to simply drag and drop two or more Conditions or Events into the Conditions frame and then make all of your selections:

https://vimeo.com/672035263

Example of a Compound Condition 

You could create a Compound Condition with a Timer Condition and World Object Proximity Condition.  If you used the AND operator, it could be defined as "The timer must have run for 3 seconds AND the learner is within 10 meters of a particular location".  Both must be true for a Compound Condition to be true:

If you used the OR operator, it would be "The timer must have run for 3 seconds OR the learner is within 10 meters of a particular location".  Either could be true for the Compound Condition to be true:

Evaluating Compound Conditions with Negate Result

Step 1:  Add Sub-Conditions (Author)

Add two or more sub-conditions and determine which ones require the Negate Result option checked.  Some Conditions don't have a Negate Result option because it doesn't make sense for the Condition or the Condition itself allows for a negative result.  

In this example, I've chosen to Negate Results for Sub-Condition 2, but not 1.  Sub-Condition 3 does not have this option available:

Step 2:  Sub-Conditions Evaluated (Storyflow)

Based on the activity in the VR Scenario, Storyflow will determine if each sub-condition evaluates to True or False and moves those results up to the Compound Condition level:

Step 3:  Compound Condition Evaluated (Storyflow)

The Compound Condition will then be evaluated to True or False based on selections made to the Compound Condition (operator, negate result) and the results from the sub-conditions (described in Step 2):

Example in Action

I've set up an example of this using the article How to use Timer Conditions to Prompt the Learner

In this Scenario, the learner has to click on the “OK” button of the Welcome Message to proceed.  

My Script has a Compound Condition with two sub-conditions:  Timer and Object Event.  I've set it up to say that "If the learner has not clicked the "ok" button of the Welcome Message AND 10 seconds have passed, then play the timed hint".  Note that the Negate Result box is checked for the Object Event Condition because the button wasn't clicked therefore it wasn't closed.

If this Compound Condition evaluates as true, then my timed hint (an audio recording) will play:

This is what the learner would experience in the headset if the "OK" button was not clicked:

compound - HD 1080p.mp4

If the learner does click on the "OK" button, we would not want this timed hint to play.  So, I've add a Close Frame resource as this article suggests, and it will remain unplayed.  

Related Articles

Add Conditions



  • No labels