View Source GoogleApi.Forms.V1.Model.QuizSettings (google_api_forms v0.2.1)
Settings 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}
Functions
Unwrap a decoded JSON object into its complex fields.