yokowasis
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Send Quiz Results to another filecheers
Forum: Plugins
In reply to: [Wp-Pro-Quiz] correct answer shows as wrongUse single choice, use different points for each answer, give 10 point to correct answers, and give 0 point to wrong answer.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Send Quiz Results to another fileJust tested the quiz by doing it while apache and mysql turned off. Surprisingly enough the quiz still scores me. so it is safe to assume that the scoring is all client side. it doesn’t need server. Somewhere on the page there is all answer to the quiz. no wonder scroring is instant. so, i think you can get the score by doing whatever you want when the user click “Finish Quiz” Button.
Just get the text “You have reached xx of xxx points, (xx%)” and trim it according your needs.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Send Quiz Results to another filei tested it on localhost tough, never test it on real server. well, you can try it. let me know how it goes.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Send Quiz Results to another filetry this
jQuery(document).ready(function(){
jQuery(‘input[name=”endQuizSummary”]’).click(function(){
yourcode
}
})i tested it and the code is executed after the quiz finished. i use above code to retrieve my own version of leaderboard. well, it works.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Get the answer in email?Cheers
Show All Questions at Once and Dont Radomize the order. Put any material you have on the first question of the series.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Send Quiz Results to another fileuse jQuery to get quiz results and send it using ajax ?
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Get the answer in email?i have no idea what are you talking about. Isn’t it just as simple as serialize the form using jquery. and send the serialized form when the user clicl finish quiz?
Forum: Plugins
In reply to: [Wp-Pro-Quiz] How import archive xml quizit’s not my site btw. So I can’t fix any error.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] How import archive xml quizesltutor.net/quiz-converter/
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Get the answer in email?Well, you can always add javascript code and track what the user choose. After the user click finish quiz button, send the result to your email.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Bulk Upload Questionsdid you try this ?
well, it is actually pretty easy. Just add some jquery when the user click finish quiz, it will wait for 10s and redirrect to other page.
as for 2nd question just check the score again using jquery. If < 100% restart, else redirrect.