Actions typically refer to the set of instructions or events triggered by a user’s interaction with a course. They are always paired with events, that is, they occur in response to events. For example, when you click a button, a shape will hide or show.
All actions are listed as follows
Action | Description |
Course | |
Continue Course | Depending on the current state of the course:
● If the course is playing, this action doesn’t change anything. ● If the course has been paused, this action will continue playing the course from the time it stops. You can pause a course in two ways: ● Click the Properties pane > Interactivity > General > Pause course to wait for user input for any interaction object. When the object is played, the course will pause. You can choose between pausing the course just before hiding the object or pausing it after showing the object for a specific amount of time. ● Execute the Pause course action (see below). |
Pause course | Half the course’s mainstream, thus making all the objects stop playing against the time. Users can still interact with interaction objects.
The course is paused indefinitely until one of the following actions is executed: Continue course, End course, Go to Slide, Go to Slide at Index, Go Backward or Go Forward. |
End course | When this action happens, any further actions taken later that affect learner results (such as submitting a quiz) will be blocked. The action helps to notify an LMS that the lesson is completed or send the report to the HTTP report address if you use LMS or HTTP report respectively.
Note that this action does not mean to close the browser. |
Review course | Enter the review mode where users can see correct and incorrect answers, correct values, and the overall result of each interaction and slide. |
Restart course | Reset the course to the original state and start from the beginning. |
Slide | |
Go to Slide | Go to a specific slide. The link is made to a specific slide, so if you move that slide to a new position, the link will follow it and jump to the new position. If the target slide is deleted, the link gets dissolved automatically. |
Go to Slide at Index | Go to a slide at a specific index. When you add, remove, or reorder slides, the order of slides may change. Regardless of that, this action will jump to the nth slide in the order. |
Go Backward | Go backward by a specified number of slides. The target is not a specific slide, instead the jump will land on any slide that is presently n slides away from the current slide. |
Go Forward | Go forward by a specified number of slides. The target is not a specific slide, instead the jump will land on any slide that is presently n slides away from the current slide. |
Go to Last Visited Slide | Go to the last slide that you have visited. |
Object | |
Show Object | Show an initially hidden shape, image, audio, or video object. Objects can be shown with animation and hidden automatically with animation after an amount of time. If you want to allow users to manually hide the object, execute the Hide Object action.
Subsequent actions can be blocked until this action is completed. Otherwise, subsequent actions are executed right after the object is displayed. |
Hide Object | Hide any object which is displayed by the Show Object action before it disappears automatically. Objects can be hidden with exit effects. |
Toggle Visibility | Toggle between hide and show for the selected objects. For example, click a button to show an object if it is hidden and hide an object if it is shown. This creates a toggle effect. |
Highlight Object | Highlight an object using an emphasis effect. |
Change Object State | Change the display state of a multi-state object. |
Play Audio | Play an audio resource or built-in sound in your project. This action should be used to play short audio. For long audio tracks, you’re recommended to insert them into slides, make them initially hidden, and execute the Show Object action. After that, use the Hide After option in the Show Object action to stop the audio automatically or execute the Hide Object action to let users stop the audio manually.
In fact, the Play Audio action is similar to the Show Object non-blocking action with audio objects, except it doesn’t require that an audio object is inserted into a slide. |
Clear User Input | Clear whatever users entered in a specific interaction object, for example:
● Clear text in all text fields for text boxes and questions that contain text boxes. ● Uncheck checkboxes or radio buttons for questions. ● Send dropped drag sources to their original positions. ● Return the default item of dropdowns. |
Submit | Send whatever users entered in a specific interaction object to the course to evaluate. |
Timeline | |
Start Timeline | Start the playback of the target timeline. |
Pause Timeline | Pause the playback of the target timeline. |
Continue Timeline | Resume the playback of the target timeline. |
Click Sequence – Go Forward | Complete animations in the current sequence if any, and run animations in the next sequence. |
Click Sequence – Go Back | Complete animations in the current sequence if any, and run animations in the previous sequence. |
Feedback | |
Show Feedback Layer | Show a feedback layer. You can choose to hide the feedback layer after an amount of time. |
Hide Feedback Layer | Hide a feedback layer. |
Show Responses | Show responses for all graded interactions. You can determine which object will show responses as well as which types of responses to be shown. |
Miscellaneous | |
Adjust Variable | Change the value of a variable. You can assign a value (or another variable value) to the target variable, toggle the value of true/false variables, and do basic math with number variables. |
Start Timer | Make the timer start counting, do nothing if it is running. If the timer has finished, the action restarts it. |
Pause Timer | Pause the timer but keep the current value, do nothing if it is paused. |
Stop Timer | Stop the timer and reset its value. |
Send Email | Launch the default email client program installed on user PC, and load the previously configured contents in the mail (including recipient address and subject line).
Note that the email is not sent silently or automatically, instead users must manually press the send button. Users can also modify the email contents before sending. |
Open Webpage | Open a specified URL. Choose to open it in the current, new, parent, topmost, or named window. |
Execute JavaScript | Execute a specified JavaScript. Write the script in the window that appears. |