assign_overrides

0 rows


Description

The overrides to assign settings.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
assignid BIGINT 19 0
assign.id assiover_ass2_fkR

Foreign key references assign.id

groupid BIGINT 19 null
groups.id assiover_gro2_fkR

Foreign key references groups.id. Can be null if this is a per-user override.

userid BIGINT 19 null
user.id assiover_use2_fkR

Foreign key references user.id. Can be null if this is a per-group override.

sortorder BIGINT 19 null

Rank for sorting overrides.

allowsubmissionsfromdate BIGINT 19 null

Time at which students may start attempting this assign. Can be null, in which case the assign default is used.

duedate BIGINT 19 null

Time by which students must have completed their attempt. Can be null, in which case the assign default is used.

cutoffdate BIGINT 19 null

Time by which students must have completed their attempt. Can be null, in which case the assign default is used.

timelimit BIGINT 19 null

Time limit in seconds. Can be null, in which case the quiz default is used.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
assiover_ass2_ix Performance Asc assignid
assiover_gro2_ix Performance Asc groupid
assiover_use2_ix Performance Asc userid

Relationships