View Source GoogleApi.Forms.V1.Model.Grid (google_api_forms v0.2.1)

A grid of choices (radio or check boxes) with each row constituting a separate question. Each row has the same choices, which are shown as the columns.

Attributes

  • columns (type: GoogleApi.Forms.V1.Model.ChoiceQuestion.t, default: nil) - Required. The choices shared by each question in the grid. In other words, the values of the columns. Only CHECK_BOX and RADIO choices are allowed.
  • shuffleQuestions (type: boolean(), default: nil) - If true, the questions are randomly ordered. In other words, the rows appear in a different order for every respondent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.Grid{
  columns: GoogleApi.Forms.V1.Model.ChoiceQuestion.t() | nil,
  shuffleQuestions: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.