Official LiveQuiz feedback thread

PurpleVanguardPlot

Active member
Messages
84
Points
33
I got the bug on the second question and lost points for the correct answer.

How about changing the name from LiveQuiz to LotteryQuiz? I think that name is more descriptive of what it is. ;)
 
Messages
35
Points
18
2nd question, rugby union, showing wrong and not counted. (multiple click doesn't work)
my luck runs out after quiz about animal emoji. :sleep:
 

stevenhoerr90

Member
Messages
97
Points
18
Big Thank You to Mr Gentleman and ratsy2 for hints.
I am a big 0 in sports - only recognized "pit stop" and "homerun". Without hints I wouldn't make it.
No bugs today - smooth sailing all the way.

Me too, im not so into it. But still some i know, Skiing, Curling, Cricket, Rugby, i know nothing about at all. :D
Baseball, heard the terms, Car Racing too, Bowling yeah and Boxing, who doesnt know Rocky at all?

AAAAAAAAAAAAAAAAADDDDDDDDDDDDDRRRRRRRRRRRRRRRRRIIIIIIIIIIIIIAAAAAAAAAAAAAAAAAAAAAAAANNNNNNNNNNN. :D
 

Keeper Of Monsters

Well-known member
Messages
634
Points
93
Me too, im not so into it. But still some i know, Skiing, Curling, Cricket, Rugby, i know nothing about at all. :D
Baseball, heard the terms, Car Racing too, Bowling yeah and Boxing, who doesnt know Rocky at all?

AAAAAAAAAAAAAAAAADDDDDDDDDDDDDRRRRRRRRRRRRRRRRRIIIIIIIIIIIIIAAAAAAAAAAAAAAAAAAAAAAAANNNNNNNNNNN. :D
Well, you are right about Rocky (I hope) - but that was a hint! Without it question could have been as well in japanese or something.
 

PurpleVanguardPlot

Active member
Messages
84
Points
33
I looked in to the js of the quiz and one thing that I think stands out in connection with the bug that the selected answer is not recorded is the error handling function of the of the ajax call in the submitAnswer function. It only does $questionAswers.removeClass('disabled'); which will make the answer buttons clickable again but it does not in any way indicate this to the user. If you would add $this.removeClass('quiz2-answer-selected'); to the error handling function the user would be informed that the selection has failed by removing highlighting of the selected answer. The user can now see that they should click the button again and hopefully it will be in time to get the answer recorded. This would not solve the actual problem of failed ajax calls though. Also if the bug is caused by ajax calls that don't respond in time the error function will never be called and the suggested change will have no effect.
 

Korakora

New member
Messages
12
Points
3
I get the feeling that gala credit wasn't added in my account from the last quiz, is there way to be sure about it?
 

TTRM

Well-known member
Messages
463
Points
93
Headhunter is working now, but no new hints are available. Will see tomorrow. 😊
Confirmed on my end too; it's working again. Hopefully it'll stay in a functional state.
(Nobody jinx it. I swear, if anybody jinxes it.....)

Edit: Didn't take notice of it at first, but it seems the sound is back too. I'll take that as a good sign.
 
Last edited:

Steven

Moderator
Staff member
Messages
498
Points
63
I looked in to the js of the quiz and one thing that I think stands out in connection with the bug that the selected answer is not recorded is the error handling function of the of the ajax call in the submitAnswer function. It only does $questionAswers.removeClass('disabled'); which will make the answer buttons clickable again but it does not in any way indicate this to the user. If you would add $this.removeClass('quiz2-answer-selected'); to the error handling function the user would be informed that the selection has failed by removing highlighting of the selected answer. The user can now see that they should click the button again and hopefully it will be in time to get the answer recorded. This would not solve the actual problem of failed ajax calls though. Also if the bug is caused by ajax calls that don't respond in time the error function will never be called and the suggested change will have no effect.
Thank you for the suggestion. I have forwarded this to the tech team.
 
Top