Search found 113 matches

by subvertbeats
Sat Feb 06, 2010 9:07 am
Forum: Web Design
Topic: [ALPHA] Ultimate Quiz MOD v2.1.2 Progress
Replies: 477
Views: 311168

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

as above, even having deleted the old quiz, recreated a new one, and several entries later....survey doesnt show. I know that stats are correctly being recorded as i temporarily threw a couple of debug echos in various places to confirm. is the quiz statistics overview table used for the survey (as ...
by subvertbeats
Sat Feb 06, 2010 8:53 am
Forum: Web Design
Topic: [ALPHA] Ultimate Quiz MOD v2.1.2 Progress
Replies: 477
Views: 311168

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

Hi battye

Well I had turned it on and to this point (even after recreating that quiz having uncommented that line out, per the PM) Im still not seeing any survey results on the submit page.
by subvertbeats
Sat Feb 06, 2010 8:51 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 76656

Re: UQM 2.0 - Predictions Extensions

thanks battye...thought that might be the case..
by subvertbeats
Fri Feb 05, 2010 2:41 pm
Forum: Web Design
Topic: [ALPHA] Ultimate Quiz MOD v2.1.2 Progress
Replies: 477
Views: 311168

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

No problem - nice to be able to contribute something, even if so small, after all the help youve given me. Quick question about the survey results in B4 As you recall, due to the nature of our quizzes (predictions) I disable the 'show answers' option as its meaningless in our context. But Id still l...
by subvertbeats
Thu Feb 04, 2010 5:33 pm
Forum: Web Design
Topic: [ALPHA] Ultimate Quiz MOD v2.1.2 Progress
Replies: 477
Views: 311168

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

Hey battye B4 is going great ! On the new highest percentage stats table though, there seems to be a small problem. Highest percentage of correct answers Competition player Correct Incorrect Percentage einarst 9 2 82% Jamal 8 3 73% ..... ..... ..... kangnamwon 4 7 36% chris 4 7 36% sindr0m 4 7 36% u...
by subvertbeats
Wed Feb 03, 2010 2:35 pm
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 76656

Re: UQM 2.0 - Predictions Extensions

awesome, thanks battye!
by subvertbeats
Wed Feb 03, 2010 2:08 pm
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 76656

Re: UQM 2.0 - Predictions Extensions

Thanks battye, whats your advise ref beta 4, and even the forthcoming final release?

should I try and keep up to date and patch accordingly?
Or should I just lok out for any important security related changes?

all the best
by subvertbeats
Wed Feb 03, 2010 1:15 pm
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 76656

Re: UQM 2.0 - Predictions Extensions

EDIT: Well, whilst my logic above seems sound to me, reverting that change has got things working !

Hmmm......
by subvertbeats
Wed Feb 03, 2010 1:12 pm
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 76656

Re: UQM 2.0 - Predictions Extensions

Ahhh right... Ignore Stigande thats just a button label in a swedish version of mysql :) Question 40 is like all the other questions a multiple choice: Possible answers for Q 40 were: - Jay Hieron - Joe Riggs - Draw There are 56 quiz entries Each question (11 total questions), for each players entry...
by subvertbeats
Wed Feb 03, 2010 11:44 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 76656

Re: UQM 2.0 - Predictions Extensions

Hi battye

I will try that but its just a while condition right? and its working since we are getting the error inside of that while statement.

Did you see my post above about that entry with no question answer data?

Is that not the likely cause here?
by subvertbeats
Wed Feb 03, 2010 10:10 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 76656

Re: UQM 2.0 - Predictions Extensions

Hey battye Looking through that result set more closely I see this: 227 40 10 0 810 Note that for this table entry, there is no data for the quiz_answer field. Could this be causing it? And if so, if I insert an answer there, assuming it fixes it, is there a way to validate that the form entry for s...
by subvertbeats
Wed Feb 03, 2010 9:12 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 76656

Re: UQM 2.0 - Predictions Extensions

battye wrote:I don't see any reason why it wouldn't be working. You haven't tried to "cancel" this question?
No, not at all :/
by subvertbeats
Tue Feb 02, 2010 2:18 pm
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 76656

Re: UQM 2.0 - Predictions Extensions

edit: full listings for question 40 (one for each of the 56 entries): quiz_stats_id quiz_question_id Stigande quiz_id quiz_answer quiz_correct quiz_player 447 40 10 Jay Hieron 0 1045 359 40 10 Jay Hieron 0 1187 590 40 10 Jay Hieron 0 767 370 40 10 Jay Hieron 0 245 579 40 10 Jay Hieron 0 141 436 40 1...
by subvertbeats
Tue Feb 02, 2010 1:08 pm
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 76656

Re: UQM 2.0 - Predictions Extensions

Output from that command is:
OUT(0): 40
by subvertbeats
Tue Feb 02, 2010 12:49 pm
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 76656

Re: UQM 2.0 - Predictions Extensions

I do notice in the code that after populating that users array:

Code: Select all

$users[$i] = $row['quiz_player'];
the array is never read / used