h5pactivity_attempts

0 rows


Description

Users attempts inside H5P activities

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
h5pactivity_attempts_results.attemptid h5paatteresu_att2_fkR
h5pactivityid BIGINT 19 null
h5pactivity.id h5paatte_h5p2_fkR
userid BIGINT 19 null
timecreated BIGINT 19 null
timemodified BIGINT 19 null
attempt MEDIUMINT 7 1
rawscore BIGINT 19 0
maxscore BIGINT 19 0
scaled DECIMAL 10,5 0.00000
duration BIGINT 19 0
completion BIT 1 null
success BIT 1 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
h5paatte_h5p4_ix Performance Asc h5pactivityid
h5paatte_h5ptim2_ix Performance Asc/Asc h5pactivityid + timecreated
h5paatte_h5puse2_ix Performance Asc/Asc h5pactivityid + userid
h5paatte_h5puseatt2_uix Must be unique Asc/Asc/Asc h5pactivityid + userid + attempt
h5paatte_tim2_ix Performance Asc timecreated

Relationships