Skip to content

Latest commit

 

History

History
executable file
·
25 lines (15 loc) · 1.36 KB

levels.md

File metadata and controls

executable file
·
25 lines (15 loc) · 1.36 KB

Levels

Levels are a custom post type which are the entry point for Trainees to a collection of Resources and the optional Test.

Because levels are just a page, you can utilize WordPress' menu_order property and nesting to create e-learning courses with a hierarchy of your choice. For example:

  • Geography (Level 1)
    • Volcanoes (Level 1.1)
    • Earthquakes (Level 1.2)
Restricting access

Access to levels can be limited to a subset of trainees by assigning it to one or more Groups. Additionally, you can specify one or more tests that a trainee must have passed before they are able to access it.

Relationships

Training Levels have special ties with Resources, Test and Test-Results. Because of this, they can inherit some of the Level's properties. For example: If you created a Training Level to teach Geography with two sub-levels Volcanoes and Earthquakes. You could set a Featured Image on the Geography Level, and its sub levels will automatically display the same image unless they were assigned one themselves.

Screenshot of creating a Level

Video