| Package | Description |
|---|---|
| com.google.api.services.forms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ChoiceQuestion |
ChoiceQuestion.clone() |
ChoiceQuestion |
Question.getChoiceQuestion()
A respondent can choose from a pre-defined set of options.
|
ChoiceQuestion |
Grid.getColumns()
Required.
|
ChoiceQuestion |
ChoiceQuestion.set(String fieldName,
Object value) |
ChoiceQuestion |
ChoiceQuestion.setOptions(List<Option> options)
Required.
|
ChoiceQuestion |
ChoiceQuestion.setShuffle(Boolean shuffle)
Whether the options should be displayed in random order for different instances of the quiz.
|
ChoiceQuestion |
ChoiceQuestion.setType(String type)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
Question |
Question.setChoiceQuestion(ChoiceQuestion choiceQuestion)
A respondent can choose from a pre-defined set of options.
|
Grid |
Grid.setColumns(ChoiceQuestion columns)
Required.
|
Copyright © 2011–2025 Google. All rights reserved.