mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Merge branch 'MDL-65296' of https://github.com/timhunt/moodle
This commit is contained in:
commit
7b43eea8bc
@ -106,6 +106,9 @@ abstract class question_definition {
|
||||
/** @var boolean whethre this question has been deleted/hidden in the question bank. */
|
||||
public $hidden = 0;
|
||||
|
||||
/** @var string question idnumber. */
|
||||
public $idnumber;
|
||||
|
||||
/** @var integer timestamp when this question was created. */
|
||||
public $timecreated;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user