jcrodriguez-dis / moodle-mod_vpl

Virtual Programming Lab for Moodle (Module)
GNU General Public License v3.0
98 stars 85 forks source link

Support userid parameter for mod_vpl_evaluate and mod_vpl_get_result #138

Closed FeldrinH closed 10 months ago

FeldrinH commented 1 year ago

The mod_vpl_open webservice function recently got support for a userid parameter, allowing graders to access any student's results through the webservice API.

It would be nice if support of the userid parameter was extended to mod_vpl_evaluate, to make it possible to automatically trigger reevaluation of all student submissions from an external service.

(My particular need is that I have an external service that manages and provides test cases to a test script that runs in VPL and I would like to be able to automatically trigger reevaluation of all submissions in VPL when test cases in the external service are updated)

jcrodriguez-dis commented 1 year ago

The upcoming VPL release will include the addition of the userid parameter in the mod_vpl_evaluate, mod_vpl_save, and mod_vpl_get_result functions.

jcrodriguez-dis commented 10 months ago

Resolved in VPL 4.1.1