Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(60) |
|
Default = '' |
Name describing what the special character is used for. |
SHORTDESCRIPTION |
nvarchar(10) |
|
Default = '' |
Special characters to be used for grading. |
USEINCALCULATIONS |
bit |
|
Default = 0 |
Whether a grade marked with this character should be used in grade calculations. |
CANBEDROPPED |
bit |
|
Default = 0 |
Whether a grade marked with this character can be dropped. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
PERCENTOFGRADE |
tinyint |
|
Default = 0 |
The percent of the total assignment grade that should be given to an assignment marked with this character. |
ISREGISTRARCREATED |
bit |
|
Default = 0 |
Indicates this character was created by the registrar. |