Search found 113 matches

by subvertbeats
Fri Jan 22, 2010 12:52 pm
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

Hmm ok..... The most important thing is (on a per quiz basis) being able to see a sorted list of users, with the following information for each user: Correct Answers Incorrect answers And the list should be sorted in ascending order on the number of incorrect answers. Anything else is not really so ...
by subvertbeats
Fri Jan 22, 2010 12:40 pm
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

Ok, no errors, and the following output (as before): User subvertbeats answered question 1 INCORRECTLY. They entered the answer Fighter A. User subvertbeats answered question 1 INCORRECTLY. They entered the answer Fighter A. User Lyoto answered question 1 INCORRECTLY. They entered the answer Fighter...
by subvertbeats
Fri Jan 22, 2010 12:33 pm
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

Thanks battye Uncommented that line, then used your updated file for subvertbeats_quiz.php SQL ERROR [ mysql4 ] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,...
by subvertbeats
Fri Jan 22, 2010 12:09 pm
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

The lines referenced here:

http://forums.cricketmx.com/viewtopic.p ... 195#p98998

?

If so, then yes, I have commented those four lines out.
by subvertbeats
Fri Jan 22, 2010 11:53 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

I believe so yes :)

Other things are minor and I will try and tackle them over time.....
by subvertbeats
Fri Jan 22, 2010 10:49 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

Enjoy !
by subvertbeats
Fri Jan 22, 2010 10:43 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

following the main output NAME: D NAME: D NAME: D Array ( [subvertbeats] => Array ( [0] => Question 1 incorrect (Fighter A) [1] => Question 1 incorrect (Fighter A) [2] => Question 2 incorrect (Fighter C) [3] => Question 2 incorrect (Fighter C) [4] => Question 3 incorrect (Fighter F) [5] => Question ...
by subvertbeats
Fri Jan 22, 2010 10:32 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

Yep looking like its getting there After the main result output... Array ( [subvertbeats] => Array ( [0] => Question 1 incorrect (Fighter A) [1] => Question 1 incorrect (Fighter A) [2] => Question 2 incorrect (Fighter C) [3] => Question 2 incorrect (Fighter C) [4] => Question 3 incorrect (Fighter F)...
by subvertbeats
Fri Jan 22, 2010 10:26 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

If you have the time then it would be great but I really dont want to take the mickey...
by subvertbeats
Fri Jan 22, 2010 10:20 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

Ok full output is: User subvertbeats answered question 1 INCORRECTLY. They entered the answer Fighter A. User subvertbeats answered question 1 INCORRECTLY. They entered the answer Fighter A. User Lyoto answered question 1 INCORRECTLY. They entered the answer Fighter A. User Kamara666 answered questi...
by subvertbeats
Fri Jan 22, 2010 10:14 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

Same outout except the output is followed by:
D

D

D
by subvertbeats
Fri Jan 22, 2010 10:03 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

Yep will, do - just wanted to highlight the suspected reason for those duplicate entries instead of you thinking there was a potential issue with the results display code in here.

New code shows usernames - output looks great :)
by subvertbeats
Fri Jan 22, 2010 9:54 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

Yes looks good. Would be nice if we could print forum user name instead of user ID. User 377 answered question 1 INCORRECTLY. They entered the answer Fighter A. User 377 answered question 1 INCORRECTLY. They entered the answer Fighter A. User 55 answered question 1 INCORRECTLY. They entered the answ...
by subvertbeats
Fri Jan 22, 2010 9:46 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

Next I guess would be to update statistics table?
by subvertbeats
Fri Jan 22, 2010 9:45 am
Forum: Web Design
Topic: UQM 2.0 - Predictions Extensions
Replies: 165
Views: 78448

Re: UQM 2.0 - Predictions Extensions

Works perfectly. Same result set.

The only diffs shown were where I had modified the name of the file and references throughout the code, but I took your file and used that regardless.