dongyGit / OpenMATB_LII

OpenMATB: A Multi-Attribute Task Battery promoting task customization, software extendability and experiment replicability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenMATB: An open-source version of the Multi-Attribute Task Battery (MATB)

Click here to download the last binary for Windows (v1.1)

First presented at a NASA Technical memorandum (Comstock & Arnegard, 1992), the Multi-Attribute Task Battery (MATB) contained a set of interactive tasks that were representative of those performed in aircraft piloting. The MATB requires participants to engage in four tasks presented simultaneously on a computer screen. They consist of (1) a monitoring task, (2) a tracking task, (3) an auditory communication task, and (4) a resource management task. The display screen also encompasses a scheduling view (5) for displaying a chart of incoming task events

Almost twenty years have passed since the last iteration of the MATB implementation (Comstock & Arnegard, 1992), different requirements for up to date research are no longer satisfied. OpenMATB aims to provide an open-source re-implementation of the multi-attribute task battery. It promotes three aspects: (1) tasks customization for full adaptation of the battery, (2) software extendability to easily add new features, (3) experiment replicability to provide significant results.

Those aspects are detailed in: Cegarra, J., Valéry, B., Avril, E., Calmettes, C. & Navarro, J. (2020). OpenMATB: An open source implementation of the Multi-Attribute Task Battery. Behavior Research Methods https://doi.org/10.3758/s13428-020-01364-w

Contact : julien.cegarra AT univ-jfc.fr

Installation

The program requires Python 3.x (tested on version 3.8) and the corresponding version of the Pygame, PySide2 and rstr libraries, freely available online. Make sure you install the matching (32- or 64-bit) version of Pygame as your Python installation, and the one compatible with your Python version number.

The program was tested under Windows and Linux systems. Some minimal code updates are expected to run under mac.

To run perfectly, the software requires only a personal computer and a joystick for the tracking task.

It is covered by a GPL v3 license to promote exchange between researchers, granting them the permission not only to run and to study the source code, but also to share their software modifications.

Main complementary resources:

About

OpenMATB: A Multi-Attribute Task Battery promoting task customization, software extendability and experiment replicability

License:GNU General Public License v3.0


Languages

Language:Python 100.0%