Ordering Widget

Configured via JavaScript

items lists the correct order; current_order is the order shown to the student (usually a shuffle of items).

Configured via HTML

List the steps in correct order inside an <ol>. The widget shuffles them automatically for the student.

Put the Git workflow steps in the correct order:

  1. Clone or initialise the repository
  2. Create a new feature branch
  3. Make changes and stage them with git add
  4. Commit the staged changes
  5. Push the branch to the remote
  6. Open a pull request for review
  7. Merge the pull request into main