Skip to content

Java (libGDX) source code for three types of cognitive tests - trail making, reaction time, and paired associates learning.

License

Notifications You must be signed in to change notification settings

bc-bytes/cognitive-tests

Repository files navigation

Cognitive Tests: Trail Making, Reaction Time, and Paired Associates Learning

Java source code for three types of cognitive tests - trail making, reaction time, and paired associates learning. The target framework is libGDX.

You will need to create a new libGDX project to import these Java classes into. Instructions on how to do that can be found here.

Note that this code was written in 2014, so you may find it easier to use a libGDX version from that year as functionality of the framework may have changed since. Please also note that we do not offer any technical support.

If you use any part of this code in a research project, please consider citing our paper:

@inproceedings{cassidy2014cog,
 author    = {Cassidy, Bill and Stringer, Gemma and Yap, Moi Hoon},
 title     = {Mobile Framework for Cognitive Assessment: Trail Making Test and Reaction Time Test},
 booktitle = {Proceedings of the 2014 IEEE International Conference on Computer and Information Technology},
 year      = {2014},
 pages     = {700--705}
} 

Please read the DISCLAIMER before using any of this code.

Trail Making

trail making picture 1

trail making picture 2

Reaction Time

reaction time picture

Paired Associates Learning

paired associates learning

About

Java (libGDX) source code for three types of cognitive tests - trail making, reaction time, and paired associates learning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages