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/psychopy-easy-introduction/3-coding-experiments-continued?r=yd
📺 SERIES PLAYLIST 📺
https://youtube.com/playlist?list=PLKPbe83DUccG2TLMtv9habm0CAHc0jUHN&si=GCdEgf9CcqF79t7o
⏱️ 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