gradingform_guide_fillings

0 rows


Description

Stores the data of how the guide is filled by a particular r

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
instanceid BIGINT 19 null
grading_instances.id gradguidfill_ins2_fkR

The ID of the grading form instance

criterionid BIGINT 19 null
gradingform_guide_criteria.id gradguidfill_cri2_fkR

The ID of the criterion (row) in the guide

remark LONGTEXT 2147483647 null

Side note feedback regarding this particular criterion

remarkformat TINYINT 3 null

The format of the remark field

score DECIMAL 10,5 null

The score assigned

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
gradguidfill_cri4_ix Performance Asc criterionid
gradguidfill_ins4_ix Performance Asc instanceid
gradguidfill_inscri2_uix Must be unique Asc/Asc instanceid + criterionid

Relationships