You receive the list of responses of all the questions you replied. You should check that the field value contains the response you choose (in some cases, like multichoice questions, it will be and id)
Create or use an existing feedback with at least two questions in one unique page. It is recommend to use numeric, textfield or textarea questions.
As one student in the course, complete the feedback.
As admin, enable "Mobile services": Site administration ► Mobile app ► Mobile settings
Create a Token for the student user you used to reply the feedback.
Click on Site administration ► Plugins ► Web services ► Manage tokens
Next, you can do a CURL REST call simulating a WS client with the student user .
You need to replace the wstoken, feedbackid (the feedback instance value) and the URL of your moodle instance.
curl 'http://localhost/m/stable_master/webservice/rest/server.php?moodlewsrestformat=json' --data 'feedbackid=14&wsfunction=mod_feedback_get_finished_responses&wstoken=12a2a65aeea2a177055e233f9e303218&moodlewssettingfilter=true' | python -m "json.tool"
Confirm that
You receive the list of responses of all the questions you replied. You should check that the field value contains the response you choose (in some cases, like multichoice questions, it will be and id)
Return the list of finished responses
blocks
MDL-57822New Web Service mod_feedback_get_non_respondents
Closed
is blocked by
MDL-58227New feedback attempts create new entries in feedback_completed (instead resetting the last attempt)
Closed
MDL-58229New Web Service mod_feeback_get_unfinished_responses