2.2.3.1 Cấu trúc chung assessment section section assessmentItem assessmentItem assessmentItem
Hình 2-3 Cấu trúc bài thi trong đặc tả IMSQTI
Trong đặc tả IMSQTI, tất cả bài thi, bao gồm trong nó các section và các câu hỏi đều được lưu trữ bằng XML.
Trong đó:
2.2.3.2 Bài thi
Một bài thi được gọi là 1 assessment, trong 1 bài thi có thể có nhiều section.
2.2.3.3 Section
Một section được hiểu như là 1 bài thi con hay 1 phần của bài thi, trong section có nhiều câu hỏi, gọi là các assessmentItem.
2.2.3.4 Câu hỏi
Ví dụ: cấu trúc XML của 1 câu hỏi trông có dạng như sau:
<?xml version="1.0" encoding="UTF-8"?>
<assessmentItem identifier="choiceMultiple" title="Composition of Water"
adaptive="false" timeDependent="false">
<responseDeclaration identifier="RESPONSE" cardinality="multiple"
baseType="identifier"> <correctResponse>
<value>H</value> <value>O</value> </correctResponse>
<mapping lowerBound="0" upperBound="2" defaultValue="-2"> <mapEntry mapKey="H" mappedValue="1"/>
<mapEntry mapKey="O" mappedValue="1"/> <mapEntry mapKey="Cl" mappedValue="-1"/> </mapping>
</responseDeclaration>
<outcomeDeclaration identifier="SCORE" cardinality="single"
baseType="integer"/> <itemBody>
<choiceInteraction responseIdentifier="MR01" shuffle="true"
maxChoices="0">
<prompt>Which of the following elements are used to form water?</prompt>
<simpleChoice identifier="H" fixed="false">Hydrogen</simpleChoice> <simpleChoice identifier="He" fixed="false">Helium</simpleChoice> <simpleChoice identifier="C" fixed="false">Carbon</simpleChoice> <simpleChoice identifier="O" fixed="false">Oxygen</simpleChoice> <simpleChoice identifier="N" fixed="false">Nitrogen</simpleChoice> <simpleChoice identifier="Cl" fixed="false">
Chlorine</simpleChoice> </choiceInteraction> </itemBody> <responseProcessing template="http://www.imsglobal.org/question/qti_v2p0/rptemplates/map_respon se"/> </assessmentItem>
Chương 3 Phân loại câu hỏi trắc nghiệm
Theo như chuẩn IMSQTI, các câu hỏi trắc nghiệm được phân loại theo kịch bản tương tác và xử lý của câu hỏi, nói cách khác, là phân loại theo bản chất của câu hỏi.
IMSQTI đưa ra khái niệm interaction, đó chính là tương tác hay bản chất của một câu hỏi. interaction là một lớp tổng quát ở bên trên, dưới nó là các
interaction con, tương ứng với từng loại câu hỏi cụ thể.
IMSQTI cũng đưa ra khái niệm về choice, đó chính là các phương án trả lời hay các lựa chọn của câu hỏi. choice cũng là một lớp tổng quát bên trên, dưới nó là các lớp con tùy thuộc cho từng loại câu hỏi.