Gradingform Rubric Levels Table Schema (gradingform_rubric_levels)


Description

Stores the columns of the rubric grid.

gradingform_rubric_levels table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
criterionid BIGINT 19 null
gradingform_rubric_criteria.id gradrubrleve_cri2_fk R

The rubric criterion we are level of

score DECIMAL 10,5 null

The score for this level

definition LONGTEXT 2147483647 null

The optional text describing the level

definitionformat BIGINT 19 null

The format of the definition field

Table contained -1 rows

gradingform_rubric_levels table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
gradrubrleve_cri_ix Performance Asc criterionid

gradingform_rubric_levels table relationships