| Package | Description |
|---|---|
| com.google.api.services.forms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ScaleQuestion |
ScaleQuestion.clone() |
ScaleQuestion |
Question.getScaleQuestion()
A respondent can choose a number from a range.
|
ScaleQuestion |
ScaleQuestion.set(String fieldName,
Object value) |
ScaleQuestion |
ScaleQuestion.setHigh(Integer high)
Required.
|
ScaleQuestion |
ScaleQuestion.setHighLabel(String highLabel)
The label to display describing the highest point on the scale.
|
ScaleQuestion |
ScaleQuestion.setLow(Integer low)
Required.
|
ScaleQuestion |
ScaleQuestion.setLowLabel(String lowLabel)
The label to display describing the lowest point on the scale.
|
| Modifier and Type | Method and Description |
|---|---|
Question |
Question.setScaleQuestion(ScaleQuestion scaleQuestion)
A respondent can choose a number from a range.
|
Copyright © 2011–2025 Google. All rights reserved.