sho-87 / cognitive-battery

Battery of standard cognitive psychology tasks
MIT License
36 stars 12 forks source link

Task modules data saving #4

Open sho-87 opened 8 years ago

sho-87 commented 8 years ago

Data saving should be moved to the individual task modules, rather than all being done in the main script. This would make it easier to keep tasks modular

Related to #2 and #3

sho-87 commented 7 years ago

This is easy if saving CSV files, but currently all tasks write to the same Excel file. That already eliminates some modularity, as you'd need to create and pass in the Excel file/sheets to each task - unless the file is checked/opened at the head of each task but thats messy...