Web Service for LTI/Grade

Web Service for LTI/Grade

by debo sotnas -
Number of replies: 1

[SPECIFIC QUESTION]

How can I create a service for LTI-Grading ? (if it's neccesary)

[COMPLETE SCENARIO]

I'm follow these guides talking about "how to create web service":

http://docs.moodle.org/dev/Creating_a_web_service_client
http://ojulearning.es/2011/05/conectividad-de-moodle-2-0-con-sistemas-externos-web-services/

I've an external content loaded by using "External Tools"/"LTI Consumer" and I need that from my external content call to moodle to save an specific score (into gradebook).

External Tools, send to my external content (when External Tools is loaded) the follow end point:
http://moodle.mysite.com/mod/lti/service.php

How can consume this service ? To create a token to consume, I need a service name, but I can't found and I can't create that token.

Can you help me please ?

Thanks in advance

---------------------------------------------

POST-EDIT: I've seen that http://docs.moodle.org/dev/Web_services_Roadmap present the "mod_assign_save_grade" function but I have 2.5.2 moodle version, without this "mod_assign_save_grade", exist other approach/way that can I do that I need ?

 

Average of ratings: -
In reply to debo sotnas

Re: Web Service for LTI/Grade

by Abhi puri -

Hi Debo, were you able to figure this out? I am trying to do the same