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

    (@jewlofthelotus)

    Hey @dat98cbr – Unfortunately, the plugin is not set up for that type of quiz yet. This may get added in the future, but I don’t have any sort of timeline for it yet. Thanks for checking out SlickQuiz!

    Thread Starter dat98cbr

    (@dat98cbr)

    That would be very cool!

    Would you know if there exists a personality quiz plugin for WordPress at this time?

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @dat98cbr – I’m sure there are likely several, but I don’t know any off hand. Your best bet would be to search the WP Plugin repository or googling for one.

    Did anyone find such a WP Plugin? I have been searching for the last weeks and haven’t found anything for this.

    Thread Starter dat98cbr

    (@dat98cbr)

    @vasq, sorry found nothing.

    The what character are you quiz is pretty popular for the moment and can count on many shares and likes. After searching after a lot of plugins, this one did the job just fine. Here is how I did it:

    Default options
    Skip the start button: NO
    Randomly sort questions: YES
    Randomly sort Answers: YES
    Prevent submitting a question: YES
    Display (in)correct response after question: NO
    Display (in)correct response after quiz: NO
    Display the question count: YES
    Display the question number: NO
    Prevent the score from displaying: YES
    Prevent the ranking level: NO
    Enable sharing: YES
    Share message: [RANK]

    New quiz
    Quiz Title: xxx
    Main copy: leave empty
    Result copy: leave empty
    Ranking levels
    <img src=”http://xxx.jpg”&gt; <b r> <b r> You have a kind heart or whatever<b r><b r> (br should be without the space)

    Question: (for example) How happy are you?
    Correct response message: press once on the spacebar
    Incorrect response message: press once on the spacebar
    Answer: verry happy and so on…
    Selecting any single correct answer: YES
    Use checkboxes: NO

    How it will work
    Ranking: For example level 1: super happy –> level 5: very sad

    Question 1: Are you happy?
    Answer: YES (= correct answer) / NO (= incorrect anwer)

    Question2: Which season do you like?
    Answer: Spring / Automn / Winter / Summer (Summer and spring will be the correct answer)

    The idea is to build up points. In this case, happy answers will make sure that you have a higher ranking level, which will result in a more happy message at the end of the quiz.

    Now when the people share this result, only the ranking will be used (in options I filled in [RANK]). This way everybody on Facebook and Twitter will see the text you used, for example You have a kind heart or whatever

    To send the correct image to Facebook
    It is not certain which image Facebook will use when you share the quiz on Facebook. But there is a way to solve this, although it is only possible to send one image for one quiz, not to send different images for different ranking results.

    The first tool you want to use is a Facebook debugger:
    https://developers.facebook.com/tools/debug
    This tool checks which image your site will send when you share the post.

    The second tool you want to use is another plugin:
    http://wordpress.org/plugins/add-meta-tags/
    Install this and this adds an extra section undereath all the pages and posts.

    Make a new page or post and add this code
    [slickquiz id=15]

    <img class=”alignnone size-full wp-image-24″ src=”http://xxx.jpg.jpg&#8221; alt=”” width=”953″ height=”431″ />

    Scroll down to the metadata section which now appears after the plugin you installed. And fill in this at FULL META TAGS:
    <meta property=”og:image” content=”http://xxx.jpg&#8221; />

    Publish the page or post and to be sure everythings works. Go and check with the Facebook debugger if the right picture is send to Facebook.

    Other ideas
    Everything should work fine now, it is just a matter of being creative. To define the ranking levels, which is the hardest part in the beginning, search for the difference between the results.

    For example: Which kind of films do you like?
    Ranking levels from 1 to 5 could be: Horror, thriller, action, fantasy, science fiction.
    Question: which kind of weapons do you like? Knife, pistol, lasergun or the force. The correct answers would be knife and pistol, which will make sure you have an higher outcome and you would more likely to end up with liking horror or thriller. If you like lagergun or the force, you will get no points and would more likely to end up with fantasy or science fiction. The action genre is the perfect go in between and will be shown when the person gave balanced answers.

    Take a look at how it works at my site (It is in dutch however)
    http://oedagedoe.be/

    Which system would be better?
    The perfect system would be a Rank Counter system. You give each ranking a name and a text which will be the result. With every answer you can give points (positive AND negative) to every ranking. At the end of the quiz, the engine looks which ranking has the most points and this will be used as the result.

    For example with the which movies do you like quiz. you could ask if they like obscure images. When they say no, you could give the ranking: HORROR a minus 20 so that this answer will never be shown at the end of the quiz.

    Another question could be: Do you like Mel Gibson?
    ANSWER 1: Yes (horror -3 / thriller +3 / action +4 / fantasy 0 / science fiction 0)
    ANSWER 2: No (horror +1 / thriller +2 / action -3 / fantasy 0 / sciance fiction 0)
    ANSWER 3: I like Bruce Willis better (horror -1 / thriller +1 / action +3 / fantasy +1 / science fiction +2)

    This is the perfect way to balance out a quiz and to have a very accurate result. You could even make tests for psychological studies with this set-up…

    Another useful tool would be that the results will be shown in a seperate page or post. Choose an URL for every ranking and at the end of the quiz you will be send there. This way it is possible to have a different image for a different result shared to Facebook with the meta tags. The downside is that this will be a lot of work to make all the pages or posts.
    I don’t know if it is possible to change the meta tags in the head section depending on the outcome of the quiz. This would be a faster and a lot easier solution.

    A last remark
    There is a “What character are you” quiz which is very popular on Facebook for the moment, perhaps you know it:
    http://what-character-are-you.com

    It get shared a lot, but I found out, it is a big scam 🙂 The results get loaded randomly, it doesn’t matter which answer you give. Last month it was still possible to just refresh the page to get a different result (they blocked refreshing the page now), but if you do the quiz multiple times with the same answers, you will get different results.

    And still, every one is using and sharing it… And what’s the purpose? Well it is all about the adds. With the questions, it doesn’t matter what you answer, you will see the advertentions longer and perhaps click on one of them. This way the sitebuilders will get paid for it.

    I’m trying to do the same 🙂 There is nothing wrong with earning money. But at least at my site, the result will depend on the answers you gave. Thanks to this plugin!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘What character are you quiz’ is closed to new replies.