This is Part 2 of a series on building experiments using PsychoPy where we'll zoom in on the Coder View and break down how to build experiments using Python code. Our example is a simple lexical decision task. The basic procedure of this experiment involves measuring how quickly people classify stimuli as words or nonwords.
NOTES: https://codewithsusan.com/notes/psych...
SERIES PLAYLIST: • PsychoPy - Easy Introduction SERIES
=== CHAPTERS ===
00:00 Introduction
00:51 Example setup
01:53 Experiment run through
03:20 Results output
04:10 Import modules
05:50 Initialize results
06:09 Define conditions
07:32 Initialize experiment window l
09:23 Exit an experiment
10:57 Welcome instructions
13:10 Display content on the window
14:06 Listening for the space key
15:57 Trials loop
17:10 Display characters
17:36 Listen and check keyboard response
20:08 Update results
23:03 Terminate experiment