mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-62708 question: Add idnumbers to question and question category
This commit is contained in:
parent
6902f39141
commit
6189fda47f
24 changed files with 502 additions and 13 deletions
|
@ -170,6 +170,7 @@ class test_question_maker {
|
|||
|
||||
$q->id = 0;
|
||||
$q->category = 0;
|
||||
$q->idnumber = null;
|
||||
$q->parent = 0;
|
||||
$q->questiontextformat = FORMAT_HTML;
|
||||
$q->generalfeedbackformat = FORMAT_HTML;
|
||||
|
@ -190,6 +191,7 @@ class test_question_maker {
|
|||
|
||||
$qdata->id = 0;
|
||||
$qdata->category = 0;
|
||||
$qdata->idnumber = null;
|
||||
$qdata->contextid = 0;
|
||||
$qdata->parent = 0;
|
||||
$qdata->questiontextformat = FORMAT_HTML;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue