Hey guys,
I’ve just installed quizzin and when I go to the settings it says this “failed to open stream”.
Any ideas what is causing this?
Thanks in advance.
]]>I was so happy with my first quiz (30 questions), but then, when there are too many users taking the quiz the site slows down and first you get “page does not exist” messages for just about any link/url/post/page you click including the page with the quiz and then yesterday, the whole site went down! Unreachable, blank, errorpage.
Only solution was to change the quizzin-directory on the server, then the site worked again. And changing the name back made the plugin working again too. But this will happen again for sure.
Does anybody has any idea how to solve/prevent this from happening? I love this quiz and so do my readers, so I don’t want to take it offline, I want to solve it. I just have no idea how, I’m not a programmer, just a user/blogger.
I only need a simple quiz, question by question, showing a photo, asking what is this, then 4 possible answers. Tick an answer, show answer, go to next question, again and again until the end. Result. Finish. That’s it. (no registering, no emails, nothing)
(the explanation-bit doesn’t work, which I can live with, but maybe this is already a hint why I have problems?)
Can anybody please, please help me?
]]>Would it be possible to add a timer to the questions?
The user must see how much time it has to awnser a question. If he or she does not awnser the question within 6 seconds he/she it should automaticly go to the next question. Any programmers willing to help me with this?
Good day!
I really like this plugin, but I would like to see only 2 possible scores: Passed & Failed, the user must get above 90% in order to pass.
I would really appreciate some help with this.
The original code looks like this:
//Find scoring details of this guy.
$percent = number_format($score / $total * 100, 2);
//0-9 10-19%, 20-29%, 30-39% 40-49%
$all_rating = array(t('Failed'), t('Failed'), t('Failed'), t('Failed'), t('Just Passed'),
// 100% More than 100%?!
t('Satisfactory'), t('Competent'), t('Good'), t('Very Good'),t('Excellent'), t('Unbeatable'), t('Cheater'));
$grade = intval($percent / 10);
if($percent == 100) $grade = 9;
if($score == $total) $grade = 10;
$rating = $all_rating[$grade];
]]>
Problem: When I activate cforms, TinyMCE stops working in Quizzin. All other post management areas continue to work as expected.
Without digging too far into the code, my first step would be to look at wpframe.php => wpframe_add_editor_js().
Anyone?
]]>Is there a way the administrator can see the answers of the quiz?
]]>Is this plugin abandoned?
]]>Hello,
my german translation doesn’t work. I’ve tried various filenames ond folders to include it, but no reaction from the plugin. The catalog in poEdit is correctly configured. I’ve also tried to manipulate the load_plugin_textdomain( ‘quizzin’, false, dirname( plugin_basename( __FILE__ ) ) ); in quizzin.php, but without effort. HELP ME PLEASE *desperate cry*
Where I have to place my de_DE.mo for the plugin and which filename is the correct one?
tried:
wp-content/plugins/quizzin/lang/de_DE.mo
wp-content/plugins/quizzin/lang/default-de_DE.mo
wp-content/plugins/quizzin/de_DE.mo
wp-content/plugins/de_DE.mo
This plugin was a great time saver for me. Downloaded, installed and setup my first quiz in about 15 minutes! Ran it through its paces in 2.92 and 3.0 and it was flawless.
Would like to see way to submit the results to a site admin by email when the user clicks the results button, but maybe I can figure that part out myself. Other than that, I can’t say enough good things about it.
]]>