Class Grid
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.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class Grid : IDirectResponseSchema
Properties
Columns
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.
Declaration
[JsonProperty("columns")]
public virtual ChoiceQuestion Columns { get; set; }
Property Value
Type | Description |
---|---|
ChoiceQuestion |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ShuffleQuestions
If true
, the questions are randomly ordered. In other words, the rows appear in a different order for
every respondent.
Declaration
[JsonProperty("shuffleQuestions")]
public virtual bool? ShuffleQuestions { get; set; }
Property Value
Type | Description |
---|---|
bool? |