1
0

vault backup: 2025-12-22 16:06:48
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m58s

This commit is contained in:
2025-12-22 16:06:48 +01:00
parent 1a84c48e07
commit e1d880555f
17 changed files with 1436 additions and 114 deletions

18
quiz/MATCHING_FORMAT.md Normal file
View File

@@ -0,0 +1,18 @@
# 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.