gradingform_rubric_fillings

0 rows


Description

Stores the data of how the rubric is filled by a particular

Columns

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

The ID of the grading form instance

criterionid BIGINT 19 null
gradingform_rubric_criteria.id gradrubrfill_cri2_fkR

The ID of the criterion (row) in the rubric

levelid BIGINT 19 null

If a particular level was selected during the assessment, its ID is stored here

remark LONGTEXT 2147483647 null

Side note feedback regarding this particular criterion

remarkformat TINYINT 3 null

The format of the remark field

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
gradrubrfill_cri4_ix Performance Asc criterionid
gradrubrfill_ins4_ix Performance Asc instanceid
gradrubrfill_inscri2_uix Must be unique Asc/Asc instanceid + criterionid
gradrubrfill_lev2_ix Performance Asc levelid

Relationships