moodleou / moodle-qtype_oumultiresponse

A multiple-choice, multiple response question type for Moodle, with particular scoring rules.
12 stars 20 forks source link

Bug: Checkmarks are placed within the text #8

Closed Kathrin84 closed 5 years ago

Kathrin84 commented 6 years ago

Hi,

in Moodle 3.5 the checkmarks the user sees after his answers have been validated do not have an margin and they are place within the text: ou_multi_bc

A possible solution is to add a margin to the icon:

.oumultiresponse.deferredfeedback .icon {
    margin-left: 1rem;
}

Best, Kathrin

timhunt commented 5 years ago

Thank you very much for reporting this problem.

In fact, I went for a slighly different fix, based on what they did for qtype_multichoice in Moodle core.

Kathrin84 commented 5 years ago

Hi Tim,

thank you very much for fixing this issue.

Best, Kathrin