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

An answer to a question represented as text.

Attributes

  • value (type: String.t, default: nil) - Output only. The answer value. Formatting used for different kinds of question: ChoiceQuestion RADIO or DROP_DOWN: A single string corresponding to the option that was selected. CHECKBOX: Multiple strings corresponding to each option that was selected. TextQuestion: The text that the user entered. ScaleQuestion: A string containing the number that was selected. DateQuestion Without time or year: MM-DD e.g. "05-19" With year: YYYY-MM-DD e.g. "1986-05-19" With time: MM-DD HH:MM e.g. "05-19 14:51" With year and time: YYYY-MM-DD HH:MM e.g. "1986-05-19 14:51" TimeQuestion: String with time or duration in HH:MM format e.g. "14:51" RowQuestion within QuestionGroupItem: The answer for each row of a QuestionGroupItem is represented as a separate Answer. Each will contain one string for RADIO-type choices or multiple strings for CHECKBOX choices.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.