Skip to content

Commit

Permalink
Math -> arithmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jan 27, 2020
1 parent deb7a8f commit 2962228
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# math_task
A basic math task implemented with PsychoPy.
# arithmetic-task
A basic arithmetic task implemented with PsychoPy.

This repository has two PsychoPy tasks: `training.py` and `math_task.py`.
This repository has two PsychoPy tasks: `training.py` and `arithmetic_task.py`.

The script `training.py` is used for out-of-scanner training to ensure that participants understand the task.

The script `math_task.py` is the in-scanner task.
The script `arithmetic_task.py` is the in-scanner task.
This task has two runs of 7.5 minutes.

## Configuration files
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions bids/generate_task_description_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@

bold_description = {
'CogAtlasID': '',
'TaskName': 'math'
'TaskName': 'arithmetic'
}

with open('task-math_events.json', 'w') as fo:
with open('task-arithmetic_events.json', 'w') as fo:
json.dump(events_description, fo, sort_keys=True, indent=4)

with open('task-mask_bold.json', 'w') as fo:
with open('task-arithmetic_bold.json', 'w') as fo:
json.dump(bold_description, fo, sort_keys=True, indent=4)
4 changes: 4 additions & 0 deletions bids/task-arithmetic_bold.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"CogAtlasID": "",
"TaskName": "arithmetic"
}
File renamed without changes.
4 changes: 0 additions & 4 deletions bids/task-mask_bold.json

This file was deleted.

0 comments on commit 2962228

Please sign in to comment.