quizbowl / schema

This is how we describe quizbowl.
https://schema.quizbowl.technology
MIT License
9 stars 3 forks source link

Question schema - should there be a parts field? #123

Open alopezlago opened 3 years ago

alopezlago commented 3 years ago

In the current Question schema, you can specify the number of parts a question has, but the question text itself is still a string. It would be nice if there could be a string array of something like parts that would have the question text of each part, maybe split into a pair of question text and answers.

alopezlago commented 2 years ago

It would also be nice to have a separate answer or answers field, so we don't have to parse the text field to separate the questions from the answers.

jonahgreenthal commented 1 year ago

This comment on #133 applies here too.