Class: PowerSchoolFinalGrade

PowerSchoolFinalGrade

An object representing the final grade in a PowerSchool course.

Members

comment :string

The teacher's comment for this grade, if available.
Type:
  • string
Source:

courseID :number

The identifier of the course this grade is from.
Type:
  • number
Source:

date :Date

The date this mark was stored, if available.
Type:
  • Date
Source:

grade :string

The grade received in this course, to be displayed.
Type:
  • string
Source:

id :number

The ID of this event.
Type:
  • number
Source:

percentage :number

The grade received in this course as a percentage (value from 0-1), if can be calculated.
Type:
  • number
Source:

reportingTermID :number

The identifier of the reporting term this grade is from.
Type:
  • number
Source:

Methods

getCourse() → {PowerSchoolCourse}

Get the course this grade is from.
Source:
Returns:
Type
PowerSchoolCourse

getReportingTerm() → {PowerSchoolReportingTerm}

Get the reporting term this grade is from.
Source:
Returns:
Type
PowerSchoolReportingTerm