Class: PowerSchoolAssignmentScore

PowerSchoolAssignmentScore

The score received for a PowerSchool assignment.

Members

assignmentID :number

The secondary ID of this assignment in the system.
Type:
  • number
Source:

collected :boolean

Whether or not this assignment has been collected yet.
Type:
  • boolean
Source:

comment :string

The teacher's comment on this assignment, if available.
Type:
  • string
Source:

exempt :boolean

Whether or not the student is exempt from completing this assignment.
Type:
  • boolean
Source:

gradeBookType :number

The grade book type for this assignment.
Type:
  • number
Source:

id :number

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

late :boolean

Whether or not this assignment is late.
Type:
  • boolean
Source:

letterGrade :string

The letter grade received on this assignment (can be any string used for display of score).
Type:
  • string
Source:

missing :boolean

Whether or not this assignment is missing.
Type:
  • boolean
Source:

percentage :number

The score received on this assignment (as a percentage value from 0-1), if able to calculate.
Type:
  • number
Source:

score :string

The score received on this assignment.
Type:
  • string
Source:

scoreType :number

The scoring type used on this assignment.
Type:
  • number
Source:

Methods

getAssignment() → {PowerSchoolAssignment}

Get the assignment this score was received on.
Source:
Returns:
Type
PowerSchoolAssignment