gradingform_rubric_levels

0 rows


Description

Stores the columns of the rubric grid.

Columns

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

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

Indexes

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

Relationships