Jump to content

Test you reaction time


5614

Recommended Posts

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.

Link to comment
Share on other sites

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.