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

A single correct answer for a question. For multiple-valued (CHECKBOX) questions, several CorrectAnswers may be needed to represent a single correct response option.

Attributes

  • value (type: String.t, default: nil) - Required. The correct answer value. See the documentation for TextAnswer.value for details on how various value types are formatted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.CorrectAnswer{value: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.