Grade received by a student for a specific Student Class Meeting Group and Marking Column
Fields
Field |
Field Type |
Null |
Notes |
Description |
GRADETYPECODE
|
tinyint
|
false
|
|
1=Grade, 2=Numeric
|
GRADETYPE
|
nvarchar(7) (Computed)
|
true
|
|
Provides a translation for the 'GRADETYPECODE' field.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
NUMERICGRADE
|
decimal(14, 2)
|
false
|
|
The numeric grade received.
|
GRADEISBLANK
|
int (Computed)
|
true
|
|
When true, indicates that no grade is stored on this record.
|
NUMERICGRADEVALUE
|
decimal(14, 2) (Computed)
|
true
|
|
The numeric grade received. Returns null if grade is letter grade or blank.
|