• hello
    i want to create some quizzes on my wordpress blog.
    i want to create near 10 quizzes with different questions and put them on different pages.the point is that the person can at any time discover his results on special page.so as i understand the results must be stored in database.i already found some plugins like “Quizzin Plugin” but they don’t save the results.
    can anybody help me to solve this problem or give some advice
    sorry for bad english.

Viewing 1 replies (of 1 total)
  • i’m also trying to do the same…

    the variable use for the quiz result score is %%SCORE%%

    can sombody helpus in writing the code in correct way ,,,,

    if (is_user_logged_in())
    {
    add/insert the score %%SCORE%% in users database

    }

    else

    {

    $messagequiz = “u have to login to store ur score”

    }

Viewing 1 replies (of 1 total)
  • The topic ‘Some sort of quiz on wordpress’ is closed to new replies.