| Package | Description |
|---|---|
| com.google.api.services.forms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Grading |
Grading.clone() |
Grading |
Question.getGrading()
Grading setup for the question.
|
Grading |
Grading.set(String fieldName,
Object value) |
Grading |
Grading.setCorrectAnswers(CorrectAnswers correctAnswers)
Required.
|
Grading |
Grading.setGeneralFeedback(Feedback generalFeedback)
The feedback displayed for all answers.
|
Grading |
Grading.setPointValue(Integer pointValue)
Required.
|
Grading |
Grading.setWhenRight(Feedback whenRight)
The feedback displayed for correct responses.
|
Grading |
Grading.setWhenWrong(Feedback whenWrong)
The feedback displayed for incorrect responses.
|
| Modifier and Type | Method and Description |
|---|---|
Question |
Question.setGrading(Grading grading)
Grading setup for the question.
|
Copyright © 2011–2025 Google. All rights reserved.