GoogleApi.Forms.V1.Model.Grade (google_api_forms v0.5.0)
View SourceGrade information associated with a respondent's answer to a question.
Attributes
-
correct(type:boolean(), default:nil) - Output only. Whether the question was answered correctly or not. A zero-point score is not enough to infer incorrectness, since a correctly answered question could be worth zero points. -
feedback(type:GoogleApi.Forms.V1.Model.Feedback.t, default:nil) - Output only. Additional feedback given for an answer. -
score(type:float(), default:nil) - Output only. The numeric score awarded for the answer.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Forms.V1.Model.Grade{ correct: boolean() | nil, feedback: GoogleApi.Forms.V1.Model.Feedback.t() | nil, score: float() | nil }