Annoto Widget API - v3.65.0
    Preparing search index...

    Interface IOutcomes<T>

    interface IOutcomes<T extends LtiOutcomeType = LtiOutcomeType> {
        integrationKey?: string;
        isExpected?: boolean;
        lti?: ILtiOutcomeMap[T];
    }

    Type Parameters

    Index

    Properties

    integrationKey?: string

    integration key provided by Annoto during setup required if lti object is provided

    isExpected?: boolean

    if set to true, outcome passback support is expected for the activity, and if not present via this config (or other means), a warning to user will be shown notifying of potential issue with passing back grades to 3d party platform (such as LMS)

    true
    

    LTI outcomes parameters provided by the platform during launch