MDL-47494 ddimageortext: Images in questions now work in quiz attempts.

This commit is contained in:
Tim Hunt 2011-02-09 20:33:51 +00:00
parent 303bf01902
commit 7368987a5f

View file

@ -62,6 +62,7 @@ class qtype_ddwtos_test extends UnitTestCase {
$dd = new stdClass; $dd = new stdClass;
$dd->id = 0; $dd->id = 0;
$dd->category = 0; $dd->category = 0;
$dd->contextid = 0;
$dd->parent = 0; $dd->parent = 0;
$dd->questiontextformat = FORMAT_HTML; $dd->questiontextformat = FORMAT_HTML;
$dd->generalfeedbackformat = FORMAT_HTML; $dd->generalfeedbackformat = FORMAT_HTML;