Modifying format for multianswer questions

Modifying format for multianswer questions

by Quentin Finck -
Number of replies: 2
How and what do I modify that when a multianswer question pops up in the quiz that it reads Choose All That Apply instead of Choose At Least One. I'm running Moodle 1.8.
Average of ratings: -
In reply to Quentin Finck

Re: Modifying format for multianswer questions

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
All the text in Moodle is stored in 'Language packs' - that is how it is possible to run Moodle in French or English or ...

You can take advantage of this to achieve what you want. You just need to customise your language pack. You can do this in the admin screens under Language, Language editing. I think that string is in the file quiz.php.
In reply to Tim Hunt

Re: Modifying format for multianswer questions

by Quentin Finck -
Thanks, with that little tidbit of info I was able to make the changes I needed.