Icon issue when reviewing quiz with Multiple Choice

Icon issue when reviewing quiz with Multiple Choice

by Chris Kenniburg -
Number of replies: 1
Picture of Particularly helpful Moodlers Picture of Plugin developers

  • Moodle 3.3
  • Boost and boost based themes
  • Multiple Choice Questions

Having an issue where the review icons (Correct & Incorrect icons) at the end of the questions are being pushed over the answers.  

It is related to this:

.que.multichoice .answer div.r0, .que.multichoice .answer div.r1 {
padding: .3em 0 .3em 25px;
text-indent: -25px;
}

and fixed with this:

.que.multichoice .answer div.r0, .que.multichoice .answer div.r1 {
padding: 0px;
text-indent: 0px;
}


But I am not sure what else this would change. 

Just want to bring it to attention so that it can be fixed in core.

Chris

Average of ratings: Useful (1)