...
An example of this would be a Screen Message firing off “Option 1” when a user learner answers an on-screen question. Or , or a “Close” event when a Screen Message is closed.
...
Required Fields:
...
Field Name | Description |
---|---|
Script Object | Specifies the object to listen to that will fire the event. |
Event | Specifies the event being listened for. This is the event that must be fired in order for this Condition to be true. |
...
I want to create a script that will welcome the learner to the training session and show them a video.
1. Create a Screen Message with instructions:
...
Create a sub-frame for the Welcome Message.
Add an Object Event Condition with the Script Object = Welcome message and the Event = Close.
Add the resource, in this case, Screen Media, to play once the Object Event Condition has been met:
...
2. Go to the bottom of the resource and click on the Event Link Shortcut (the blue + symbol). This will create a new child frame with an Object Event Condition for you.
3. Fill out the Object Event
...
What we've done is created a script that says "When the screen message fires and the learner clicks the OK button, then play the video".
...