Moodle XML 实际支持的其它题型
		
		
		
		跳转到导航
		跳转到搜索
		
在帮助文档列出的题型之外,Moodle XML还支持两类题型
| 题型 | Moodle XML 名称 | Moodle 题库中的英文名称 | 
|---|---|---|
| 选词填空题 | gapselect | Select missing words | 
| 拖放填空题 | ddwtos | Drag and drop into text | 
选词填空题
  <question type="gapselect">
    <name>
      <text>【题目类型】</text>
    </name>
    <questiontext format="moodle_auto_format">
      <text>【题目类型】题干(正确选项[[1]],正确选项[[3]])</text>
    </questiontext>
    <defaultgrade>1.0000000</defaultgrade>
    <shuffleanswers>1</shuffleanswers>
    <shownumcorrect/>
    <selectoption>
      <text>选项1</text>
      <group>1</group>
    </selectoption>
    <selectoption>
      <text>选项2</text>
      <group>1</group>
    </selectoption>
    <selectoption>
      <text>选项3</text>
      <group>2</group>
    </selectoption>
    <selectoption>
      <text>选项4</text>
      <group>2</group>
    </selectoption>  
  </question>
例如:
组词成句
  <question type="ddwtos">
    <name>
      <text>组词成句</text>
    </name>
    <questiontext format="html">
      <text><![CDATA[<p>使用给出的词语组成句子,每个只能使用一次:</p>
<p>[[1]]  [[2]]  [[3]]  <span>[[4]]  [[5]]</span></p>]]></text>
    </questiontext>
    <generalfeedback format="html">
      <text></text>
    </generalfeedback>
    <defaultgrade>1.0000000</defaultgrade>
    <penalty>0.3333333</penalty>
    <hidden>0</hidden>
    <shuffleanswers>1</shuffleanswers>
    <correctfeedback format="html">
      <text><![CDATA[<p>你的回答正确</p>]]></text>
    </correctfeedback>
    <partiallycorrectfeedback format="html">
      <text><![CDATA[<p>你的回答部分正确</p>]]></text>
    </partiallycorrectfeedback>
    <incorrectfeedback format="html">
      <text><![CDATA[<p>你的回答不正确</p>]]></text>
    </incorrectfeedback>
    <shownumcorrect/>
    <dragbox>
      <text>今天</text>
      <group>1</group>
    </dragbox>
    <dragbox>
      <text>天气</text>
      <group>1</group>
    </dragbox>
    <dragbox>
      <text>真</text>
      <group>1</group>
    </dragbox>
    <dragbox>
      <text>是</text>
      <group>1</group>
    </dragbox>
    <dragbox>
      <text>热</text>
      <group>1</group>
    </dragbox>
  </question>
选词填空
  <question type="ddwtos">
    <name>
      <text>选词填空</text>
    </name>
    <questiontext format="html">
      <text><![CDATA[<p>他[[1]]赌博。  </p>
<p>这个题[[4]]困难</p>]]></text>
    </questiontext>
    <generalfeedback format="html">
      <text></text>
    </generalfeedback>
    <defaultgrade>1.0000000</defaultgrade>
    <penalty>0.3333333</penalty>
    <hidden>0</hidden>
    <shuffleanswers>0</shuffleanswers>
    <correctfeedback format="html">
      <text><![CDATA[<p>你的回答正确</p>]]></text>
    </correctfeedback>
    <partiallycorrectfeedback format="html">
      <text><![CDATA[<p>你的回答部分正确</p>]]></text>
    </partiallycorrectfeedback>
    <incorrectfeedback format="html">
      <text><![CDATA[<p>你的回答不正确</p>]]></text>
    </incorrectfeedback>
    <shownumcorrect/>
    <dragbox>
      <text>嗜好</text>
      <group>1</group>
    </dragbox>
    <dragbox>
      <text>爱好</text>
      <group>1</group>
    </dragbox>
    <dragbox>
      <text>毫无</text>
      <group>2</group>
    </dragbox>
    <dragbox>
      <text>毫不</text>
      <group>2</group>
    </dragbox>
  </question>
拖放填空题
  <question type="ddwtos">
    <name>
      <text>【题目类型】</text>
    </name>
    <questiontext format="moodle_auto_format">
      <text>【题目类型】题干</text>
    </questiontext>
    <shuffleanswers>1</shuffleanswers>
    <dragbox>
      <text>选项1</text>
      <group>1</group>
    </dragbox>
    <dragbox>
      <text>选项2</text>
      <group>1</group>
    </dragbox>
    <dragbox>
      <text>选项3</text>
      <group>1</group>
    </dragbox>
  </question>
例如:
完形填空
  <question type="gapselect">
    <name>
      <text>完形填空</text>
    </name>
    <questiontext format="html">
      <text><![CDATA[<p>【选词填空】</p>
<p>阅览室规则<br />凡入室阅览者,一律凭[[2]]身份证领取座位号[[8]]入座。<br />………… ××图书馆<br /> ×年×月<br /><br /></p>]]></text>
    </questiontext>
    <generalfeedback format="html">
      <text><![CDATA[<p><br /><br /></p>]]></text>
    </generalfeedback>
    <defaultgrade>1.0000000</defaultgrade>
    <penalty>0.3333333</penalty>
    <hidden>0</hidden>
    <shuffleanswers>1</shuffleanswers>
    <correctfeedback format="html">
      <text><![CDATA[<p>你的回答正确</p>]]></text>
    </correctfeedback>
    <partiallycorrectfeedback format="html">
      <text><![CDATA[<p>你的回答部分正确</p>]]></text>
    </partiallycorrectfeedback>
    <incorrectfeedback format="html">
      <text><![CDATA[<p>你的回答不正确</p>]]></text>
    </incorrectfeedback>
    <shownumcorrect/>
    <selectoption>
      <text>别人</text>
      <group>1</group>
    </selectoption>
    <selectoption>
      <text>本人</text>
      <group>1</group>
    </selectoption>
    <selectoption>
      <text>人们</text>
      <group>1</group>
    </selectoption>
    <selectoption>
      <text>大人</text>
      <group>1</group>
    </selectoption>
    <selectoption>
      <text>找到</text>
      <group>2</group>
    </selectoption>
    <selectoption>
      <text>随便</text>
      <group>2</group>
    </selectoption>
    <selectoption>
      <text>自愿</text>
      <group>2</group>
    </selectoption>
    <selectoption>
      <text>对号</text>
      <group>2</group>
    </selectoption>
  </question>