Skip to main content
Module

x/gesso/types/params.ts>EditAnOriginalityReportParams

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

Properties

optional
originalityreportoriginalityscore: number

A number between 0 and 100 representing the measure of the specified file's originality.

optional
originalityreportoriginalityreporturl: string

The URL where the originality report for the specified file may be found.

optional
originalityreportoriginalityreportfileid: number

The ID of the file within Canvas that contains the originality report for the submitted file provided in the request URL.

optional
originalityreporttoolsettingresourcetypecode: string

The resource type code of the resource handler Canvas should use for the LTI launch for viewing originality reports. If set Canvas will launch to the message with type 'basic-lti-launch-request' in the specified resource handler rather than using the originality_report_url.

optional
originalityreporttoolsettingresourceurl: string

The URL Canvas should launch to when showing an LTI originality report. Note that this value is inferred from the specified resource handler's message “path” value (See resource_type_code) unless it is specified. If this parameter is used a resource_type_code must also be specified.

optional
originalityreportworkflowstate: string

May be set to “pending”, “error”, or “scored”. If an originality score is provided a workflow state of “scored” will be inferred.

optional
originalityreporterrormessage: string

A message describing the error. If set, the “workflow_state” will be set to “error.”