========
An implementation of the NASA Task Load Index (NASA-TLX).
From the respective Wikipedia article:
The NASA Task Load Index (NASA-TLX) is a subjective, multidimensional assessment tool that rates perceived workload, in order to assess a task, system, or team’s effectiveness or other aspects of performance. It was developed by the Human Performance Group at NASA’s Ames Research Center over a three year development cycle that included more than 40 laboratory simulations. It has been cited in over 550 studies and a recent search for “NASA-TLX” on Google Scholar revealed over 3,660 articles. These statistics highlight the large influence the NASA-TLX has had in Human Factors research.
Learn more about it at the official NASA-TLX website. You can also take a look at the original paper Development of NASA-TLX (Task Load Index): Results of Empirical and Theoretical Research (PDF format, 1.4 MB).
More infos to follow soon …
No installation required. Just download the ZIP file, unzip it and open index.html
with a browser of your choice.
At this point I tested the implementation with the latest versions of
- Chrome
- Firefox
- Opera
- Safari
- jQuery (MIT license)
- jQuery UI (MIT license or GPL v2)
- Highcharts JS (non-commercial use with CC BY-NC 3.0 license)
This NASA-TLX implementation is published under the MIT license and GPL v3.
You can also take a look at how others implemented the NASA-TLX:
- Keith Vertanen (implemented with HTML and JavaScript)
- Jonathan Polom (implemented with Python and wxPython)