mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-47494 ddimageortext: Images in questions now work in quiz attempts.
This commit is contained in:
parent
303bf01902
commit
7368987a5f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue