Skip to content

This small Java Swing application measures your response time to certain tasks.

License

Notifications You must be signed in to change notification settings

realdegrees/Reaction-Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reaction-Tester

This small Java Swing application measures your response time to certain tasks. There are 4 different situations:

Download the application from /out/artifacts/ReactionTest_jar/ReactionTest.jar

  • Visual Reaction Test
    Tests your reaction to a simple visual change. A square turns green in random intervals measuring the time in milliseconds until a button is pressed after the change.
  • Audio Reaction Test
    Same as above but sans the visual cue and an audio cue instead.
  • Choice Reaction Test
    4 letters are presented on the screen with a red background. 1 of them turns green in random intervals. Measures the time in milliseconds until the correct button is pressed. Wrong input skips one pass.
  • Stimuli Reaction Test
    The screen flashed is different random colors. At the beginning one color is presented. If this color reappears press a button.

All Tests run 15 times and calculate the average reaction time. The best and worst response is also stored.

The program does currently not filter outliers (e.g. you were distracted and clicked after 10 seconds)

Results can be extracted as a .txt file in the results tab if necessary.

KNOWN BUGS

  • .txt export includes unnecessary logs

About

This small Java Swing application measures your response time to certain tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published