ACTIVITY_PASS_FAIL_GRADES

0 rows


Description

Your organization’s defined activity pass fail grades

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVITY_PASS_FAIL_GRADE_ID int 4 null
TRANSACTIONS.PASS_OR_FAIL_GRADE_ID Defined in XML R

The activity grade ID

ACTIVITY_PASS_FAIL_GRADE_NAME varchar 20 null

The activity grade name

ACTIVITY_PASS_FAIL_GRADE_DESCRIPTION varchar 50 null

The activity grade description

IS_FAIL varchar 5 null

Whether this activity grade is considered to be a failing grade (Yes/No)

INCLUDE_IN_GPA_CALCULATION varchar 5 null

Whether this activity grade should be included in a GPA calculation (Yes/No)

QUALITY_POINTS money 21,4 null

The number of points that this activity grade should provide for a GPA calculation

IS_RETIRED varchar 5 null

Whether this activity grade has been retired from further use (Yes/No)

ROW_VERSION binary 8 null

System timestamp (for internal use)

LAST_SYNC_TIME datetime 16,3 (getdate())

Date and time Hub record was last modified

ACTIVE_HUB_PROCESS_ID bigint 8 null

The Hub sync process ID

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

Indexes

Constraint Name Type Sort Column(s)
ACTIVITY_PASS_FAIL_GRADES_ACTIVITY_PASS_FAIL_GRADE_ID_ORG_ID_PK Primary key Asc/Asc ACTIVITY_PASS_FAIL_GRADE_ID + ORG_ID
ACTIVITY_PASS_FAIL_GRADES_ROW_VERSION_IX Performance Asc ROW_VERSION

Relationships