packbackbooks / lti-1-3-php-library

A library used for building IMS-certified LTI 1.3 tool providers in PHP.
Apache License 2.0
39 stars 25 forks source link

Add gradesReleased to LtiLineItem #106

Closed JonathanGawrych closed 1 year ago

JonathanGawrych commented 1 year ago

Summary of Changes

"gradesReleased" is a new feature of the Assignment and Grade Services 2.0 as of January 24th, 2023. This just adds the property to the line item model so that it may be retreived/set

Testing