mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +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
|
@ -68,6 +68,7 @@ class qtype_match_test extends advanced_testcase {
|
|||
$q->stamp = make_unique_id_code();
|
||||
$q->version = make_unique_id_code();
|
||||
$q->hidden = 0;
|
||||
$q->idnumber = null;
|
||||
$q->timecreated = time();
|
||||
$q->timemodified = time();
|
||||
$q->createdby = $USER->id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue