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
- Name the step.
- Add the learner instruction.
- Add any supporting content.
- Place content where the learner needs it.
- Add behaviors if something should appear, move, play, or respond.
- Choose the completion rule.
Continue with Add Step Content.