1
0
Files
medical-notes/quiz/MATCHING_FORMAT.md
Johan Dahlin e1d880555f
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m58s
vault backup: 2025-12-22 16:06:48
2025-12-22 16:06:48 +01:00

19 lines
525 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Matching Questions Format Analysis
Based on reviewing the 17 matching questions:
## Key Finding:
Only **1 question has an answer** (2023-05-31/3.md), the rest have TODO.
**That question uses this format:**
- Two separate bullet lists
- Answer: "ItemName: MatchName" format
## Proposed Implementation:
1. Support two-list format (most flexible)
2. Parse answer as "Item: Match" pairs
3. Store as JSON with 0-indexed pairs
4. Render as n×n table with radio buttons
## Next: Implement based on this one working example.