We're looking to integrate our webapp as an LTI Tool Consumer to Moodle in LTI Tool mode. I have a couple of questions about the GradeSync task that posts grades back that need to be answered so that I can create the endpoint for the task.
1. What is the format of the grade data sent back? Does it post each individual's grades separately or all together?
2. What kind of authentication can I use in my service endpoint? I'm using LTI 1.1 for the SSO crossover - posting an authentication hash that's calculated using Oauth 1.0. Can I expect the same method (Oauth 1 authentication hash using the same shared secret as SSO) for the grades being posted to my endpoint?
Let me know if this question needs to be split up into two different ones.