vault backup: 2025-12-22 16:06:48
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m58s
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m58s
This commit is contained in:
18
quiz/MATCHING_FORMAT.md
Normal file
18
quiz/MATCHING_FORMAT.md
Normal 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.
|
||||
Reference in New Issue
Block a user