This project is a digital implementation of the Trail Making Test (TMT), a widely used neuropsychological assessment to evaluate visual attention and task switching capabilities.
- ✅ Part A: Connect numbers 1 to 23 in order.
- 🔁 Part B: Alternate between numbers and letters (1-A, 2-B, ..., 12-L).
- ⏱️ 5-minute countdown timer.
- 🎨 Fullscreen GUI with randomly placed buttons using Tkinter.
- ❌ Wrong clicks are penalized and visual feedback is provided.
- 📈 Final results shown for each part with time, accuracy, and performance score.
trail_test.py: Main Python script.
python trail_test.pyThis project is licensed under the MIT License. See LICENSE file for details.
This software is provided for educational and experimental purposes only.
It is not intended for clinical diagnosis, treatment, or medical evaluation.
No part of this software should be used as a substitute for professional healthcare services.
The developer assumes no liability for any decisions or actions taken based on the output of this program.