• Resolved gella2002

    (@gella2002)


    Hello, is it possible to display answers horizontally below the question, not vertically?
    Also, is it possible to make repeating answers in a quiz, I mean every question in a quiz uses the same answers, which are set only once?
    Thank you!

    https://wordpress.org/plugins/watu/

Viewing 1 replies (of 1 total)
  • Plugin Author Bob

    (@prasunsen)

    Certainly you can do it with CSS. Something like this:

    .watu_question div {
    float:left;
    max-width: 100px;
    }

    div.question-content {
    width: 100% !important;
    clear: both;
    }

    Not tested so it may need adjusting.

    The second question – sorry, no.

Viewing 1 replies (of 1 total)
  • The topic ‘Horizontal display of answers?’ is closed to new replies.