[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/question/type/truefalse/tests/fixtures/ -> testquestion.moodle.xml (source)

   1  <?xml version="1.0" encoding="UTF-8"?>
   2  <quiz>
   3  <!-- question: 0  -->
   4    <question type="category">
   5      <category>
   6          <text>$course$/Test questions</text>
   7  
   8      </category>
   9    </question>
  10  
  11  <!-- question: 115000  -->
  12    <question type="truefalse">
  13      <name>
  14        <text>true-false-001</text>
  15      </name>
  16      <questiontext format="html">
  17        <text>The answer is true.</text>
  18      </questiontext>
  19      <generalfeedback format="html">
  20        <text>You should have selected true.</text>
  21      </generalfeedback>
  22      <defaultgrade>1.0000000</defaultgrade>
  23      <penalty>1.0000000</penalty>
  24      <hidden>0</hidden>
  25      <answer fraction="100" format="moodle_auto_format">
  26        <text>true</text>
  27        <feedback format="html">
  28          <text>This is the right answer.</text>
  29        </feedback>
  30      </answer>
  31      <answer fraction="0" format="moodle_auto_format">
  32        <text>false</text>
  33        <feedback format="html">
  34          <text>This is the wrong answer.</text>
  35        </feedback>
  36      </answer>
  37    </question>
  38  
  39  </quiz>


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1