Skip to main content
Skip table of contents

GradeCalcDropLowScore (ver10.0.0)

This table contains the settings to indicate how many low scores are to be dropped when calculating the final grade.

Column Name

Initial Version

Data Type

Description

DistrictTeacherCategoryID

10.0.0

Number(16,0)

Foreign key. Internal number for the associated DistrictTeacherCategory DistrictTeacherCategoryID record. This allows administrators to set up district category weights. Indexed.

DropLowScoreCount

10.0.0

Number(3,0)

Contains the number of low scores that should be dropped. Defaults to 1.

GradeCalcDropLowScoreID

10.0.0

Number(16,0)

Primary key. Unique sequential number generated by the application. Required. Indexed.

GradeCalculationTypeID

10.0.0

Number(16,0)

Foreign key. Internal number for the associated GradeCalculationType GradeCalculationTypeID record. Required. Indexed.

GroupIndicator

10.0.0

Number(3,0)

Indicates the grouping of items. Valid value is a number controlled by the application. Defaults to 0, which means all items will be considered an "AND" condition. All items keyed off of the same grade calculation option, with a value greater than 0, and having the same value, will be an "OR" condition. These "OR" items will store the same DropLowScoreCount, and will use that value to drop that number of low scores from the lowest of the "OR" items. Required.

TeacherCategoryID

10.0.0

Number(16,0)

Foreign key. Internal number for the associated TeacherCategory TeacherCategoryID record. Indexed.

WhenCreated

10.0.0

Timestamp(6)

Date and time the record was created. Defaults to system date. Required.

WhenModified

10.0.0

Timestamp(6)

Date and time the record was modified. Defaults to system date. Required.

WhoCreated

10.0.0

Varchar2(100)

The user login that created the record. Defaults to database user. Required.

WhoModified

10.0.0

Varchar2(100)

The user login that modified the record. Defaults to database user. Required.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.