scormattemptresponses

115453613 rows


Description

SCORM Attempt Response created by the User

Columns

Column Type Size Nulls Auto Default Children Parents Comments
companyid varchar 36 null
companies.id scormattemptresponses_companyid_fkey1 R

The ID of the learning site

id varchar 36 null

Unique Identifier of the SCORM Attempt Response

courseid varchar 36 null
courses.id scormattemptresponses_courseid_fkey1 R

The courseid of the SCORM Attempt Response

userid varchar 36 null
users.id scormattemptresponses_userid_fkey R

The userid of the SCORM Attempt Response

topicid varchar 36 null

The topicid of the SCORM Attempt Response

scormattemptid varchar 36 null
scormattempts.id scormattemptresponses_scormattemptid_fkey1 R

The scormattemptid of the SCORM Attempt Response

questiondescription varchar 65535 null

The question of the SCORM Attempt Response

studentresponse varchar 65535 null

The answer of the SCORM Attempt Response

result varchar 16 null

The result of the SCORM Attempt Response

createdat timestamp 29,6 ('now'::text)::timestamp with time zone

The date and time the SCORM Attempt Response was created

updatedat timestamp 29,6 ('now'::text)::timestamp with time zone

The date and time the SCORM Attempt Response was created

licenseid varchar 36 null
questionid varchar 65535 null
statusgroup varchar 256 null
statusgroupupdatedat timestamp 29,6 null

Relationships