Tasks #137
openFeature #133: Implement Stroop Test
File management
100%
Description
Main m-file manages all recordings and files (participant info and experiment results) correctly and stores in the right folder
Updated by Eydís Huld Magnúsdóttir almost 12 years ago
- Due date changed from 2013-03-13 to 2013-03-22
- Status changed from New to In Progress
- Start date changed from 2013-03-08 to 2013-03-16
Updated by Eydís Huld Magnúsdóttir almost 12 years ago
- % Done changed from 0 to 40
The main m file generates a folder named "Participant name" _ "Number of attemt". This information is retreived from the file Experiment_config.txt. The information on the individual experiment are stored in the file "Experiment_config.txt" wich stores the variable information regarding this particular experiment.
Also stored are .mat files named
Results1 Results2 Results3 Results4 Results5 Results6
In each of these the variables iColour iText and tElapsed are stored for each test:
and the corresponding .wav files named
Test1 Test2 Test3 Test4 Test5 Test6
Next stage is to see if the information in the .mat files matches to the information the participant received
Updated by Eydís Huld Magnúsdóttir almost 12 years ago
- Status changed from In Progress to Resolved
- % Done changed from 40 to 100