studentquiz / moodle-mod_studentquiz

Moodle-Plugin
GNU General Public License v3.0
38 stars 37 forks source link

mod/studentquiz:changestate does not work without mod/studentquiz:manage #466

Open abonaccorso opened 10 months ago

abonaccorso commented 10 months ago

Hi,

We are currently running Moodle 4.1.4. and student quiz version 5.1.0 (2022122200). Unfortunately I have no possibility to test on a more current installation.

This morning we had a request from one of our lecturers who wanted his non-editing teachers to be able to change the state of a question students handed in via student quiz. Searching the student quiz permissions I came accross "mod/studentquiz:changestate", which I thought would do the trick. But when I logged in as a non-editing teacher and tried to change the status of a question, I got the following error

image

After some testing back and forth I found that non-editing teachers can be granted the permissions to change the state of a question ONLY when they are granted the permissions to delete and edit questions "mod/studentquiz:manage".

To me this seems a bug

Best, Antonia

oucnelson commented 10 months ago

Thanks for reporting. That does sound like a bug, so we'll look into this as soon as we can.