moodle-theme_snap icon indicating copy to clipboard operation
moodle-theme_snap copied to clipboard

Tests display incorrectly

Open Farenheid opened this issue 7 months ago • 3 comments

Hello, Seems to be a problem with tests rendering: questions are narrowed and placed on the right side of the page. It becomes rather difficult to read and answer them. Questions should be placed under metadatas:

Image

Moodle 4.5 - Snap 4.5.4 - No CSS customization. Thanks.

Farenheid avatar Sep 20 '25 18:09 Farenheid

We also have this problem!

EdTechSavvy avatar Sep 25 '25 11:09 EdTechSavvy

It's to do with display: flex on class .que

You could add this to your custom css in the theme settings until it can be fixed?

.que {display: block;}

PickledKitty avatar Nov 17 '25 02:11 PickledKitty

THis fixed the problem. Thank you.

Farenheid avatar Nov 18 '25 06:11 Farenheid