Bug
Related to #34 — adding detailed analysis and suggested fix.
The Module 1.3 teaching script (course-materials/lesson-modules/1-fundamentals/1.3-first-tasks/CLAUDE.md) references a file called REFERENCE_GUIDE.md in Step 5 (Scenario 4 - Design Feedback with Images):
- Open
REFERENCE_GUIDE.md in your editor (it's in this same exercise folder)
- Scroll down to the "Example UI to Try" section (around line 177)
- You'll see a screenshot of a user interface
Problem: REFERENCE_GUIDE.md does not exist in the 1.3-first-tasks/ folder.
What does exist:
attachments/ui-mockup-example.png — the actual screenshot image
Impact: Students following the image-paste exercise hit a dead end because the referenced file isn't there. This breaks the flow of learning Ctrl+V image pasting.
Suggested fix: Either:
- Create
REFERENCE_GUIDE.md with an embedded reference to attachments/ui-mockup-example.png, or
- Update the teaching script to direct students to
attachments/ui-mockup-example.png directly
🤖 Generated with Claude Code
Bug
Related to #34 — adding detailed analysis and suggested fix.
The Module 1.3 teaching script (
course-materials/lesson-modules/1-fundamentals/1.3-first-tasks/CLAUDE.md) references a file calledREFERENCE_GUIDE.mdin Step 5 (Scenario 4 - Design Feedback with Images):Problem:
REFERENCE_GUIDE.mddoes not exist in the1.3-first-tasks/folder.What does exist:
attachments/ui-mockup-example.png— the actual screenshot imageImpact: Students following the image-paste exercise hit a dead end because the referenced file isn't there. This breaks the flow of learning Ctrl+V image pasting.
Suggested fix: Either:
REFERENCE_GUIDE.mdwith an embedded reference toattachments/ui-mockup-example.png, orattachments/ui-mockup-example.pngdirectly🤖 Generated with Claude Code