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.
In the current
Questionschema, 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 likepartsthat would have the question text of each part, maybe split into a pair of question text and answers.