-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
3.8.3
-
None
-
2020041701
-
MOODLE_38_STABLE
Hey guys.
I reported an issue with line breaks not working in my quizzes (https://tracker.moodle.org/browse/MDL-68842).
I believe that I've tracked the issue back to the ddmatch plugin, in the following file:
question\type\ddmatch\styles.css
Specifically line 119:
.qtext p br{display:none;}
This line appears to be effectively disabling the <br> tag from working when they are nested within <P> tags. This ended up affecting all of our question types, not just those in ddmatching.
After disabling this line and then clearing the theme cache, my quizzes are back to showing the correct formatting again.
Could you please implement this fix, if it hasn't been already? Cheers