question_usages table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
contextid | BIGINT | 19 | null |
|
|
Every question usage must be associated with some context. |
||||
component | VARCHAR | 255 |
|
|
The plugin this attempt belongs to, e.g. 'mod_quiz', 'block_questionoftheday', 'filter_embedquestion'. |
|||||
preferredbehaviour | VARCHAR | 32 |
|
|
The archetypal behaviour that should be used for question attempts in this usage. |
Table contained -1 rows
question_usages table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
quesusag_con_ix | Performance | Asc | contextid |