MC questions - answers crowding the buttons

MC questions - answers crowding the buttons

by Bill W. -
Number of replies: 1

I have been creating MC questions in Moodle 2.1 and, as created they tend to crowd close to the selection buttons. I have tried to add spaces but it maxes out at 3 spaces and won't allow any more. Also in order to copy paste this kludge, I have to add a close parenthesis or else the copy won't take.

There must be a better way to make the quiz look better. I have attached a jpg of the problem .... please note how close the questions crowd the button.

Thanks in advance for any assistance you may offer.

Average of ratings: -
In reply to Bill W.

Re: MC questions - answers crowding the buttons

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

The best way to adjust aspects of Moodle's layout is using CSS.

The best way to do that is to tweak the theme you are using. Alternatively, if you need a quick and dirty fix, you can add CSS using Admin -> Apearance -> Additional HTML.

The kind of rule you need is

.que.multichoice .ablock label { padding-left: 1em; }

If you need more help adding CSS, please ask.