Class: PowerSchoolReportingTerm

PowerSchoolReportingTerm

A PowerSchool reporting term. Marks are divided and given out in reporting terms.

Members

abbreviatedTitle :string

The abbreviated title of this reporting term, for use in smaller spaces.
Type:
  • string
Source:

id :number

The ID of this reporting term.
Type:
  • number
Source:

sortOrder :number

A number to use to sort this reporting term among others.
Type:
  • number
Source:

suppressGrades :boolean

Whether or not to supress showing grades from this reporting term.
Type:
  • boolean
Source:

suppressPercents :boolean

Whether or not to supress showing grade percentages from this reporting term.
Type:
  • boolean
Source:

termID :number

The ID of this reporting term's term.
Type:
  • number
Source:

title :string

The title of this reporting term.
Type:
  • string
Source:

Methods

getFinalGrades() → {Array.<PowerSchoolFinalGrade>}

Get the final grades returned from this reporting term.
Source:
Returns:
Type
Array.<PowerSchoolFinalGrade>

getTerm() → {PowerSchoolTerm}

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