Commit 19764ab8 authored by Sue Mah's avatar Sue Mah

_

parent 806e3da4
# Byte-compiled / optimized / DLL files
__pycache__/
*.pyc
*.pyo
*.pyd
*.so
# Backup files
*.bak
~$*.xls*
~$*.doc*
~$*.ppt*
# Jupyter Notebook
.ipynb_checkpoints
# Virtual Environment files
.env
.venv
env/
venv/
ENV/
# Spyder project settings
.spyderproject
.spyproject
# OS generated files
.DS_Store
.directory
.gdb_history
ehthumbs.db
Icon?
*.orig
old
Thumbs.db
.Spotlight-V100
.Trashes
# lib files used for local debugging
/lib/
/html/lib/
......@@ -59,17 +59,17 @@ psychoJS.start({
expName: expName,
expInfo: expInfo,
resources: [
{'name': 'images/response_cross.jpg', 'path': 'images/response_cross.jpg'},
{'name': 'images/response_plus.jpg', 'path': 'images/response_plus.jpg'},
{'name': 'images/response_ready.jpg', 'path': 'images/response_ready.jpg'},
{'name': 'images/target_I.jpg', 'path': 'images/target_I.jpg'},
{'name': 'images/target_T.jpg', 'path': 'images/target_T.jpg'},
{'name': 'images/target_plus.jpg', 'path': 'images/target_plus.jpg'},
{'name': 'images/target_square.jpg', 'path': 'images/target_square.jpg'},
{'name': 'RTtimeConditions.xlsx', 'path': 'RTtimeConditions.xlsx'},
{'name': 'images/response_square.jpg', 'path': 'images/response_square.jpg'},
{'name': 'images/target_T.jpg', 'path': 'images/target_T.jpg'},
{'name': 'images/target_cross.jpg', 'path': 'images/target_cross.jpg'},
{'name': 'images/target_plus.jpg', 'path': 'images/target_plus.jpg'},
{'name': 'images/grey_square.jpg', 'path': 'images/grey_square.jpg'},
{'name': 'images/response_square.jpg', 'path': 'images/response_square.jpg'}
{'name': 'RTtimeConditions.xlsx', 'path': 'RTtimeConditions.xlsx'},
{'name': 'images/response_ready.jpg', 'path': 'images/response_ready.jpg'},
{'name': 'images/response_cross.jpg', 'path': 'images/response_cross.jpg'},
{'name': 'images/response_plus.jpg', 'path': 'images/response_plus.jpg'},
{'name': 'images/grey_square.jpg', 'path': 'images/grey_square.jpg'}
]
});
......
......@@ -67,17 +67,17 @@ psychoJS.start({
expName: expName,
expInfo: expInfo,
resources: [
{'name': 'images/response_cross.jpg', 'path': 'images/response_cross.jpg'},
{'name': 'images/response_plus.jpg', 'path': 'images/response_plus.jpg'},
{'name': 'images/response_ready.jpg', 'path': 'images/response_ready.jpg'},
{'name': 'images/target_I.jpg', 'path': 'images/target_I.jpg'},
{'name': 'images/target_T.jpg', 'path': 'images/target_T.jpg'},
{'name': 'images/target_plus.jpg', 'path': 'images/target_plus.jpg'},
{'name': 'images/target_square.jpg', 'path': 'images/target_square.jpg'},
{'name': 'RTtimeConditions.xlsx', 'path': 'RTtimeConditions.xlsx'},
{'name': 'images/response_square.jpg', 'path': 'images/response_square.jpg'},
{'name': 'images/target_T.jpg', 'path': 'images/target_T.jpg'},
{'name': 'images/target_cross.jpg', 'path': 'images/target_cross.jpg'},
{'name': 'images/target_plus.jpg', 'path': 'images/target_plus.jpg'},
{'name': 'images/grey_square.jpg', 'path': 'images/grey_square.jpg'},
{'name': 'images/response_square.jpg', 'path': 'images/response_square.jpg'}
{'name': 'RTtimeConditions.xlsx', 'path': 'RTtimeConditions.xlsx'},
{'name': 'images/response_ready.jpg', 'path': 'images/response_ready.jpg'},
{'name': 'images/response_cross.jpg', 'path': 'images/response_cross.jpg'},
{'name': 'images/response_plus.jpg', 'path': 'images/response_plus.jpg'},
{'name': 'images/grey_square.jpg', 'path': 'images/grey_square.jpg'}
]
});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment