aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/qtype_sample_algebra.xml
blob: ec3f81a74aad4be574404cc2e8d92c977e21560e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<quiz>
<!-- question: 0  -->
  <question type="category">
    <category>
        <text>$course$/Default for course1</text>

    </category>
  </question>

<!-- question: 45  -->
  <question type="algebra">
    <name>
      <text>Derive</text>
    </name>
    <questiontext format="html">
      <text><![CDATA[<p>What is the derivative of the function \(f(x) = x^2\) ?<br></p>]]></text>
    </questiontext>
    <generalfeedback format="html">
      <text><![CDATA[<p>Generalfeedback: 2*x is the correct answer.<br></p>]]></text>
    </generalfeedback>
    <defaultgrade>1.0000000</defaultgrade>
    <penalty>0.3333333</penalty>
    <hidden>0</hidden>
    <compareby>eval</compareby>
    <tolerance>0.001</tolerance>
    <nchecks>10</nchecks>
    <disallow>  <text></text>
</disallow>
    <allowedfuncs></allowedfuncs>
    <answerprefix>  <text>f(x) = </text>
</answerprefix>
    <answer fraction="100" format="moodle_auto_format">
      <text>2*x</text>
      <feedback format="html">
        <text><![CDATA[<p>Correct.<br></p>]]></text>
      </feedback>
    </answer>
    <answer fraction="0" format="moodle_auto_format">
      <text>x</text>
      <feedback format="html">
        <text><![CDATA[<p>It seems that you forgot something.<br></p>]]></text>
      </feedback>
    </answer>
<variable name="x">
    <min>-5</min>
    <max>5</max>
</variable>
  </question>

</quiz>