Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.44 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.44 KB

Stroopy

A simple Stroop Task programmed using PsychoPy

IMAGE ALT TEXT HERE

Instructions

  • Swedish
  • English

Instructions (both English and Swedish) are found in the file "INSTRUCTIONS". This file is read and parsed by some functions. The set up of the functions is that Swedish - SwedishEnd words will mark where the swedish instructions are. The words ending with START and END marks where the scripts (i.e., the functions) will find instructions:

  • instructions - The instructions on how to perform the task - the first that will show
  • practice - How to start the experiment (i.e., press SPACE) - the first that will show (on the bottom of the screen
  • test - After practice trials - informing that the test part starts and questions should be asked now
  • done - Telling participants that the experiment is done

Stimuli

  • English
  • Swedish (stimuli translated in the script. Not optimal)
  • More languages? Feel free to add your own languages. Perhaps the function for translating to Swedish need to remove and languages fetched elsewhere.

Feel free to contribute with other languages.

As for now to add more languages add a language in the list on line 21 (['Swedish', 'English']). After this is done you need to follow how the INSTRUCTIONS file is set-up (as described above). Also, the translation function ned to be updated.