Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | CHAR | 36 | null |
|
|
||||||
| content_id | CHAR | 36 | null |
|
|
||||||
| response | TEXT | 65535 | √ | null |
|
|
|||||
| response_type | enum('image', 'video', 'audio', 'text', 'mcq', 'document') | 8 | √ | null |
|
|
|||||
| learning_activity_id | CHAR | 36 | null |
|
|
||||||
| ple_content_card_id | CHAR | 36 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| content_card_id_content_response_foreign | Performance | Asc | ple_content_card_id |
| content_id_content_response_foreign | Performance | Asc | content_id |
| learning_activity_id_content_response_foreign | Performance | Asc | learning_activity_id |

