Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Inferno Quiz v2.2 Details »»
Inferno Quiz v2.2
Version: 2.2, by Zero Tolerance Zero Tolerance is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.0 Beta 1 Rating:
Released: 06-14-2005 Last Update: 06-14-2005 Installs: 326
DB Changes Uses Plugins Template Edits
 
No support by the author.

Port of: https://vborg.vbsupport.ru/showthrea...threadid=80780

However, the system has a pretty big back-end, it's possible i over-looked a bit or 2, so if you encounter errors/php errors please feel free to let me know in this thread and i'll try to get them fixed asap

v2.2 Updates: (Upgrade instructions inside ZIP)
- Several areas of code otptimized (query reduction)
- Uncached templates now cached
- Ability in main options to choose default usergroups to participate/view results to be auto filled in when adding quizzes.

Enjoy,

- Zero Tolerance

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #482  
Old 12-17-2006, 04:52 AM
Talisman's Avatar
Talisman Talisman is offline
 
Join Date: Aug 2002
Location: USA/West Coast
Posts: 371
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reading through this thread made a bit leery of this one, but I installed and it works great for 3.6.4. All I've had to do thus far is change the image variable in quiz.php that Paul M. mentioned. Haven't noticed any other problems.

Thanks, as always, ZT.

:bunny:
Reply With Quote
  #483  
Old 12-17-2006, 06:30 AM
Cornie Cornie is offline
 
Join Date: Mar 2006
Location: Berlin
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bbcode is not going to 3.6.3 and 3.6.4 by me.
Reply With Quote
  #484  
Old 12-22-2006, 05:47 PM
Bielikov Bielikov is offline
 
Join Date: Dec 2006
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for your hard work. To make a loooooong story short, I am having trouble finding a quiz software that sends me email results with a peson's name and percentage score. Some do, but there are problems with pop-up blockers and so on. So I figured a vBulleting add-in might exist. So ...

Do you know of a vBulleting that has posted a quiz I can take with your software, to get an idea of how it works?

What is the cost to your program?

Finally, I owe a lot of favors to our Webmaster. Will this take much of his time to install?

Best,

Gregorio
Reply With Quote
  #485  
Old 12-25-2006, 01:55 PM
Will.Spencer's Avatar
Will.Spencer Will.Spencer is offline
 
Join Date: May 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One option that would be really great would be if each quiz question opened in a new screen -- just like in certification tests and most trivia games.

Right now, I have a quiz with 57 questions that just intimidates most visitors.

Also, the software prevents users from taking the quiz more than once. With certification quizzes -- my users want to take them again and again.
Reply With Quote
  #486  
Old 12-25-2006, 02:10 PM
Will.Spencer's Avatar
Will.Spencer Will.Spencer is offline
 
Join Date: May 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by catfish_pete View Post
Hi,

There’s a problem on my site, where when you answer the questions and click on “Submit” it sends you to this error page:


Fatal error:
• The text that you have entered is too long (12182 characters). Please shorten it to 5000 characters long.
Unable to proceed with save while $errors array is not empty in class vB_DataManager_PM in /includes/class_dm.php on line 763 ”

Is this to do with how long the questions/answers are? Help would be appreciated with this.
Pete:

I had the same problem and resolved it by raising the "Maximum Characters Per Private Message" option in vBulletin Private Messaging Options to 15,000 characters.
Reply With Quote
  #487  
Old 12-26-2006, 01:14 AM
Will.Spencer's Avatar
Will.Spencer Will.Spencer is offline
 
Join Date: May 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
Search quiz.php for $vboptions and replace it with $vbulletin->options
Paul:

When you do that, this error starts appearing in your Apache log files:

Code:
[Mon Dec 25 20:20:41 2006] [error] [client 64.233.178.136] PHP Parse error:  syntax error, unexpected T_OBJECT_OPERATOR, expecting ',' or ';' in /usr/local/www/data/tech-faq.com/forum/quiz.php on line 164
Line 164 is:
Code:
global $templatecache, $db, $vbulletin->options, $style,$headinclude,$footer;
Reply With Quote
  #488  
Old 01-05-2007, 05:45 AM
PJSkiboy PJSkiboy is offline
 
Join Date: Nov 2002
Location: Bowling Green, KY
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OneShot View Post
For those who use this great hack and have trouble with the images. It looks like ZT has forgotten to fix a holdover from an earlier version in the quiz.php.

Just look for
PHP Code:
$vboptions[bburl
in the quiz.php and Replace with
PHP Code:
$vbulletin->options['bburl'
Voil?

Cheers
OS
For those of you that can't find the correction for the image issues, here is the post that solved those issues; at least for me. I believe it was only two instances of the $vboptions[bburl] that have to be replaced as instructed above to fix things right up. Easy enough.

And some of you have had reported issues with uploading some of the .xml files that have quizzes people have already submitted in this thread. I looked up the particular error I was getting using some of these and from what I can tell, you simply can't use the following three characters when creating questions. (Not sure if this applies to answers as well or not.) But don't use &, <, > when creating questions.

& (ampersand, must be encoded as &amp
< (left angle bracket, must be encoded as &lt
> (right angle bracket, must be encoded as &gt

Thanks to EduPerl over at Microsoft's MSDN forums for the information.

I would like to attach the quiz I made with all 50 U.S. capitals here, but I'm currently having issues getting it to allow me to download the .xml file once it has created it. It simply wants me to continue to log in over and over into the admin panel. I'll see if I can solve my own problem and edit this post later to include the quiz.

OK, found the answer to that problem in the thread as well. Amazing what one can accomplish with a little elbow grease.

Thanks again to everyone that has contributed to this wonderful mod. I truly hope ZeroT can find his way back and created an updated version of this mod. My forum members love this.
Reply With Quote
  #489  
Old 01-06-2007, 01:03 AM
Will.Spencer's Avatar
Will.Spencer Will.Spencer is offline
 
Join Date: May 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PJSkiboy View Post
For those of you that can't find the correction for the image issues, here is the post that solved those issues; at least for me. I believe it was only two instances of the $vboptions[bburl] that have to be replaced as instructed above to fix things right up. Easy enough.
Thanks man! I had implemented this fix incorrectly and was very confused.
Reply With Quote
  #490  
Old 01-06-2007, 04:40 PM
Cornie Cornie is offline
 
Join Date: Mar 2006
Location: Berlin
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone leave a functioning version for 3.6.4 to me?

Thank you
Reply With Quote
  #491  
Old 01-11-2007, 09:16 PM
Warlord's Avatar
Warlord Warlord is offline
 
Join Date: Jan 2002
Location: TN, USA
Posts: 668
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
Ah, the one in the global - that one could just be removed.
Ok, I get that global error thing when trying to import a quiz. I have two questions though.

1. By removing this global, does it make it so that I can't import quizzes? (Not that I'll really be doing it that much anyway, but meh.)

2. What line(s) of code do I need to remove to remove the global?

I am running vBulletin v3.6.4 and Inferno Quiz v2.1.

Thanks in advance.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:49 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05223 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete