docs/problems/M/A/R checkpoints
problems · guided

M/A/R checkpoints

Guided problems break a worked solution into ordered steps. Each step can award method, answer, or reasoning marks.

the three marks

marknameawarded for
MMethodUsing the correct technique or approach.
AAnswerGetting the correct value at the step.
RReasoningProviding valid justification for a non-obvious step.

step dependencies

Each step has its own prompt, response, grading strategy, mark type, and mark count. OptionaldependsOn and allowFollowThrough fields describe how a later step can build on earlier work.

guided step shape
{
  "id": "evaluate",
  "order": 2,
  "prompt": "Evaluate the expression.",
  "markType": "A",
  "marks": 2,
  "response": { "kind": "numeric" }
}
see it graded
The grading walkthrough shows the marks changing one step at a time.