MDL-52964 Qtype: Add behat tests to core question types
[moodle.git] / question / type / description / tests / fixtures / testquestion.moodle.xml
blobb605d828c5e2790409ba985feb950e54c4b41c62
1 <?xml version="1.0" encoding="UTF-8"?>
2 <quiz>
3 <!-- question: 0  -->
4   <question type="category">
5     <category>
6         <text>$course$/Default for C1</text>
8     </category>
9   </question>
11 <!-- question: 115000  -->
12   <question type="description">
13     <name>
14       <text>description-001</text>
15     </name>
16     <questiontext format="html">
17       <text>Instructions about the following questions.</text>
18     </questiontext>
19     <generalfeedback format="html">
20       <text>Why actually the field 'General feedback' used in this qytype?</text>
21     </generalfeedback>
22     <defaultgrade>0.0000000</defaultgrade>
23     <penalty>0.0000000</penalty>
24     <hidden>0</hidden>
25   </question>
27 </quiz>