| Package | Description |
|---|---|
| com.google.api.services.forms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Grid |
Grid.clone() |
Grid |
QuestionGroupItem.getGrid()
The question group is a grid with rows of multiple choice questions that share the same
options.
|
Grid |
Grid.set(String fieldName,
Object value) |
Grid |
Grid.setColumns(ChoiceQuestion columns)
Required.
|
Grid |
Grid.setShuffleQuestions(Boolean shuffleQuestions)
If `true`, the questions are randomly ordered.
|
| Modifier and Type | Method and Description |
|---|---|
QuestionGroupItem |
QuestionGroupItem.setGrid(Grid grid)
The question group is a grid with rows of multiple choice questions that share the same
options.
|
Copyright © 2011–2025 Google. All rights reserved.