Select missing words question type display issue Moodle 3.8

Select missing words question type display issue Moodle 3.8

Yvette Drager發表於
Number of replies: 2

Hi everyone,

I am having a display anomaly in a clients Moodle quiz within a course. 

I have run the same Select missing words question type quiz question on my Moodle cloud site and can not replicate the display problem, both sites are using the same Moodle 3.8 version.

in my MoodleCloud site the 'Select missing words question type' displays like this (as I expected it would):

Clients select missing words question displaying incorrectly




Whereas in my clients site the 'Select missing words question type' displays like this:

Client question displaying correctly in Moodle cloud site






The HTML were identical as were the number of choices.

HTML screen shot of question

<h4>Complete the following sentences about the handling and transport of infectious linen by selecting the correct words from the drop-down boxes.</h4><p>Wear appropriate PPE such as 1 and 2.<br>Ensure minimal handling of soiled linen to decrease 3 in the air.<br>Place soiled linen in 4 as per organisational procedures.<br>Transport used linen in an 5.</p>

NOTE: HTML above the square brackets have automatically been formatted by Moodle so please also refer to screen shot for correct version of HTML.

Any ideas as to why the exact same question is displaying different on the two sites would be extremely welcome. 

Thanks in advance

Yvette

評比平均分數: -
In reply to Yvette Drager

Re: Select missing words question type display issue Moodle 3.8

Tim Hunt發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
I am guessing that someone has added some CSS like

select {
width: 100%;
}

somewhere, without thinking it through. Web browser developer tools might help you find where. Might also be worth checking Admin -> Appearence -> Theme settings -> Additional HTML.
評比平均分數:Useful (2)
In reply to Tim Hunt

Re: Select missing words question type display issue Moodle 3.8

Yvette Drager發表於
Awsome, thanks Tim,

I will jump into the Admin console and have a dig around, now I know what I should be looking for.

Cheers
Y