Skip to main content
Skip table of contents

GradeCalculationType (ver10.0.0)

This table defines the grade calculation formula for a reporting term. Individual item weights can be found in the GradeCalcFormulaWeight table.

Column Name

Initial Version

Data Type

Description

Abbreviation

10.0.0

Varchar2(6)

The abbreviated name for the term. Required. Indexed.

DropLowScoreOption

10.0.0

Varchar2(30)

The drop lowest score by category can be set even if the calculation type is "Total Points" or another type. Valid values: Drop Lowest Overall, Drop Lowest by Category, Null. Defaults to Null.

GradeCalculationTypeID

10.0.0

Number(16,0)

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

GradeFormulaSetID

10.0.0

Number(16,0)

Foreign key. Internal number for the associated GradeFormulaSet GradeFormulaSetID record. Required. Indexed.

IsAlternatePointsUsed

10.0.0

Number(1,0)

Indicates whether alternate points are to be used. Valid values: 1=Yes, 0=No. Defaults to 0. Required.

IsCalcFormulaEditable

10.0.0

Number(1,0)

Indicates if the teacher can edit the calculation formula by reporting term. Valid values: 1=Yes, 0=No, Null. Defaults to Null.

IsDropLowStudentFavor

10.0.0

Number(1,0)

Indicates whether the selected drop score will be adjusted to favor the students final grade. Valid values: 1=Yes, 0=No. Defaults to 0.

IsDropScoreEditable

10.0.0

Number(1,0)

Indicates if the teacher can edit the drop score by reporting term. Valid values: 1=Yes, 0=No, Null. Defaults to Null.

IsNoGrade

10.0.0

Number(1,0)

Indicates there is not a grade. Valid values: 1=Yes (No grade), 0=Grade. Defaults to 0. Required.

StoreCode

10.0.0

Varchar2(10)

The code used to represent this grade level to term ID and school ID. Required.

Type

10.0.0

Varchar2(30)

The type associated with one of the grading elements. Valid values: Total_Points, Term_Weighting, Standards_Weighting, Category_Weighting, Mix_and_Match, and None - No Course Grade. Defaults to Total_Points.

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.

YearID

10.0.0

Number(10,0)

A number representing which year the term belongs to. Required. Indexed.

JavaScript errors detected

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

If this problem persists, please contact our support.