Skip to content

javanasatlx/jnasatlx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jnasatlx v1.01 (2019-01-08)

What is this?

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!

Supported languages

  • 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!

Supported result output formats

  • Html
  • CSV
  • XML (a XSD schema file for reimporting and code generation is included)
  • Pojo

Some Screenshots

Quick Start

Run in Maven with the following command line parameters:

clean install exec:java -Dexec.mainClass=com.jnasatlx.TlxFrame "-Dexec.args=-language ENGLISH -loglevel DEBUG"

License?

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.

Anything else?

If you add new features or translations - give them to me and I'll put them into the project (or try a pull request).
This project has moved from google code (using SVN) to github in spring 2015 due to the immanent google code shutdown.

Comments, Questions, Wishes?

Contact me via mail at javanasatlx_at_gmail.com

Project History

  • 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

About

A small neat implementation of the Nasa TLX Test in Java Swing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages