GetStudentPlacementAssignmentsOutput

Student placement assignments response

  • assignments
    Type: array object[] ยท PlacementAssignmentOutput[]
    required

    Array of assignment objects

    Placement assignment information

    • assessmentLineItem
      Type: object
      required

      Assessment line item information

    • grade
      Type: object
      required

      Grade level information

    • id
      Type: stringFormat: uuid
      required

      Unique identifier for the assignment

    • result

      Result information (null if no result exists)

      • inProgress
        Type: boolean
        required

        Whether the result is still in progress

      • scoreStatus
        Type: string
        required

        Status of the score (e.g., fully graded, in progress)

      • score
        Type: number | null

        Score achieved (0-100 if fully graded)