home

day 3: getting started with psychopy and web experiments

  • overview day 3
time section concepts outcomes
09-10 3.1.1 psychopy installing the psychopy3 2020/2021 standalone package from github
3.1.2 python syntax practice data structures, conditional statements, flow control
3.1.3 testing check out the experiment on pavlovia to get an idea about the design
break
10-11 3.2.1 builder construct a randomized controlled posner task experiment (reaction time)
3.2.2 conditions check out conditions, trials, and stimuli in excel file, cf. gantt chart
3.2.3 responses register mouse click and latency responses, add loop for trials
break
11-12 3.3.1 web based use pavlovia web service to put experiment online and invite participants
3.3.2 manage log in to pavlovia, sync psychopy experiment, select local dir, remote repo
3.3.3 publish view code on gitlab, change experiment status to piloting, change to public
12-13 lunch

section 3.1.1

some line

section 3.1.2

some line

section 3.1.3

some line

In [1]:
import pandas as pd
In [ ]: