Project

General

Profile

Actions

Wiki » History » Revision 10

« Previous | Revision 10/27 (diff) | Next »
Davíð Örn Jóhannesson, 2013-06-14 14:31


Cognative Tests

n-Back test.

About

Under repository\n_back\About\N-Back Test.pdf is useful information about the project. We suggest you read it before embarking on the rest of the assignment.

Software

The chosen software for this application is Python, using version 3.3.1

Modules used for the project where:

- PySide, for menus activities. Using Qt. (not a major issue so not included currently, revise later)
- PyAudio, for audio activities.
- PyGame, for the visual activities

Some configurations were applied to fit the screen according to the paper this experiment is based on.
The screen is a DELL: 1905fp - series

How to run

To run the test, download python version 3 or later (preferably version 3.3.1), download the .zip file (currently unavailable), extract the .zip file in a directory of your choice. Run the "Run_experiment.py"(currently unavailable) script.
The files created in the test are created in the same directory as the "Run_experiment.py" file.

How it works

After running the file to start the program (see: "How to run") you are prompted to enter subject number from 1-99.
The program then checks if the name is taken, if not taken it creates a directory in the same directory you keep the the program. If the number is taken the program prompts a question to ask if you want to overwrite the folder, choose "y" for yes and "n" for no. If "n" is chosen then the program will exit.

Assuming that you have a legit file name and the directory has been created the test will begin.

.....pending more information

Stroop

About

The stroop test was designed and implemented by dr. Jón Guðnason, and is currently under evaluation and changes in the hands of the developers.

Software

The program was written and is operated on Matlab.

Updated by Davíð Örn Jóhannesson over 11 years ago · 27 revisions