Skip to main content

Procedural Sequence

Content presented in a sequence of steps, in the order in which the steps must be performed. A given step is a prerequisite for the next step.

[Source]

Example

A module on how to do grocery checkout at a supermarket has these steps: greeting the customer, scanning grocery items, and collecting payment. The steps follow the order in which they are listed.