What you will learn
- Prioritize material defects
- Explain errors with examples
- Set a bounded correction task
- Verify the correction
Prioritize material defects
Prioritize defects by their effect on the conclusion or operating behavior. A wrong unit or lookahead error matters more than a minor formatting preference. Explain the impact so the learner understands the order of work.
Explain errors with examples
Use a small worked example to demonstrate the error and correction. Concrete arithmetic or an event trace is more useful than an unexplained statement that the model is wrong.
Set a bounded correction task
Set a bounded remediation task with an observable acceptance criterion. Asking the learner to improve everything at once makes it hard to assess whether the core issue was understood.
Verify the correction
Verify the correction on an unseen or neighboring case. Repeating only the original example may show memorization rather than transfer. Preserve unresolved questions for later review.
Worked example
A learner corrects a long-trade formula but still computes short P&L with the same sign. A second example with a winning short reveals that the underlying direction concept remains incomplete.
Try it yourself
Design a remediation task containing one long, one short and one invalid-input case, with independently calculated expectations.
Show the worked solution
Require correct direction handling for both valid cases and an explicit failure for the invalid case. Ask the learner to explain the units and sign, then verify on different numbers rather than only the demonstrated example.
Apply this to your course project
Produce a structured peer review and a targeted remediation plan.
Keep the calculation inputs, assumptions and decisions with your work. Practical exercises are self-reviewed; the scored knowledge checks assess the questions shown, not an independent certification of practical competence.