View Source GoogleApi.Classroom.V1.Model.RubricGrade (google_api_classroom v0.22.0)

A rubric grade set for the student submission. There is at most one entry per rubric criterion.

Attributes

  • criterionId (type: String.t, default: nil) - Optional. Criterion ID.
  • levelId (type: String.t, default: nil) - Optional. Optional level ID of the selected level. If empty, no level was selected.
  • points (type: float(), default: nil) - Optional. Optional points assigned for this criterion, typically based on the level. Levels might or might not have points. If unset, no points were set for this criterion.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Classroom.V1.Model.RubricGrade{
  criterionId: String.t() | nil,
  levelId: String.t() | nil,
  points: float() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.