Skip to main content

Submit Score

The Assignment & Grades endpoint tools call to post a grade. You never call this — LTIAAS relays it to your Service URL as a SCORE_POST service request, and passes your status code straight back to the tool.

Requires an access token with the GRADES_WRITE scope.

Path Parameters
    contextId string required

    The URL-encoded context identifier — the same context value you supplied when starting the launch.

    Example: 2022CSEa5e6c431b91
    lineItemId string required

    The line item identifier your Service URL assigned.

    Example: 412
Request Body required
    userId string required
    activityProgress string required

    Possible values: [Initialized, Started, InProgress, Submitted, Completed]

    How far the user has got with the activity.

    gradingProgress string required

    Possible values: [FullyGraded, Pending, PendingManual, Failed, NotReady]

    How far the tool has got with grading it.

    comment string
    scoreGiven number

    Optional — a score may report progress without a grade.

    scoreMaximum number

    Required whenever scoreGiven is present.

Responses

Score accepted. The exact status is whatever your Service URL returned.

Loading...

All trademarks, logos, and service marks displayed on this website are the property of their respective owners. LTIAAS is a trademark of GatherAct, LLC, doing business as LTIAAS. Learning Tools Interoperability (LTI)® and LTI® are trademarks of 1EdTech Consortium, Inc. LTIAAS is not affiliated with, endorsed or sponsored by 1EdTech Consortium, Inc. or by any other owners of third-party trademarks used on this website. LTIAAS is not responsible for the content, quality, or accuracy of any websites linked to or from this website that are not owned by LTIAAS. If you have any questions or concerns about the use of any trademarks or content on this website, please contact us.