Posts made by Joseph Rézeau

Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
If you can edit your course's visual theme, adding the following CSS rule at the end of one of its CSS files will hide the mark info. Of course, tech-savvy students will still be able to view that info by looking at the page source in their browser.

#mod-quiz-attempt #responseform .grade {display:none;}