Documentation for the Stroop task
The Stroop task
The github repository for this module is located at: https://github.com/bsdlab/dp-stroop
Modified Stroop task
The main script to start the Stroop task from command line.
main.run_paradigm_cli | Starting the Stroop paradigm standalone in a pyglet window |
main.run_paradigm | Run the two-word Stroop task paradigm. |
main.run_paradigm_classical | The arrangement and colors where drawn randomly once, but are then fixed |
context.StroopContext | A class to represent the context for the Stroop task. |
task_manager.StroopTaskStateManager | A state manager for the Stroop task providing callbacks for state transitions from: |
utils.marker.utf8_write | Converts integer data into a UTF-8 byte string |
utils.marker.port_writer | Writes data to a serial port with a specified pulse width. |
utils.marker.MarkerWriter | Class for interacting with the virtual serial |