Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GradebookSettings

import type { GradebookSettings } from "https://googleapis.deno.dev/v1/classroom:v1.ts";

The gradebook settings for a course. See the help center article for details.

interface GradebookSettings {
calculationType?: "CALCULATION_TYPE_UNSPECIFIED" | "TOTAL_POINTS" | "WEIGHTED_CATEGORIES";
displaySetting?:
| "DISPLAY_SETTING_UNSPECIFIED"
| "SHOW_OVERALL_GRADE"
| "HIDE_OVERALL_GRADE"
| "SHOW_TEACHERS_ONLY";
gradeCategories?: GradeCategory[];
}

§Properties

§
calculationType?: "CALCULATION_TYPE_UNSPECIFIED" | "TOTAL_POINTS" | "WEIGHTED_CATEGORIES"
[src]

Indicates how the overall grade is calculated.

§
displaySetting?: "DISPLAY_SETTING_UNSPECIFIED" | "SHOW_OVERALL_GRADE" | "HIDE_OVERALL_GRADE" | "SHOW_TEACHERS_ONLY"
[src]

Indicates who can see the overall grade..

§
gradeCategories?: GradeCategory[]
[src]

Grade categories that are available for coursework in the course.