Cấu trúc tổ chức bài thi và câu hỏi

Một phần của tài liệu tìm hiểu và xây dựng hệ thống framwork hỗ trợ các hình thức trắc nghiệm (Trang 35 - 38)

2.2.3.1 Cấutrúcchung assessment section section assessmentItem assessmentItem assessmentItem

Hình2-3Cấutrúcbàithitrongđặctả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àithi

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âuhỏi

Câu hỏi được gọi là assessmentItem.

13

Vídụ:cấutrúcXMLcủa1câuhỏitrôngcódạngnhưsau: <?xml version="1.0" encoding="UTF-8"?>

<assessmentItem identifier="choiceMultiple" title="Composit ion 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="sing le"

baseType="integer"/> <itemBody>

<choiceInteraction responseIdentifier="MR01" shuffle=" true"

maxChoices="0">

<prompt>Which of the following elements are used to f orm

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/rptemp lates/map_respon se"/> </assessmentItem> 14

Chương 3 Phân loại câu hỏi trắc nghiệm (adsbygoogle = window.adsbygoogle || []).push({});

Theo như chuẩn IMSQTI, các câu hỏitrắ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âuhỏ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 interactioncon,tương ứngvớitừngloạicâuhỏicụthể.

IMSQTI cũng đưa ra khái niệm về choice, đó chính là các phương án trả lời haycáclựachọn củacâuhỏi. choicecũng làmộtlớptổng quátbêntrên,dưới nólà cáclớpcontùythuộcchotừngloạicâuhỏi.

3.1 Sơđồ lớp interaction3.1.1 interaction

Một phần của tài liệu tìm hiểu và xây dựng hệ thống framwork hỗ trợ các hình thức trắc nghiệm (Trang 35 - 38)