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 Current »

To practice using Enums, in Motive Academy there is a course creating Hints for the learner.

Definition

The term "Enum" is short for "enumerated list". It is a common programming term that simply means a user-defined list.

Use

You would use an Enum if you would like to create a Variable that has a list of options or states.

Location

You can access your Enum list by using the last icon on the far right of the screen:

Screen Shot 2024-01-11 at 5.01.06 PM.png

Related Articles

Create a Variable using Enums

Use an Enum to Track a State in a Behaviour Model

  • No labels