We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When adding a question to a normal quiz, you cannot delete it fully. When trying to delete it, you get a warning, that the questions used in a quiz.
It would be nice if moodle keeps a copy of everything added to a CAPQuiz and gives a warning if you try to delete it.
An alternative would be that CAPQuiz automatic removes deleted questions from the CAPQuiz.
The text was updated successfully, but these errors were encountered:
I agree that this is an issue. It should wait until we have something working for Moodle 4.
Sorry, something went wrong.
This is discussed here: https://moodle.org/mod/forum/discuss.php?d=412117#p1667722 Allegedly, the code to prevent accidental deletion, as implemented by the Quiz module, is here: https://github.com/moodle/moodle/blob/master/mod/quiz/lib.php#L1438
New discussion here: https://moodle.org/mod/forum/discuss.php?d=446228 This seems to be tricky to do, until a new API has been created for the purpose in qbank.
No branches or pull requests
When adding a question to a normal quiz, you cannot delete it fully.
When trying to delete it, you get a warning, that the questions used in a quiz.
It would be nice if moodle keeps a copy of everything added to a CAPQuiz and gives a warning if you try to delete it.
An alternative would be that CAPQuiz automatic removes deleted questions from the CAPQuiz.
The text was updated successfully, but these errors were encountered: