Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProctoringServiceSaveSettingsMessage

A message event that tells an integration that the settings have been saved for a given assessment. Indicates that the integration should read its settings portal's state and save it off.

Ultra expects the integration to reply with a IProctoringServiceSaveSettingsMessageResponse within 5 seconds or an error will be displayed to the user.

Hierarchy

Index

Properties

contentId

contentId: string

The id of the content who's configuration is being saved

correlationId

correlationId: string

A unique id used to correlate a message sent by the extension framework and a response message from the extension.

courseId

courseId: string

The id of the course the content belongs to.

enabled

enabled: boolean

The enablement state of proctoring on the assessment

proctoringPlacementHandle

proctoringPlacementHandle: string

The proctoring placement unique handle. This should be the handle that was registered when creating the LTI placement.

timeout

timeout: number

The amount of time the integration has to respond to this message.

type

type: "proctoring-service:settings-saved"

Generated using TypeDoc