update grades via webservices

update grades via webservices

by Joscha Zander -
Number of replies: 2

Hi,

i am  working on some python scripts to make a moodle course manageable in excel sheets vie REST webservices. I implemented scripts:

 - add groups to a course

 - delete those groups

 - get groups of a course including all members of each group

 - get all grades of these members


Currently i am searching a way to send grades back to moodle.

Is that even possible for manual grade items?


 

Average of ratings: -
In reply to Joscha Zander

Re: update grades via webservices

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Hello,

Sorry I don't know anything about updating grades via web services, however I thought I'd just make sure you've seen the documentation on various ways of importing grades into Moodle: Grade import.

In reply to Helen Foster

Re: update grades via webservices

by Joscha Zander -

Yes i have seen these and i am missing an excel-file template there (f.e.). I think most of the documentation lacks basic information on important work flows and features. But thanks for your answer anyway.