Quiz doesn't start!
-
Hi, on my website the plugin installed and activated without any error.I tried after adding some questions. I can see the ‘start quiz’ button, but it does not accept any click, looks like it’s disable, so I can’t initiate the quiz at all!
Any idea!
http://spanishmaterials.com/spanish-excercises/
http://ww.wp.xz.cn/extend/plugins/wp-pro-quiz/
-
Hello tutuul,
I have looked at your site. You are using a very old jQuery version. (1.4.4 – Thu Nov 11 19:04:53 2010). Please update necessarily.
Furthermore there is added code in HTML “<p>” and “
” elements. e.g. also in the “<script>” element. What is it for and why is it there?Sincerely yours
Juliushi there,
thanks for this plugin it seems pretty cool, but i have nearly the same problem – it does not work.installation, quiz administration and quiz preview in backend works like a charm. but in frontend it does not work. i also tried to deactivate all other installed plugins, it still does not work.
any suggestion? thankshttp://www.energiesparschule-potsdam.de/wordpress/?page_id=3239
Hello mrebc,
can you send me an email?[email protected] (Bin deutscher 🙂 )
it seems the code in the frontend is broken.
it puts a closing p tag </p> here and there but i dont know why.
may be its this issue?
http://wpforce.com/prevent-wpautop-filter-shortcode/anyone else has this problem?
ps. xeno010 i sent you an email
Please use [raw][WpProQuiz X][/raw]
Own themes changes internal order of filters, what causes the problems. With additional shortcode [raw] this is prevented.
Please use [raw][WpProQuiz X][/raw]
Yes, that solved my problem, and now the quiz engine is working properly. Thanks for your kind support.
no problem 🙂
Sincerely yours
JuliusHello!
Sorry to jump on this thread but I cannot figure out how to start my own. 🙂
I love your plugin but the quiz will not start in any of the browsers. I have the latest version of WP and have used the “raw” code above.
Here’s the link to the page:
http://essentialalchemist.com/candida-test-with-instant-results
Please help.
I only want the quiz to provide a total rather that answers being “right” or “wrong”. It’s only an overview. How do I accomplish this?
Thank you!!
SheenHello sheenp,
Your page has a Javascript error.
smoothscroll.js?ver=1.0 line 25
(Uncaught TypeError: Object [object Object] has no method ‘smoothScroll’)This error blocked the execution of “Wp-Pro-Quiz”
Hello!
I’m sorry, xeno010. I do not know code so I am not understand what you are suggesting I do.
Thank you!
SheenHello Sheen,
Your WordPress Themes “Yoko” include a javascript file (smoothscroll.js).
This file caused a javascript error. This error blocked the execution of “Wp-Pro-Quiz”.solution:
1. Download the file smoothscroll.js in /wp-content/themes/yoko/js/ (e.g. with a FTP-Client)
2. Open the file smoothscroll.js
3. Go on line 25
4. Replaced the line with:
try { jQuery(‘a.top’).smoothScroll(); } catch (e) { };
5. Save the file
6. Upload the file smoothscroll.js on your server“try catch” catches the error and prevents blocking of the “Wp-Pro-Quiz”
xeno010
Hi!
Thank you so much for your prompt reply. I have the file open but do not know how to determine what line is #25. Can you please tell me what I’m supposed to replace?
Thank you!
SheenHello,
jQuery(‘a.top’).smoothScroll();
with
try { jQuery(‘a.top’).smoothScroll(); } catch (e) { };
Hi again!
Thank you so much for your quick and helpful reply. I have made the change and uploaded the new file, but the quiz still will not start.
Any other ideas?
Thank you again!
SheenHi, xeno010. I love your plugin and your support. Thank you so much for working with us.
I am having the same issue: I click, but no dice. I am using a child-theme of CBOX (Commons in a Box theme). So I switched to the default BuddyPress theme, and still no clicky!
Any ideas? To see one of my test quizzes, scroll down on http://www.philosophy.thereitis.org/the-republic/ …. (Also, quizzes that used to work on http://www.philosophy.thereitis.org/enquiry-concerning-human-understanding/ no longer work, after updating to the latest version of the plugin.)
Thanks for any help,
~Brendan
The topic ‘Quiz doesn't start!’ is closed to new replies.