gradingform_guide_criteria

0 rows


Description

Stores the rows of the criteria grid.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
gradingform_guide_fillings.criterionid gradguidfill_cri2_fkR
definitionid BIGINT 19 null
grading_definitions.id gradguidcrit_def2_fkR

The ID of the form definition this criterion is part of

sortorder BIGINT 19 null

Defines the order of the criterion in the guide

shortname VARCHAR 255

shortname of this criterion

description LONGTEXT 2147483647 null

The criterion description for students

descriptionformat TINYINT 3 null

The format of the description field

descriptionmarkers LONGTEXT 2147483647 null

Description for Markers

descriptionmarkersformat TINYINT 3 null
maxscore DECIMAL 10,5 null

maximum grade that can be assigned using this criterion

Indexes

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

Relationships