Horizontal configuration for radio buttons in quiz

Horizontal configuration for radio buttons in quiz

by Nyree Williams -
Number of replies: 1

Hello

Can anyone tell me if this code is still relevant for making the quiz radio buttons horizontal, rather than vertical in Moodle 2.9?

I've tried adding it to the question's style.css, but it doesn't change the buttons

If you add to this definition the rule display:inline

.que.multichoice .answer div.r0,
.que.multichoice .answer div.r1 {
    padding: 0.3em;
    display: inline;
}

Which file should I change?

Any help gratefully received!

Nyree


Average of ratings: -
In reply to Nyree Williams

Re: Horizontal configuration for radio buttons in quiz

by Stefano Tirati -

Dear Nyree,

Did you manage to find a solution to your post?

Have you found the way to display horizontally radio button options in a quiz?

Many thanks for your feedback.

Stefano