This table is an extension of the StoredGrades table.
|
Column Name |
Version |
Data Type |
Description |
|---|---|---|---|
|
StoredGradesDCID |
15.11.0 |
Number(10,0) |
Primary key that relates the extended table to the [StoredGrades] table. |
|
MarkNotRequired |
15.11.0 |
Number(1,0) |
Indicates the course associated with this stored grade record does not receive a grade or a mark. Migrates from [StoredGrades]MA_marknotrequired. |
|
NoPercent |
15.11.0 |
Number(1,0) |
Indicates the course associated with this stored grade record receives a Pass/Fail mark but not a numeric/percentage grade. Migrates from [StoredGrades]MA_nopercent. |
|
State_ExcludeFromReporting |
15.11.0 |
Number(1,0) |
Indicates whether or not this stored grade record is excluded from state reporting (1 = excluded). Migrates from [StoredGrades]MA_exclude_mark_from_scs. |
|
Ungraded |
15.11.0 |
Number(1,0) |
Indicates whether or not the course associated with this stored grade record is an ungraded course. Migrates from [StoredGrades]MA_ungraded. |