Mass action on questions

Mass action on questions

од Jean-Marc Mienville -
Број на одговори: 2

Hi, I was wondering whether it's possible to apply a single action (e.g., change from abcd numbering to no numbering) to a whole group of quiz questions so as not to have to do it one question at a time.

Thank you

Просек на рејтинзи: -
Во одговорот до Jean-Marc Mienville

Re: Mass action on questions

од Tim Hunt -
Слика од Core developers Слика од Documentation writers Слика од Particularly helpful Moodlers Слика од Peer reviewers Слика од Plugin developers
This is not possible through the Moodle user interface.

If you are very careful, and don't screw up, then you may be able to do this sort of bulk update directly in the database - but if you screw that up you could cause serious data-loss. (But a typical query might UPDATE mdl_qtype_multichoice SET answernumbering = 'none' WHERE answernumbering = 'abcd' AND categoryid = ???).

If you try that, you need to be aware that the changes won't show up until you go to Admin -> Plugins -> Caching -> Configuration, and Purge the 'Question definitions' cache.