scormAttempts


Description

Scorm Attempts created by learners

Columns

Column Type Size Nulls Auto Default Children Parents Comments
companyId uuid 2147483647 null
companies.id scormAttempts_companyId_fkeyC

The ID of the learning site

id uuid 2147483647 null
scormAttemptResponses.scormAttemptId scormAttemptResponses_scormAttemptId_fkeyC

Unique Identifier of the Scorm Attempt

courseId uuid 2147483647 null
courses.id scormAttempts_courseId_fkeyC

The ID of the Course associated with the Scorm Attempt

userId uuid 2147483647 null
users.id scormAttempts_userId_fkeyC

The ID of the User associated with the Scorm Attempt

topicId uuid 2147483647 null
topics.id scormAttempts_topicId_fkeyC

The ID of the Topic associated with the Scorm Attempt

topicType varchar 32 null

The topic type of the Scorm Attempt

completionStatus varchar 16 null

The completion status of the Scorm Attempt

rawScore int4 10 null

The raw score of the Scorm Attempt

minScore int4 10 null

The min score of the Scorm Attempt

maxScore int4 10 null

The max score of the Scorm Attempt

passed bool 1 false

Indicates if the Scorm Attempt was passed

createdAt timestamp 29,6 null

The date and time the Scorm Attempt was created

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
scormAttempts_pkey Primary key Asc id
scormAttempts_courseId_idx Performance Asc courseId
scormAttempts_topicId_idx Performance Asc topicId
scormAttempts_userId_idx Performance Asc userId

Relationships