Gradingform Rubric Criteria Table Schema (gradingform_rubric_criteria)


Description

Stores the rows of the rubric grid.

gradingform_rubric_criteria table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
gradingform_rubric_fillings.criterionid gradrubrfill_cri2_fk R
gradingform_rubric_levels.criterionid gradrubrleve_cri2_fk R
definitionid BIGINT 19 null
grading_definitions.id gradrubrcrit_def2_fk R

The ID of the form definition this criterion is part of

sortorder BIGINT 19 null

Defines the order of the criterion in the rubric

description LONGTEXT 2147483647 null

The criterion description

descriptionformat TINYINT 3 null

The format of the description field

Table contained -1 rows

gradingform_rubric_criteria table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
gradrubrcrit_def_ix Performance Asc definitionid

gradingform_rubric_criteria table relationships