Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @thunderous71

    1. The blank ranking looks like a bug, I’ll try to get a fix in for this soon! In the mean while, you should be able to disable the score as a percentage option to resolve it.

    2. To get the radio buttons aligned, add the the following to the bottom of your theme’s style.css file:

    `.slickQuizWrapper input, .slickQuizWrapper input + label {
    display: inline-block;
    margin: 0;
    vertical-align: baseline;
    line-height: 25px;
    }`

    3. Currently, there is a top scores widget available, but not a shortcode or anything that can be placed on a post or page.

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @thunderous71 – Check out 1.3.6.1 for a fix for the percentage / ranking issue!

    Let me know if you have any more trouble!

    Thread Starter Thunderous71

    (@thunderous71)

    Yay, thanks for the fix so quickly and the code has fixed the alignment issue too!

    Thanks again!

    Hi, a quick follow up – when you’re saying you get a blank score, I suspect I’m getting the same thing, even on version 1.3.6.1.

    In my quiz, if people click an answer and simply “next”, they get a blank result, while when they first click “check my answer”, the result gets recorded.

    Ideas?

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @benjaminaker Sounds like your theme might have some styles that are making the “next” button appear when it shouldn’t. Can you send me a link to demo page where I can see what’s happening?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Results NULL, Buttons misaligned, Scoreboard’ is closed to new replies.