Phi for All Posted March 16, 2005 Posted March 16, 2005 Here's another reaction time game...[url']http://www.reflexgame.com/[/url]I got a .17 and it said "Excellent", but when I anticipated it perfectly (luckily) and got .00 all I got was "Well done". They should give me an iPod or something. Or a horse. Not a pony, a horse.
Rakdos Posted March 16, 2005 Posted March 16, 2005 Ahem, see Lance's time in post #16, then see Dave[/b'] for some remedial math lessons. my math skills suck
jdurg Posted March 16, 2005 Posted March 16, 2005 Here's another reaction time game...[url']http://www.reflexgame.com/[/url] Heh. I got distracted and had a reaction time of 1.2 seconds. It asked me if I'd been drinking.
5614 Posted March 16, 2005 Author Posted March 16, 2005 from that reflexgame.com source code: function remark(responseTime) { var responseString=""; if (responseTime < 0.10) responseString="Well done!"; if (responseTime >= 0.10 && responseTime < 0.20) responseString="Excellent, now for the .10 barrier!"; if (responseTime >=0.20 && responseTime < 0.30) responseString="Better than most, but not as good as you could be..."; if (responseTime >=0.30 && responseTime < 0.60) responseString="Keep practicing!"; if (responseTime >=0.60 && responseTime < 1) responseString="Have you been drinking?"; if (responseTime >=1) responseString="Did you fall asleep?"; return responseString; } Now come on, even you guys can work out what that means, it's purely logical! I don't like that website, here's why: When it changes colour press down on the mouse button but do not lift your finger up, it wont count as being clicked.... the site is testing how quickly you test as well as your reaction time, it's not quite like the sheep where it's purely how quickly you push your finger down.
jdurg Posted March 16, 2005 Posted March 16, 2005 Hmmm. Then maybe I was drinking because I swore my time was greater than 1 sec and I got that drinking message.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now