PsychoPy - Coding experiments (lexical decision task continued) (#3)

Опубликовано: 05 Октябрь 2024
на канале: Susan B.
247
4

In Part 3 of this series on building experiments with PsychoPy we add the following features to our lexical decision task:

→ Load conditions from external CSV file
→ Include pause between conditions
→ Record reaction time
→ Write results to external CSV file
→ Add exit screen

NOTES:
https://codewithsusan.com/notes/psych...

SERIES PLAYLIST:    • PsychoPy - Easy Introduction SERIES  

=== CHAPTERS ===
00:00 Introduction
00:40 Experiment run-through
01:09 Summary of features to be added
02:19 File/subdirectory setup
04:40 Importing conditions from CSV file
09:26 Welcome instructions
10:52 Loop through trials, get index position
13:31 Reaction time
14:12 Check response accuracy
14:45 Results
16:00 Pause
18:01 Write results to CSV file
19:05 Exit screen
19:29 Run experiment
20:49 Correction - fix inaccurate results
22:23 Results CSV file
25:04 Development conditions file