mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +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
|
@ -58,6 +58,7 @@ class qtype_missing_test extends question_testcase {
|
|||
$questiondata->stamp = make_unique_id_code();
|
||||
$questiondata->version = make_unique_id_code();
|
||||
$questiondata->hidden = 0;
|
||||
$questiondata->idnumber = null;
|
||||
$questiondata->timecreated = 0;
|
||||
$questiondata->timemodified = 0;
|
||||
$questiondata->createdby = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue