Versions Compared

Key

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

...

The requiredExperienceLevel key specifies that an event is only executed for the indicated experience level. Experience levels are defined in the application configuration as a list, e.g. "Beginner;Intermediate;Expert". In a frame one refers to these levels by a number (starting with 0), e.g. if an event is only to be executed for experts, then this is configured as 

Code Block
xml
xml
<requiredExperienceLevel>3<<requiredExperienceLevel>2</requiredExperienceLevel>

...