[2.0.19] Ultimate Quiz MOD

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in here. No new MODs will be accepted into the MOD Database for phpBB2
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.

Rating:

Excellent!
23
50%
Very Good
12
26%
Good
7
15%
Fair
3
7%
Poor
1
2%
 
Total votes: 46

User avatar
quahappy
Former Team Member
Posts: 1416
Joined: Tue Dec 12, 2006 8:19 pm
Location: South Yorkshire
Name: Andy Green

Re: [2.0.19] Ultimate Quiz MOD

Post by quahappy »

Yes, you are right. I had downloaded the MOD from here (phpBB.com). I've found the latest at this link: http://www.cmxmods.net/quiz.php?mode=quiz_features

:D
If you don't ask.....
atomjani
Registered User
Posts: 6
Joined: Tue Mar 04, 2008 9:13 am

Re: [2.0.19] Ultimate Quiz MOD

Post by atomjani »

I would see this mod for phpBB3.
WDBMagic
Registered User
Posts: 1
Joined: Sat Jan 17, 2009 5:13 pm

Re: [2.0.19] Ultimate Quiz MOD

Post by WDBMagic »

Have created a phpbb_quiz_statistics table that works.

Enclosed below - hope this helps somebody

CREATE TABLE phpbb_quiz_statistics(

`stats_id` int( 5 ) NOT NULL default '0',
`quiz_id` int( 10 ) NOT NULL default '0',
`user_id` int( 10 ) NOT NULL default '0',
`stats_correct` INT( 5 ) NOT NULL default '0',
`stats_incorrect` INT( 5 ) NOT NULL default '0',
`stats_percentage` INT( 3 ) NOT NULL default '0'

For whatever reason this worked if I inserted '0' into the default fields
User avatar
quahappy
Former Team Member
Posts: 1416
Joined: Tue Dec 12, 2006 8:19 pm
Location: South Yorkshire
Name: Andy Green

Re: [2.0.19] Ultimate Quiz MOD

Post by quahappy »

atomjani wrote:I would see this mod for phpBB3.
UQM is currently in development and in beta testing for phpBB3. More information and progress can be found here and here. :D
WDBMagic wrote:Have created a phpbb_quiz_statistics table that works.

Enclosed below - hope this helps somebody

CREATE TABLE phpbb_quiz_statistics(

`stats_id` int( 5 ) NOT NULL default '0',
`quiz_id` int( 10 ) NOT NULL default '0',
`user_id` int( 10 ) NOT NULL default '0',
`stats_correct` INT( 5 ) NOT NULL default '0',
`stats_incorrect` INT( 5 ) NOT NULL default '0',
`stats_percentage` INT( 3 ) NOT NULL default '0'

For whatever reason this worked if I inserted '0' into the default fields
The phpBB3 UQM database architecture can be found here. Bearing in mind that it's still in it's early stages and therefore likely that this will not be the final SQL, especially for statistics.
If you don't ask.....
Post Reply

Return to “[2.0.x] MOD Database Releases”