You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If instructor accidently put in incorrect assignment ID in the LTI launch URL, there should an error showing when people are launching LTI using the URL. Otherwise, the grade sync may not work correctly.
Currently, it checks if the assignment exists but do not throw errors.
If instructor accidently put in incorrect assignment ID in the LTI launch URL, there should an error showing when people are launching LTI using the URL. Otherwise, the grade sync may not work correctly.
Currently, it checks if the assignment exists but do not throw errors.
Related code: https://github.com/ubc/compair/blob/master/compair/models/lti_models/lti_resource_link.py#L41
The text was updated successfully, but these errors were encountered: