grading_areas

0 rows


Description

Identifies gradable areas where advanced grading can happen.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
grading_definitions.areaid graddefi_are2_fkR
contextid BIGINT 19 null
context.id gradarea_con2_fkR

The context of the gradable area, eg module instance context.

component VARCHAR 100

Frankenstyle name of the component holding this area

areaname VARCHAR 100

The name of gradable area

activemethod VARCHAR 100 null

The default grading method (plugin) that should be used for this area

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
gradarea_con4_ix Performance Asc contextid
gradarea_concomare2_uix Must be unique Asc/Asc/Asc contextid + component + areaname

Relationships