Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
companyid | varchar | 36 | √ | null |
|
|
The ID of the learning site |
||||
id | varchar | 36 | null |
|
|
Unique Identifier of the LTI Attempt |
|||||
courseid | varchar | 36 | √ | null |
|
|
The courseid of the LTI Attempt |
||||
userid | varchar | 36 | √ | null |
|
|
The userid of the LTI Attempt |
||||
topicid | varchar | 36 | √ | null |
|
|
The topicid of the LTI Attempt |
||||
topictype | varchar | 32 | √ | null |
|
|
The topictype of the LTI Attempt |
||||
resultscore | float8 | 17,17 | √ | null |
|
|
The resultscore of the LTI Attempt |
||||
createdat | timestamp | 29,6 | √ | ('now'::text)::timestamp with time zone |
|
|
The date and time the LTI Attempt was created |
||||
updatedat | timestamp | 29,6 | √ | ('now'::text)::timestamp with time zone |
|
|
The date and time the LTI Attempt was created |