Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Harmonic Design

    (@harmonic_design)

    Hi Lionel, that is absolutely supposed to happen haha.

    Remember, the original purpose of HD Quiz was to make simple fun quizzes that people can share on facebook and whatnot.

    You, however, in true Joker fashion have decided to use HD Quiz in ways I never even thought of.

    Luckily there is a very easy solution for you. Please edit custom.js, and place the following line of code near the very bottom of the file, before line 186 – the just before the return false;

    $hdQuJ('#hdQuFinish').hide();

    The bottom 4 lines should look like this when you’re done

    });
        $hdQuJ('#hdQuFinish').hide();
        return false; // avoid to execute the actual submit of the form.
    });

    What this will do is hide the finish button once the quiz has been submitted.

    Thread Starter Prabin

    (@prabin04)

    Haha, this was the free and best Quiz Plugin I’ve discovered in WordPress after 2 weeks hard work of research. Easy to use and customize too. However, I am still customizing some stylesheet of the plugin. Thanks again !!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disallowing users to answer questions after Quiz is finished’ is closed to new replies.