The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBQuiz 1.0 Details »» | |||||||||||||||||||||||||
vBQuiz 1.0
NOTE: all functionality-impairing bugs have been fixed. The attached files should work well on just about any PHP installation. What's it do? It allows you to setup a quiz center on your boards quickly and easily. This quiz center is FULLY templated, integrated with vBulletin, and has an advanced Admin script for managing the quizzes, categories, and questions. Here's an example: Movie Forums - Quizzes A few of its features...
Files Enclosed (in vbquiz.zip) - instructions.txt (read it!) - quiz.php (upload to main forum dir) - admin_quiz.php (upload to admin dir) - install_quiz.php (upload to admin dir and then run) Enjoy! Also: a HUGE, HUGE, HUGE thanks to GamerForums for beta testing this hack for me. His help was completely invaluable and surely saved me a lot of work in the long run. Thanks! Show Your Support
|
Comments |
#302
|
||||
|
||||
The modified quiz.php worked for me, too. I hadn't tried it as you said it was for the 350 error, which I wasn't getting!
What was changed in the modified quiz.php that got it working, I wonder? Anyway, now to start making some quizzes. Thanks, TWT!!!! |
#303
|
||||
|
||||
Great hack! Had it installed and working withing 10 minutes. I already have people taking them!
Is there a way to let users submit quizes? How about moderators? Can they submit them from the mod cp? I'd like to let others submit them, so that I could take them without having seen the answers. |
#304
|
||||
|
||||
I'd also like to know if it would be possible to randomize the question order, rather than having them come up in the order that they are entered?
If you allow a quiz to be taken more than once, it will be that bit more difficult if the questions are randomized rather than the same order as they were the first time you take a quiz. |
#305
|
||||
|
||||
bandersen: you'll want to turn off the template comments to fix that. As for the email problem...I think it might be an issue with your host, as the script, I believe, uses your contact email straight out of the vB Options table.
pgowder: I think it might work okay if you upload it to /mod dir, but I haven't tried it personally. The ability for users to submit quizzes is something I'm thinking of for version 2.0 X-Fan: randomizing would be a little bit of a pain, but it could be done. I see your point, and it's a good one. I'll give it some thought. I think, in version 2.0, it'd be good if you could very easily change the display order of the questions, and perhaps check a box to have them randomized each time. That'd be cool. |
#306
|
||||
|
||||
Quote:
New edit: Found it!! :glasses: Admin Panel.. Also the errors in From / Subject went away too. |
#307
|
||||
|
||||
I did upload it to the mod directory, and it appears to be working.
Thanks! |
#308
|
||||
|
||||
This is the restult I get when having 100% correct answers:
Congratulations, you have successfully passed this quiz. You correctly answered 11 of 11 total questions - a grade of 101%. - Date: 06-18-2002 - Total: 11 out of 11 - Percentage: 99 percent The template shows 99% on the top - next to the bars The template shows 101% at the bottom. This is what I have in the quiz.php: $base = 100 / $question_count; $pct = ceil($totalcorrect * $base); |
#309
|
|||
|
|||
this hack works well for me since day one. Is there a way to create subcategories?
|
#310
|
||||
|
||||
I've just changed my quiz options to allow a user to take a quiz once only. Problem is there's already been a few people take it multiple times.
How would it be possible to have the system remove all their recorded attempts except for their first one? EDIT: Well I manually removed the entries from the database via phpMyAdmin, but it would still be a lot easier to have an option to automatically remove multiple attempts except the initial one. Also, is there any way to completely reset a quiz's stats without having to delete it? |
#311
|
|||
|
|||
Quote:
thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|