View Source GoogleApi.Forms.V1.Model.ChoiceQuestion (google_api_forms v0.2.1)
A radio/checkbox/dropdown question.
Attributes
-
options
(type:list(GoogleApi.Forms.V1.Model.Option.t)
, default:nil
) - Required. List of options that a respondent must choose from. -
shuffle
(type:boolean()
, default:nil
) - Whether the options should be displayed in random order for different instances of the quiz. This is often used to prevent cheating by respondents who might be looking at another respondent's screen, or to address bias in a survey that might be introduced by always putting the same options first or last. -
type
(type:String.t
, default:nil
) - Required. The type of choice question.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Forms.V1.Model.ChoiceQuestion{ options: [GoogleApi.Forms.V1.Model.Option.t()] | nil, shuffle: boolean() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.