Show / Hide Table of Contents

Class ChoiceQuestion

A radio/checkbox/dropdown question.

Inheritance
object
ChoiceQuestion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class ChoiceQuestion : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Options

Required. List of options that a respondent must choose from.

Declaration
[JsonProperty("options")]
public virtual IList<Option> Options { get; set; }
Property Value
Type Description
IList<Option>

Shuffle

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.

Declaration
[JsonProperty("shuffle")]
public virtual bool? Shuffle { get; set; }
Property Value
Type Description
bool?

Type

Required. The type of choice question.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX