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.
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.
Thanks, with that little tidbit of info I was able to make the changes I needed.