Skip to main content

Build Training Steps

Training steps are the backbone of a module. Each step should describe one action or decision the learner can complete before moving on.

Good step structure

Use each step for:

  • a clear learner goal;
  • the content needed for that moment;
  • the validation or completion rule that confirms progress.

Avoid combining several unrelated actions into one step. Smaller steps are easier to preview, supervise, and update.

Step authoring checklist

  1. Name the step.
  2. Add the learner instruction.
  3. Add any supporting content.
  4. Place content where the learner needs it.
  5. Add behaviors if something should appear, move, play, or respond.
  6. Choose the completion rule.

Continue with Add Step Content.