- Source:
Members
abbreviatedTitle :string
The abbreviated title of this reporting term, for use in smaller spaces.
Type:
- string
id :number
The ID of this reporting term.
Type:
- number
sortOrder :number
A number to use to sort this reporting term among others.
Type:
- number
suppressGrades :boolean
Whether or not to supress showing grades from this reporting term.
Type:
- boolean
suppressPercents :boolean
Whether or not to supress showing grade percentages from this reporting term.
Type:
- boolean
termID :number
The ID of this reporting term's term.
Type:
- number
title :string
The title of this reporting term.
Type:
- string
Methods
getFinalGrades() → {Array.<PowerSchoolFinalGrade>}
Get the final grades returned from this reporting term.
Returns:
- Type
- Array.<PowerSchoolFinalGrade>
getTerm() → {PowerSchoolTerm}
Get the term this reporting term is from.
Returns:
- Type
- PowerSchoolTerm