| Package | Description |
|---|---|
| com.google.api.services.forms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Question |
Question.clone() |
Question |
QuestionItem.getQuestion()
Required.
|
Question |
Question.set(String fieldName,
Object value) |
Question |
Question.setChoiceQuestion(ChoiceQuestion choiceQuestion)
A respondent can choose from a pre-defined set of options.
|
Question |
Question.setDateQuestion(DateQuestion dateQuestion)
A respondent can enter a date.
|
Question |
Question.setFileUploadQuestion(FileUploadQuestion fileUploadQuestion)
A respondent can upload one or more files.
|
Question |
Question.setGrading(Grading grading)
Grading setup for the question.
|
Question |
Question.setQuestionId(String questionId)
Read only.
|
Question |
Question.setRatingQuestion(RatingQuestion ratingQuestion)
A respondent can choose a rating from a pre-defined set of icons.
|
Question |
Question.setRequired(Boolean required)
Whether the question must be answered in order for a respondent to submit their response.
|
Question |
Question.setRowQuestion(RowQuestion rowQuestion)
A row of a QuestionGroupItem.
|
Question |
Question.setScaleQuestion(ScaleQuestion scaleQuestion)
A respondent can choose a number from a range.
|
Question |
Question.setTextQuestion(TextQuestion textQuestion)
A respondent can enter a free text response.
|
Question |
Question.setTimeQuestion(TimeQuestion timeQuestion)
A respondent can enter a time.
|
| Modifier and Type | Method and Description |
|---|---|
List<Question> |
QuestionGroupItem.getQuestions()
Required.
|
| Modifier and Type | Method and Description |
|---|---|
QuestionItem |
QuestionItem.setQuestion(Question question)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
QuestionGroupItem |
QuestionGroupItem.setQuestions(List<Question> questions)
Required.
|
Copyright © 2011–2025 Google. All rights reserved.