| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
GradebookSettings |
GradebookSettings.clone() |
GradebookSettings |
Course.getGradebookSettings()
The gradebook settings that specify how a student's overall grade for the course will be
calculated and who it will be displayed to.
|
GradebookSettings |
GradebookSettings.set(String fieldName,
Object value) |
GradebookSettings |
GradebookSettings.setCalculationType(String calculationType)
Indicates how the overall grade is calculated.
|
GradebookSettings |
GradebookSettings.setDisplaySetting(String displaySetting)
Indicates who can see the overall grade..
|
GradebookSettings |
GradebookSettings.setGradeCategories(List<GradeCategory> gradeCategories)
Grade categories that are available for coursework in the course.
|
| Modifier and Type | Method and Description |
|---|---|
Course |
Course.setGradebookSettings(GradebookSettings gradebookSettings)
The gradebook settings that specify how a student's overall grade for the course will be
calculated and who it will be displayed to.
|
Copyright © 2011–2022 Google. All rights reserved.