Hart and Staveland’s NASA Task Load Index (NASATLX) is a questionnaire for measuring subjective work load of a given task.
Click here for more information on Wikipedia.
This work is a complete Java Swing Port of the NASA TLX Test implemented in Html and Javascript by Keith Vertanen.
You can find his version here.
jNasaTlx can be run standalone (a build script for the jar is included) or you can just use the classes in your project. It's easy!
- English
- German
Do you want to port it to another language? Add your translations to TlxLocalization.java and contact me for a project update! It's easy!
- Html
- CSV
- XML (a XSD schema file for reimporting and code generation is included)
- Pojo
clean install exec:java -Dexec.mainClass=com.jnasatlx.TlxFrame "-Dexec.args=-language ENGLISH -loglevel DEBUG"
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
It is appreciated if you put a reference to the original authors and me, though.
This project has moved from google code (using SVN) to github in spring 2015 due to the immanent google code shutdown.
Contact me via mail at javanasatlx_at_gmail.com
- 2019-01-08 (v1.01)
- Project structure switched from Ant to Maven
- Lift of code to Java 1.8
- Mac compatibility issue fixed
- Documentation updated.
- Minor issues with encoding fixed (UTF-8)
- Minor refactorings throughout the code
- Spring 2015
- Moved to Github due to closing of Google Code
- Spring 2014 (v1.00)
- Initial version on Google Code