davosmith / moodle-checklist

Checklist plugin for Moodle - allows a teacher to create a checklist for their students to tick-off
GNU General Public License v3.0
24 stars 68 forks source link

API function for return the checklist items #116

Open C0-0k opened 8 months ago

C0-0k commented 8 months ago

Is there a way to simply return the checklist items via api call?

davosmith commented 8 months ago

There are only 2 webservices supported by this plugin: mod_checklist_update_student_comment + mod_checklist_update_item_state (these are the only things that the plugin itself needs to operate).

I'd be happy to review/merge a patch, if you wanted to send through some code to add an additional webservice to get the checklist items.