Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions created for mod_studentquiz not counted #125

Open
t-schroeder opened this issue Aug 5, 2021 · 1 comment
Open

Questions created for mod_studentquiz not counted #125

t-schroeder opened this issue Aug 5, 2021 · 1 comment

Comments

@t-schroeder
Copy link
Contributor

t-schroeder commented Aug 5, 2021

We use https://github.com/studentquiz/moodle-mod_studentquiz/ and when students create questions through that plugin those events are not counted because the edulevel is 1 (teaching) and not 2 (participating). That restriction is not configurable, it seems:

} else if ($event->edulevel !== \core\event\base::LEVEL_PARTICIPATING) {
// Ignore events that are not participating.
return;

One way to solve this would be to allow events with other edulevels. Another way would be for mod_studentquiz to somehow create those events with edulevel == participating.

Corresponding issue in mod_studentquiz: studentquiz/moodle-mod_studentquiz#326

@FMCorz
Copy link
Owner

FMCorz commented Aug 6, 2021

Hi @t-schroeder,

Thank you for reporting this. As your analysis showed, only events of participating level are counted. We made the decision a long time ago to filter those as to make it easier to get started with Level up! and because in 99% of cases other or teaching events are not relevant to students.

We suggest to first re-evaluate whether the educational level of the event in mod_studentquiz is truly teaching, in most cases students actions should be considered participative when they are acting as students.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants