Outcome
outcome_calculation_method_created
Definition: The event is emitted anytime a new outcome_calculation_method is created by an end user or API request.
Trigger: Triggered when a new outcome_calculation_method is saved.
Payload Example:
Event Body Schema
outcome_calculation_method_id
The Canvas id of the outcome calculation method.
context_type
The type of context the outcome calculation method is used in.
context_id
The id of the context the outcome calculation method is used in.
workflow_state
Workflow state of the outcome calculation method. E.g active, deleted.
calculation_int
Defines the variable value used by the calculation_method. Included only if calculation_method uses it.
calculation_method
The method used to calculate student score.
outcome_calculation_method_updated
Definition: The event is emitted anytime an outcome_calculation_method is updated by an end user or API request.
Trigger: Triggered when an outcome_calculation_method is updated.
Payload Example:
Event Body Schema
outcome_calculation_method_id
The Canvas id of the outcome calculation method.
context_type
The type of context the outcome calculation method is used in.
context_id
The id of the context the outcome calculation method is used in.
workflow_state
Workflow state of the outcome calculation method. E.g active, deleted.
calculation_int
Defines the variable value used by the calculation_method. Included only if calculation_method uses it.
calculation_method
The method used to calculate student score.
This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated