Skip to main content
Module

x/gesso/src/mod.ts>LiveAssessments

A TypeScript API client for Canvas LMS
Latest
class LiveAssessments
extends BaseApi
import { LiveAssessments } from "https://deno.land/x/gesso@v0.1.2/src/mod.ts";

Constructors

new
LiveAssessments(config: Configuration)

Methods

createLiveAssessmentResults(
course_id: string,
assessment_id: string,
body?: unknown,
): Promise<Scope>
createOrFindLiveAssessment(course_id: string, body?: unknown): Promise<Scope>
listLiveAssessmentResults(
course_id: string,
assessment_id: string,
params?: ListLiveAssessmentResultsParams,
body?: unknown,
): Promise<Result>
listLiveAssessments(course_id: string, body?: unknown): Promise<Assessment>