Honest Take — Before You Begin
The retrofit is the exercise where this module stops being theory, and I can predict the exact place it will bite. When you write the observable-outcome line for the artifact you …
Master the Wiggins & McTighe Backwards Design discipline — start from "what should the learner be able to do?", work backward to "what evidence would prove it?", and only then to "what's the minimum content scaffolding?" — and build assessments that produce real capability evidence. By the end you've retrofitted one real artifact and internalized the contrarian metric: course-graduate-shipped-real-thing beats completion rate. Backwards Design is API-first development for teaching: specify the contract (what the learner can do), write the integration test (the assessment), then build the minimum implementation that passes (the instruction). Forward-designed teaching builds the database first and hopes the API emerges. And the assessment half is where your engineering instincts betray you, so watch them: a quiz is a unit test against mocks — fast, cheap, and passing it proves little about production behavior. A deliverable against acceptance criteria is an end-to-end test against staging. Engineers ship the mock-only suite because it's easy to write, then act surprised when production (the graduate's actual job) fails. You already know this argument; you make it in code review. Make it about your teaching.
This course unlocks once you've finished its prerequisite. Open prerequisite →
The retrofit is the exercise where this module stops being theory, and I can predict the exact place it will bite. When you write the observable-outcome line for the artifact you …
Most teaching is forward-designed: start with content, hope outcomes happen. Courses get organized by topic ("routing", "associations") rather than by capability ("can model a pol…
Approach: Essential
Approach: Essential
Approach: Essential
Approach: Important
Approach: Important
1. The Backwards Design retrofit — applied to the artifact you audited in M1: (a) the desired outcome stated as observable behavior — what can the learner do afterward that they c…
8 lessons. Read in order; spiral back when you need to. By the end you'll have used the core ideas twice — once on the abstract, once on something you'll meet at work next week.