displaySetting property

String? displaySetting
getter/setter pair

Indicates who can see the overall grade.. Possible string values are:

  • "DISPLAY_SETTING_UNSPECIFIED" : No setting specified. This is never returned.
  • "SHOW_OVERALL_GRADE" : Shows overall grade in the gradebook and student profile to both teachers and students.
  • "HIDE_OVERALL_GRADE" : Does not show overall grade in the gradebook or student profile.
  • "SHOW_TEACHERS_ONLY" : Shows the overall grade to teachers in the gradebook and student profile. Hides from students in their student profile.

Implementation

core.String? displaySetting;