GoogleApi.Forms.V1.Model.QuizSettings (google_api_forms v0.5.0)
View SourceSettings related to quiz forms and grading. These must be updated with the UpdateSettingsRequest.
Attributes
-
isQuiz(type:boolean(), default:nil) - Whether this form is a quiz or not. When true, responses are graded based on question Grading. Upon setting to false, all question Grading is deleted.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Forms.V1.Model.QuizSettings{isQuiz: boolean() | nil}