Members
assignmentID :number
The secondary ID of this assignment in the system.
Type:
- number
collected :boolean
Whether or not this assignment has been collected yet.
Type:
- boolean
comment :string
The teacher's comment on this assignment, if available.
Type:
- string
exempt :boolean
Whether or not the student is exempt from completing this assignment.
Type:
- boolean
gradeBookType :number
The grade book type for this assignment.
Type:
- number
id :number
The ID of this assignment.
Type:
- number
late :boolean
Whether or not this assignment is late.
Type:
- boolean
letterGrade :string
The letter grade received on this assignment (can be any string used for display of score).
Type:
- string
missing :boolean
Whether or not this assignment is missing.
Type:
- boolean
percentage :number
The score received on this assignment (as a percentage value from 0-1), if able to calculate.
Type:
- number
score :string
The score received on this assignment.
Type:
- string
scoreType :number
The scoring type used on this assignment.
Type:
- number
Methods
getAssignment() → {PowerSchoolAssignment}
Get the assignment this score was received on.