edulinq / quizgen

MIT License
4 stars 0 forks source link

Stricter and More Explicit Type System for Configs/Dicts/JSON #30

Open eriq-augustine opened 6 months ago

eriq-augustine commented 6 months ago

We do a lot of manual parsing and reformatting when we read in quizzes and questions. It would be great if we could represent this with a bit more structure. For example, we can ensure that ParsedStrings always get parsed into {"text": <>, "document": <>}.