GRADEBOOKSPECIALCHARACTER

Table of special characters used for grading assignments in gradebook.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

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) yes 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.

Foreign Keys

Foreign Key Field Type Null Notes Description
FACULTYID uniqueidentifier yes FACULTY.ID The faculty who created the special character.
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.

Indexes

Index Name Fields Unique Primary Clustered
IX_GRADEBOOKSPECIALCHARACTER_DATEADDED DATEADDED yes
IX_GRADEBOOKSPECIALCHARACTER_DATECHANGED DATECHANGED
PK_GRADEBOOKSPECIALCHARACTER ID yes yes

Triggers

Trigger Name Description
TR_GRADEBOOKSPECIALCHARACTER_AUDIT_UPDATE
TR_GRADEBOOKSPECIALCHARACTER_AUDIT_DELETE