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

    (@jewlofthelotus)

    @zooeydog – can you send me a link to a page where I can see the problem happening?

    Thread Starter zooeydog

    (@zooeydog)

    Thank you so much for getting back to me!

    Aside from the totals not showing up correctly, now the plugin shows the entire quiz with answers all on one page.

    https://missoandfriends.com/pop-quiz-billy-sure-kid-entrepreneur/#

    Here is an example:

    Here are the correct answers to the questions, if you want to test the score part.

    BILLY SURE, KID ENTREPRENEUR
    Pop Quiz

    1. Billy Sure is the CEO of what company?

    a. Billy, Manny, and Co.
    b. All Ball Co.
    c. Never A Maybe, Inc.
    d. Sure Things, Inc.

    Answer: d

    2. What does Billy Sure do that makes it look like he is nervous?

    a. Bounce his legs
    b. Wring his hands
    c. Pull on his earlobe
    d. Bite his nails

    Answer: a

    3. What is the nickname that Billy Sure has given to his sister Emily?

    a. Black Widow
    b. Ninja Spider
    c. Pitch Black
    d. Sister of the Night

    Answer: b

    4. What does Emily say she is going to keep forever because Dustin Peeler gave it to her?

    a. A can of soda
    b. A candy bar
    c. A hair comb
    d. A guitar pick

    Answer: a

    5. Billy Sure gets really excited when he meets which baseball star?

    a. Jack Alpine
    b. Steven Kaplan
    c. Carl Bourette
    d. Bruce Helms

    Answer: c

    6. What is the name of the talk show Billy Sure is a guest on in this book?

    a. The Not Too Late Show
    b. Don’t Change the Channel
    c. Better Than Sleeping
    d. The Once in a While Show

    Answer: c

    7. What are the two sizes that the All Ball comes in?

    a. Grande and Venti
    b. Field and Court
    c. Tall and Short
    d. Large and Small

    Answer: d

    8. What is the first sport Billy and Chris play on stage with the All Ball?

    a. Volleyball
    b. Soccer
    c. Basketball
    d. Golf

    Answer: b

    9. What makes the All Ball to change into the different types of balls?

    a. A timer
    b. A button on the ball
    c. A remote control
    d. A spell

    Answer: c

    10. At the end of Chapter 2, why does Billy Sure feel nervous?

    a. Because he has a secret about the All Ball
    b. Because his crush is in the audience
    c. Because he has a big football game to play in the next day
    d. Because he has a big speech to give the next day

    Answer: a

    Really appreciate you trying to help us here. We really love this plugin!

    Hermine

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @zooeydog – it looks like none of the SlickQuiz CSS is loading on the page. I see you’re using the bwp-minify plugin to concat and minify SlickQuiz styles with some other stylesheets. That plugin is likely the culprit of the problem.

    Thread Starter zooeydog

    (@zooeydog)

    What do you mean by “concat”?

    Thread Starter zooeydog

    (@zooeydog)

    I dont see the slick quiz css is minimize.
    can you please show me how it looks/works?

    Thank you.

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @zooeydog I took another look and I think it’s actually just due to broken HTML – specifically a missing closing script tag. If you view the source of the page, at line 1411, you’ll see the following:

    `<!– BEGIN RICH-MEDIA RhythmOne High Reach CODE –>
    <script type=”text/javascript” language=”JavaScript”>
    rnum=Math.round(Math.random() * 100000);
    ts=String.fromCharCode(60);
    if (window.self != window.top) {nf=”} else {nf=’NF/’};

    <!–BEGIN ZEDO IN-VIEW
    <script src=’https://3116.tm.zedo.com/v1/070e32ce-080e-43e2-a286-27fa4b847535/tm.js’></script&gt;
    END ZEDO IN-VIEW–>

    <!– Powered by MyArcadePlugin Pro – https://myarcadeplugin.com –>
    <link rel=’stylesheet’ id=’wangguard-bp-group-css’ href=’https://missoandfriends.com/wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/wangguard/css/wangguard-bp.css,wp-content/plugins/slickquiz/slickquiz/css/slickQuiz.css,wp-content/plugins/slickquiz/css/front.css&#8217; type=’text/css’ media=’all’ />
    <script type=’text/javascript’>
    /* <![CDATA[ */
    var BP_Confirm = {“are_you_sure”:”Are you sure?”};
    /* ]]> */
    </script>
    `

    On the 2nd line, a script tag is opened, but never closed. You’ll want to make sure that tag gets closed, likely right after the if (window.self != window.top) {nf=''} else {nf='NF/'}; line.

    That should likely fix the issue.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Scores not correct’ is closed to new replies.