Quizzin WordPress Plugin For Quiz Creation
Quizzin lets you add quizzes to your blog. This plugin is designed to be as easy to use as possible. Quizzes, questions and answers can be added from the admin side. This will appear in your post if you add a small HTML snippet in your post.
Download
Quizzin PluginInstallation
- Download the zipped file.
- Extract and upload the contents of the folder to /wp-contents/plugins/ folder
- Go to the Plugin management page of WordPress admin section and enable the Quizzin plugin
- Go to the Quizzes Management page(Manage > Manage Quiz) to create or edit the quiz.
Comments/Suggestion/Support Questions?
I have set up a forum called Quizzin WordPress Plugin. Please use that to post your questions.

Comments
perfect.
Regards
thank you for this greet plugin. I will use it in my blog to make some of my posts more interessing.
How can I add questions, true answer?
A Vietnamese, Working in Japan
-----------------------------------------------------
With my new code, this plugin can create multi quizs in one post.
__http__://kyniem.vn/quizzin.rar
It would vbe nice to have a demo version on this plugin site though.
Thanks for this cool plugin!
I'm testing it on a wordpress 2.7 french.
It works all good but there is one sentence that i can't seem to edit or remove?
"All the questions in the quiz along with their answers are shown below. Your answers are bolded. The correct answers have a green background while the incorrect ones have a red background."
This is the sentence just above the results of the quizz. How can we edit or remove this bit of text ?
Thanks!
Would it be possible (maybe by altering some of the code) to have the quiz take a XX number questions (by random choice) out of all the actual questions in the quiz? I'm asking with the following purpose/use in mind.
I want to use the quiz for some exam-training. Now the real exam for this is 20 questions but I have 200 questions to train with. It would be nice if the plugin was able to limit the quiz to just 20 questions, taken randomly from the 200 available.
This way the training would look more like a real exam and the person taking the "quiz" wouldn't have to answer all the 200 same training-questions again and again to test if he/she understands the material.
So maybe an extra option in the settings field to determine the number of questions asked would be nice I think.
But anyways, thanks for this plugin. It's real easy to implement and works (almost) right out of the box. Only needed to edit my php.ini because if gave me memory allocation errors at first.
The quiz has been working well for me and I like the fact that we can use multimedia embedded in the questions. In case other users are interested, my latest quiz has an example www.gitaaonline.com/books-authors/.
I was wondering if there is some way for me to know and display the scores of people who take the quiz. Currently I have to request people to leave it as a comment, but would be nicer to have some way of calculating and storing it for each player. I have seen some other scripts in the web that do this, but being a novice on programming, do not know where to implement it in your plugin files. Any help would be appreciated.
In any case, Great effort by you.
Regards
The high scores is not available in the current version - maybe in a future version.
Also, where can I change the ratings terminology? I looked in the plugin editor and didn't find it. I'm not a programmer.
Thank you, this is a fun plugin!
thanks a lot for that great plugin - it works very well!!! :D
But I have some problemes with another plugin called q translate which modifies the TinyMCE editor.
Perhaps you can take a look at following website to figure out how I can play both plugs together.
http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=0&t=294&p=1323&hilit=tinymce#p1323
Best regards!
H.P.
Looking forward to having more features added to it.
Cheers,
Gene
I want do just a question/suggestion:
"I was wondering if there is some way for me to know and display the scores of people who take the quiz".
Yes!, this is a great, great feature for use wordprees on education
Great Plugin, i love this one :)
Just one question...
How can i make the Quiz to show as in ur DEMO.
I know that i have to change the file show_quiz.php but i dont really know what should i change... Can u give me (us) that file or tell how to do it :)
It would be great.
Regards
I upgraded the version of wordpress and I get an error message now when I try to create a new quiz - saying "Yo do not have sufficient permission to access the page: - Any idea how to fix this?
Regards
Best regards.
Also 'results page' does not show correct/wrong answers unless I copy Quizzin style.css into my theme css file.
This applied to WP v2.7 & v2.8 - Any idea how to fix this?
I have a question. How can i add to numbers every question's head?
thanks for your awesome plugin! I've embedded it in my homepage here: www.schmoltke.de/?page_id=1347
Keep it up!
Best regards,
Ray
How to add true/fail?
How to add picture in question and answer?
How to option time left?
Sorry But i am only check in www.schmoltke.de/?page_id=1347
Thanks
Thanks,
Seajma
Thanks for a great plugin!
Jessica Ojeda
*******
*******
Line 158, Column 136: document type does not allow element "link" here
…content/plugins/quizzin/style.css" />
✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
*******
*******
Line 162, Column 24: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<div class="quiz-area ">
✉
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "
" or "<table>") inside an inline element (such as "", "<span>", or "<font>").
The test created.
But as shown in the text ...
When I add a new Quiz from 'Manage Quiz', I get the following message:
New quiz added
To add this quiz to your blog, insert the code [QUIZZIN ] into any post.
No questiones found.
But no Quiz is created or listed.
"Quizzin lets you create quizzes with any number of questions in it. Each question can have many answers - in which one should be marked as the correct answer."
how to activate multiple answers to a question?
with this:
These options are not shown/available using WP Version 2.8.4
Thanks.
#22
i am a big fan of your plugin. it is very easy to use and very adaptable. is it possible to have the results emailed out? i am using this for testing and I need to see a copy of the test results.
thanks in advance.
i did it using in show_quiz.php
$all_question = $wpdb->get_results($wpdb->prepare("SELECT ID,question,explanation FROM {$wpdb->prefix}quiz_question WHERE quiz_id=%d ORDER BY RAND() LIMIT 12", $quiz_id));
but
the problem is that the results are wrong
not attached to the real question being asked any idea how to fix it
does someone can help me ?
I am just waiting for the next version...
Thank ypu for all .
Best regards.
Thanks for this plugin. It's working fine ? I'am affraid about database connection ? I have high traffic blog and I don't wanna take risk
Guess I have another question too. My answers aren't 4 wrong and 1 right. It's more like least right to most right. If a person picked the 4th answer, they'd be like 4/5th's right. Is there anyway to change that? I fiddled around but couldn't figure it out.
It's a great little plugin
thanks
GK
Is it still at the link that you posted above?
Could you tell me how to get to it, please?
Thanks
Hal
When we have one quiz in a page then it works fine.
www.aspiranthunt.com/gmat/?p=720
However when we have more than one quiz in a page (even different wordpress posts) then it does not work.
www.aspiranthunt.com/gmat/?tag=gmat-sc-test
Any help would be appreciated. Thanks.
but somehow the right and wrong at the end of the quiz with their discription isnt working.
Im very bad ad website building etc but can you help me step by step?
i really want the people to know what they did wrong.
everything else works :)
Is there any way out for an option for giving multiple answers...
If this can be done than it will be more helpful to me...
Thanks
Wonderful Plugin
Cant Find Words to Say Thanks and how much grateful I am for your Sheer originality
any suggestion? thx
thank you for this wonderful plugin.
thank you for this wonderful plugin.
a, strong, em, b, i, code, pre, pandbrallowed. Other tags will be shown as code(< will become <). Urls, Line breaks will be auto-formated.