PGCommentBank, 97 (ver3.6.1)
A set of Pre-defined comments the teacher gets for PowerGrade.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
Category | 3.6.1 | Varchar(30) | Category this comment belongs to, such as Report Cards. |
Code | 3.6.1 | Varchar(10) | A short abbreviation of this comments usually 2 or 3 letters such as EX for Excellent Work by Student. This is required and must be unique. Indexed. |
Comment_Value | 3.6.1 | CLOB | The actual comment set for this school/district, such as Excellent Work by Student. Although the length of this column is 4000, however the code only allows up to 500 Characters. Note: Renamed in version 5.2.0. |
DCID | 4.0.0 | Number(10,0) | Unique identifier for this table. Indexed. Required. |
ID | 3.6.1 | Number(10,0) | Sequential number generated by the application, but uniqueness in the table is not guaranteed. Indexed. |
SchoolID | 3.6.1 | Number(10,0) | The School_Number of the associated Schools record. |
Unused1 | 3.6.1 | Number(10,0) | Currently unused field. |