Page 20 of 32

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Sun Oct 17, 2010 10:53 am
by quahappy
Great. :D

Attached - UQM Milky Way template files. Any feedback welcome. ;)

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Sun Oct 17, 2010 1:27 pm
by joschka
great!
many Thanks, i will give you a feeedback!


edit:
any1 have idea what this error will tell mee? :?

[phpBB Debug] PHP Notice: in file /includes/quiz_stats_class.php on line 50: Division by zero
[phpBB Debug] PHP Notice: in file /includes/quiz_stats_class.php on line 122: Division by zero

I get this in the statistics, but only if played only 2-4 players??
From 5 to 6 players is no longer available this error :shock: :?

Thx

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Sun Oct 17, 2010 2:42 pm
by quahappy
joschka wrote:great!
many Thanks, i will give you a feeedback!


edit:
any1 have idea what this error will tell mee? :?

[phpBB Debug] PHP Notice: in file /includes/quiz_stats_class.php on line 50: Division by zero
[phpBB Debug] PHP Notice: in file /includes/quiz_stats_class.php on line 122: Division by zero

I get this in the statistics, but only if played only 2-4 players??
From 5 to 6 players is no longer available this error :shock: :?

Thx
I'm certain the Division by zero bug was fixed by battye. Are you running the latest version (v2.0.0. Beta 4) downloaded from here?

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Sun Oct 17, 2010 2:47 pm
by joschka
I'm certain the Division by zero bug was fixed by battye. Are you running the latest version (v2.0.0. Beta 4) downloaded from here?
yes, i use exactly the version in link

Thx

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Sun Oct 17, 2010 8:23 pm
by quahappy
Can't help you there. I'll leave the answer to the very capable hands of battye. :)

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Sun Oct 17, 2010 8:51 pm
by joschka
many thanks :D

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Mon Oct 18, 2010 10:12 am
by battye
Thanks quahappy :)

Welcome to CMX joschka :)

Can you please post the following lines? /includes/quiz_stats_class.php on line 50 and file /includes/quiz_stats_class.php on line 122.

Thanks :)

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Mon Oct 18, 2010 6:21 pm
by joschka
Hi battye,

50

Code: Select all

'PERCENTAGE'                => number_format((100*$row['quiz_correct'])/($row['quiz_incorrect']+$row['quiz_correct']), 0) . '%',
122

Code: Select all

'PERCENTAGE'                => number_format((100*$row['sum_correct'])/($row['sum_incorrect']+$row['sum_correct']), 0) . '%',
Thx for great help here!

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Tue Oct 19, 2010 7:44 am
by battye
No worries :)
Please make the following changes to both lines (see the new part following the => symbol) :)

50

Code: Select all

'PERCENTAGE'                => (($row['quiz_incorrect']+$row['quiz_correct'])<1) ? 0 : number_format((100*$row['quiz_correct'])/($row['quiz_incorrect']+$row['quiz_correct']), 0) . '%',
122

Code: Select all

'PERCENTAGE'                => (($row['quiz_incorrect']+$row['quiz_correct'])<1) ? 0 : number_format((100*$row['sum_correct'])/($row['sum_incorrect']+$row['sum_correct']), 0) . '%',

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Tue Oct 19, 2010 8:30 pm
by joschka
many Thanks battye!! :D that was ist!

have you a any idea for this one?? :roll:
You want to show all results as numerics instead of percentage, yes? I can't help with this. Battye (UQM MOD developer) may be able to assist with this.

at least one value so that a winner can be determined


have a nice day

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Thu Oct 21, 2010 3:50 pm
by arsalan
I want to use this Mod as Prediction MOd. i.e., add the answer later.

Can I do that?

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Fri Oct 22, 2010 5:52 pm
by joschka
:?

:cry:

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Sun Oct 24, 2010 1:49 pm
by battye
arsalan and joschka, my Internet (and cable tv) is not working at the moment (I guess the line is broken) so I'm restricted to posting on my iPhone at the moment. When the Internet is fixed I'll post some answers :)

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Sun Oct 24, 2010 4:26 pm
by joschka
hey batty, no Problem!

thx for Info!

good luck with the Cable

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

Posted: Mon Oct 25, 2010 11:16 am
by arsalan
No problem :D