https://github.com/coganlab/retrocue
Task scripts for retrocue repeat tasks
https://github.com/coganlab/retrocue
Last synced: about 1 year ago
JSON representation
Task scripts for retrocue repeat tasks
- Host: GitHub
- URL: https://github.com/coganlab/retrocue
- Owner: coganlab
- Created: 2024-10-30T15:03:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T20:28:30.000Z (over 1 year ago)
- Last Synced: 2025-02-12T13:24:06.164Z (over 1 year ago)
- Language: MATLAB
- Size: 2.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task scripts for Retrocue Experiment
To run this task script, use Matlab:
`Retrocue_main(subject,practice,startblock)`
**Modes:**
`Retrocue_main(subject,1,1)` full practice + real task (starting from block 1).
`Retrocue_main(subject,2,1)` mixed session in practice only + real task (starting from block 1).
`Retrocue_main(subject,0,1)` starting block at the beginning.
**Important:** During the task, in each trial, patient should repeat continuously **without leaving a gap** between the two syllables .

*To generate random trial lists*
Clone https://github.com/Baishenliang/lexical_retro_delay_expdesign, install the environment, and fully run the `bsliang_retrocue_expdesign.ipynb`.
A `backup_trial_list_xxx.xlsx` will be generated and simultaneously sent to the `triallists` folder, and the `trials` folder in the Retrocue_taskscripts local repository (make sure to edit the path beforehead).
A report of randomization estimation `backup_trial_list_syllablescores_xxx.xlsx` will also be generated and sent to the `triallists` folder.
Developed by **Baishen Liang** (liangbs95@gmail.com;baishen.liang@duke.edu), adopting the lexical delayed repeat tasks in Cogan Lab.