Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Quiz Attempt Response |
||||
courseId | uuid | 2147483647 | √ | null |
|
|
The ID of the Course associated with the Quiz Attempt Response |
|||
userId | uuid | 2147483647 | √ | null |
|
|
The ID of the User associated with the Quiz Attempt Response |
|||
topicId | uuid | 2147483647 | √ | null |
|
|
The ID of the Topic associated with the Quiz Attempt Response |
|||
topicType | varchar | 16 | null |
|
|
The topic type of the Quiz Attempt Response |
||||
quizAttemptId | uuid | 2147483647 | null |
|
|
The ID of the Quiz Attempt associated with the Quiz Attempt Response |
||||
question | varchar | 2048 | √ | null |
|
|
The question of the Quiz Attempt Response |
|||
answer | varchar | 2048 | √ | null |
|
|
The answer of the Quiz Attempt Response |
|||
correct | bool | 1 | true |
|
|
The correct of the Quiz Attempt Response |
||||
createdAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Quiz Attempt Response was created |
|||
questionId | uuid | 2147483647 | √ | null |
|
|
Foreign key relating this response back to the parent Question |
|||
order | int4 | 10 | √ | null |
|
|
Order index of the Quiz Attempt Response |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
quizAttemptResponses_pkey | Primary key | Asc | id |
quizAttemptResponses_courseId_idx | Performance | Asc | courseId |
quizAttemptResponses_questionId_idx | Performance | Asc | questionId |
quizAttemptResponses_quizAttemptId_idx | Performance | Asc | quizAttemptId |
quizAttemptResponses_topicId_idx | Performance | Asc | topicId |
quizAttemptResponses_userId_idx | Performance | Asc | userId |