Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

For an overview of Events, click here.

...

Panel
panelIconId1f393
panelIcon:mortar_board:
panelIconText🎓
bgColor#4C9AFF

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

Table of Contents
minLevel1
maxLevel7

Usage

Events are useful as a way to trigger Frames and the Resources within. Frames can have a Precondition that listens for a specific Event. Once this event Event is emitted, the Frame’s Precondition will be satisfied, and the Resources within that Frame will begin their processing.

To create an Event Precondition for a Frame you can use the Event Link Shortcut at the bottom of the Resource. This will create a new child frame Frame with an Object Event Condition. You can then determine the settings so that the new resource Resource will only open when the precondition is satisfied.

About

The Open event Event is emitted in the context of a Resource. It is intended to activate when the learner interacts with or sees the implementation of this Resource. For example, the Open Event will be called for Screen Message when the message appears on the screen; or for Media when the Media Item begins playing.

When it can be used

This event Event is not guaranteed to be emitted.  It depends on the resourceResource.  To confirm if the Open Event is emitted for a specific resourceResource, please refer to the knowledge base article on that resourceResource.  

Create

1. Navigate to the appropriate frame Frame and resource Resource (or create them).

2. Click on the Event Link Shortcut in the bottom right-side corner of the resource.Resource

3. Choose Open:

...

4. Add the resource Resource to be processed once the precondition has been satisfied:

...

Related Articles

Events: An Overview

Create a Custom Event