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

Simple Quiz feature #42

Open
wants to merge 1 commit into
base: MOODLE_38_STABLE
Choose a base branch
from

Conversation

petermAprende
Copy link

We have a large moodle site with some courses haveing ~1.5k students. We've found that the queries against the mdl_question_attempts table are too slow. This request adds a setting that changes the query to instead see if the sumgrade has been set for the quiz attempt. This drastically speeds things up and reduces memory usage.

I assume I'll need to do some revisions (and write some tests), but I wanted to get this on your radar ASAP.

Thoughts?

This adds an option of a faster way of determining if a quiz needs grading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant