id |
BIGINT |
19 |
|
√ |
null |
gradings.answer_id
|
fk_submissions_answer_id_answers_id C
|
|
|
|
participant_id |
BIGINT |
19 |
|
|
null |
|
results.participant_id
|
fk_answers_participant_id_attempt_id_item_id_results C
|
|
|
attempt_id |
BIGINT |
19 |
|
|
null |
|
results.attempt_id
|
fk_answers_participant_id_attempt_id_item_id_results C
|
|
|
item_id |
BIGINT |
19 |
|
|
null |
|
results.item_id
|
fk_answers_participant_id_attempt_id_item_id_results C
|
|
|
author_id |
BIGINT |
19 |
|
|
null |
|
users.group_id
|
fk_answers_author_id_users_group_id C
|
|
|
type |
enum('Submission', 'Saved', 'Current') |
10 |
|
|
null |
|
|
'Submission' for answers submitted for grading, 'Saved' for manual backups of answers, 'Current' for automatic snapshots of the latest answers (unique for a user on an attempt) |
state |
MEDIUMTEXT |
16777215 |
√ |
|
null |
|
|
Saved state (sent by the task platform) |
answer |
MEDIUMTEXT |
16777215 |
√ |
|
null |
|
|
Saved answer (sent by the task platform) |
created_at |
DATETIME |
19 |
|
|
null |
|
|
Submission time |