<question type="category">
<category>
<text>$course$/Default for Scratch/input_samples</text>
-
</category>
</question>
</name>
<questiontext format="html">
<text><![CDATA[<p>Type in {@ta@}.<br></p><p>[[input:ans1]]</p><div>[[validation:ans1]]</div>]]></text>
-
<text></text>
</generalfeedback>
<defaultgrade>1.0000000</defaultgrade>
public function test_xmlimport_of_wrong_file() {
$xml = file_get_contents(__DIR__ . '/sample_questions_wrong.xml');
$this->expectException('xml_format_exception');
- $this->expectExceptionMessage('Error parsing XML: Mismatched tag at line 20, char 23');
+ $this->expectExceptionMessage('Error parsing XML: Mismatched tag at line 18, char 23');
$xmlnew = xmlize($xml, 1, "UTF-8", true);
}
}