Jump to content

Recommended Posts

Posted
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". :mad:

 

They should give me an iPod or something. Or a horse. Not a pony, a horse.

Posted
Ahem, see Lance's time in post #16, then see Dave[/b'] for some remedial math lessons.

 

my math skills suck

Posted

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.

Posted

Hmmm. Then maybe I was drinking because I swore my time was greater than 1 sec and I got that drinking message. :D

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.