vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Inferno Quiz v2.1 (https://vborg.vbsupport.ru/showthread.php?t=80780)

Mephisteus 05-01-2005 12:28 PM

Heres a suggestion :)

In an open question have it check for words. Then you can make questions like "Name 2 countries" while at the answer list you can have a full list of countries and as long as someone sais

England, Netherlands
America and India

It'll still count as a full 100%

Vevina 05-01-2005 07:52 PM

i'm getting this with the upgrade when i run the installer :(

Database error in vBulletin 3.0.5:

Invalid SQL: CREATE TABLE `quiz` (
`qid` INT( 15 ) NOT NULL AUTO_INCREMENT ,
`q_name` VARCHAR( 255 ) NOT NULL default '0',
`q_state` TINYINT( 2 ) NOT NULL default '0',
`q_perms` text not null,
`q_start` int(15) not null default '0',
`q_end` int(15) not null default '0',
`q_autoend` tinyint(2) not null default '0',
`q_timelimit` int(8) not null default '0',
`q_viewanswer` tinyint(2) not null default '0',
PRIMARY KEY ( `qid` )
) TYPE = MYISAM ;
mysql error: Table 'quiz' already exists

mysql error number: 1050

Vevina 05-01-2005 08:34 PM

geeze blonde moment again ... didn't look at the dropdown bar on the installer to upgrade

Paul M 05-01-2005 09:03 PM

Quote:

Originally Posted by sweet2sweet2
i'm getting this with the upgrade when i run the installer :(

Well this line is a bit of a givaway ...
Quote:

mysql error: Table 'quiz' already exists
The installer is not taking into account the fact that the quiz table already exists. You could just drop (or rename) the table (as long as it has nothing in it you want).

Scerina 05-01-2005 11:34 PM

what are the mySQL queries to run for this hack if it is a fresh new installation?

Zero Tolerance 05-02-2005 06:01 AM

Quote:

Originally Posted by Scerina
what are the mySQL queries to run for this hack if it is a fresh new installation?

The installer provides an uninstallation aswell as installation, if you want to re-install, just run the uninstaller, then installer :)
If you want to look at the mySQL queries, open admincp/quiz_install.php

And yes, you need to select upgrade when upgrading, otherwise it will think you're trying to install it fresh.

I'll take into consideration those idea's guys, right now I just got a load of work to get done.

- Zero Tolerance

YLP1 05-04-2005 05:16 PM

This is awesome....are there any plans to add a poll option to this? I realize there is forum polls but I have to use an external app for the monthly polls that I do for my community. This add on is awesome and could replace my outside poll apps.

Great Job!

xtreme-mobile 05-04-2005 06:56 PM

is there any way of setting this up so you can providea few different answers? what i mean is i had a member who answered 3 questions corectly but spelled it wrong so the quiz said it was wrong, also one answer to a question was colorado river and he just put colorado so it said he again had it wrong

is this possible? so we could put a few different variations in

many thanks

and its a great hack btw :)

Paul M 05-05-2005 01:26 AM

Quote:

Originally Posted by xtreme-mobile
is there any way of setting this up so you can providea few different answers? what i mean is i had a member who answered 3 questions corectly but spelled it wrong so the quiz said it was wrong, also one answer to a question was colorado river and he just put colorado so it said he again had it wrong

I highlighted the same problem earlier. I don't think there is much you can do about spelling errors, but what I need is for it to check if my 'proper' answer is contained in their answer. So in your case, you would make the answer "colorado", then as long as their answer contained your word, it would be marked correct.

What is also needed is an admin facility to correct peoples answers and marks, so if you can see they were right, but a spelling error caused it to be marked wrong, an admin can manually mark it as correct.

xtreme-mobile 05-05-2005 05:51 AM

yeh thats it paul

that would make this hack soo much better :)


All times are GMT. The time now is 10:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01094 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete