MDL-79279 qformat_xml: multianswer import should support idnumber

Fix suggested by Georg Maißer.
This commit is contained in:
Tim Hunt
2023-10-03 20:42:23 +01:00
parent 48d464516a
commit eff2ee3103
2 changed files with 4 additions and 0 deletions
@@ -1588,6 +1588,7 @@ END;
</generalfeedback>
<penalty>0.5</penalty>
<hidden>0</hidden>
<idnumber>id-101</idnumber>
<hint format="html">
<text>Hint 1</text>
</hint>
@@ -1612,6 +1613,7 @@ END;
$expectedqa->name = 'Simple multianswer';
$expectedqa->qtype = 'multianswer';
$expectedqa->questiontext = 'Complete this opening line of verse: "The {#1} and the {#2} went to sea".';
$expectedqa->idnumber = 'id-101';
$expectedqa->generalfeedback =
'General feedback: It\'s from "The Owl and the Pussy-cat" by Lear: "The owl and the pussycat went to sea".';
$expectedqa->defaultmark = 2;