Capturing multiple-choice questions and answers
Multiple-choice questions and answers are made up of a question or scenario followed by a list of possible answers. To indicate the constituent elements of the questions and answers for web-based testing systems add role attributes to flag the XML elements that contain the questions and answers. Also add xref elements to link the questions to their answers.
- If both questions and answers are presented together as a section within a chapter, then start a new div[1-7,N] element (e.g. div1). Alternatively, depending on their location in the book, start the capture with a miscMatter or chapter element.
- If the questions and answers are together, add two divisions within the parent (e.g. div2), one for the questions, and one for the answers. If the answers are in another part of the book, create div[1-7,N] elements for each at the appropriate level for the context in which they are found.
- For the division containing the questions, set attribute role="Q".
- For the division containing the answers, set attribute role="A".
- If the questions are divided into sub-sections, with headings indicating the subject matter, or the type of the questions, create div[1-7,N] elements at the next level (e.g. div3.)These divisions do not require a role attribute.
-
Create a new div[1-7,N] element at the next level for each question (e.g. div3.)Identify the type of question and give this element a role of either:
-
for Single Best AnswersSBA-question -
for True/False Multiple Choice QuestionsTFMCQ-question -
for Extended Matching QuestionsEMQ-question
-
-
Create div[1-7,N] elements at the appropriate level for each question’s answer. Give this element a role value of the same type as the question it
answers:
-
for Single Best AnswersSBA-answer -
for True/False Multiple Choice QuestionsTFMCQ-answer -
for Extended Matching QuestionsEMQ-answer
-