PGCategories, 94 (ver3.6.1)
The categories a teacher has entered to classify their assignments such as Homework, Labs, or Essays.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
Abbreviation | 3.6.1 | Varchar(15) | A shorter version of the name of this assignment category for quick reference, what appears in the spreadsheet. |
DCID | 4.0.0 | Number(10,0) | Unique identifier for this table. Indexed. Required. |
DefaultPtsPoss | 3.6.1 | Float | The default points possible for the assignments in this category. Defaults to 0. |
Description | 3.6.1 | CLOB | A more detailed description of this assignment category than the name. This is optional. |
ID | 3.6.1 | Number(10,0) | Sequential number generated by the application, but uniqueness in the table is not guaranteed. Indexed. |
Name | 3.6.1 | Varchar(50) | The name of this assignment category such as Labs. |
SectionID | 3.6.1 | Number(10,0) | The internal number and ID of the associated Sections record. |
Unused1 | 3.6.1 | Number(10,0) | Currently unused field. |