Skip to main content
Skip table of contents

PGScores, 96 (ver3.6.1)

The actual students assignment scores in PowerGrade much like SectionScores but a record per assignment instead of all in a BLOB field.

Column Name

Initial Version

Data Type

Description

Comment_Value

3.6.1

CLOB

Any comments the teacher provided for this assignment grade.

Note: Renamed in (ver5.2.0).

DCID

4.0.0

Number(10,0)

Unique identifier for this table. Indexed. Required.

Grade

3.6.1

Varchar(7)

Actual letter grade given for this assignment.

ID

3.6.1

Number(10,0)

Sequential number generated by the application, but uniqueness in the table is not guaranteed. Indexed.

PGAssignmentsID

3.6.1

Number(10,0)

The internal number for the PGAssignment's record with which this record is associated. Indexed.

Percent

3.6.1

Float

The percentage grade earned at the time for this assignment in number format. Indexed.

PercentStr

3.6.1

Varchar(7)

The percentage grade earned at the time for this assignment in string format. Indexed.

Score

3.6.1

Float

The score received for the assignment in number format.

ScoreStr

3.6.1

Varchar(7)

The score received for the assignment in string format.

StudentID

3.6.1

Number(10,0)

The internal number and ID of the associated Students record.

Unused1

3.6.1

Number(10,0)

Currently unused field.

JavaScript errors detected

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

If this problem persists, please contact our support.