Forum Discussion
Build a Categorization Quiz that is Accessible
Hi Scott,
I've had to deal with many of this type of DnD question for the same usability reasons. For me there are two ways, depending on if you need to have feedback for each question/answer selection, or overall feedback after answering each question, showing correct/incorrect answers.
Method 1:
Considering that all multi-drag/drop quizzes are answered one at a time, just like a multiple choice, I've created a series of multi-choice questions, all with the same 3 choices. This gives the opportunity to provide meaningful corrective feedback for each choice made. Also, with a little advanced variables and trigger manipulation, you can require user to retake all previously incorrect answered questions while skipping the correct ones, until all are correct to continue on in the course.
Method 2:
For the ability to show multiple questions, choices, and general correct/incorrect feedback, I created a type of grid of rows/columns, with each row having the question, then the other columns are radio buttons, each under a column header matching the original choice text. For example, and note the naming/numbering of radio button to check for completeness, etc.:
Acute Chronic Both
Medical symptom 1 text radio_q1_c1 radio_q1_c2 radio_q1_c3
Medical symptom 2 text radio_q2_c1 radio_q2_c2 radio_q2_c3
Medical symptom 3 text radio_q3_c1 radio_q3_c2 radio_q3_c3
I hope that gives you some ideas. I may be able to dig up example files, if needed.
Related Content
- 10 months ago
- 9 months ago