Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/gesso/types/params.ts>CreateNewGradingStandardParams

A TypeScript API client for Canvas LMS
Latest
interface CreateNewGradingStandardParams
import { type CreateNewGradingStandardParams } from "https://deno.land/x/gesso@v0.1.2/types/params.ts";

Properties

optional
title: string

The title for the Grading Standard.

optional
gradingschemeentryname: string

The name for an entry value within a GradingStandard that describes the range of the value e.g. A-

optional
gradingschemeentryvalue: number

The value for the name of the entry within a GradingStandard. The entry represents the lower bound of the range for the entry. This range includes the value up to the next entry in the GradingStandard, or 100 if there is no upper bound. The lowest value will have a lower bound range of 0. e.g. 93