Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
musslick committed Nov 26, 2024
1 parent ce02c15 commit 42b957d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/examples/closed-loop-basic/notebooks/sweetbean.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Generating Stimulus Sequences for a Closed-Loop Psychophysics Study\n",
"\n",
"In this example, we use SweetPea to generate an experimental sequence for a same-different Psychophysics experiment. In this experiment, each trials has the following sequence of events:\n",
"In this example, we use SweetBean to generate an experimental sequence for a same-different Psychophysics experiment. In this experiment, each trials has the following sequence of events:\n",
"- a fixation cross is displayed for 1500 ms\n",
"- a set of two dot stimuli is displayed, one on the left and one on the right for 200ms. Each set contains a certain number of dots and the participant has to indicate whether the numbers of dots in the two sets are the same or different by pressing `y` or `n`.\n",
"\n",
Expand Down Expand Up @@ -64,9 +64,9 @@
"source": [
"## Instruction Block\n",
"\n",
"Many experiment require instructions that tell the participants what to do.\n",
"Many experiments require instructions that tell the participants what to do.\n",
"\n",
"Creating instructions in SweetPea is quite simple. First, we define a number of text stimuli that the participant sees. Then, we specify the order of the text stimuli within a block of instructions."
"Creating instructions in SweetBean is quite simple. First, we define a number of text stimuli that the participant sees. Then, we specify the order of the text stimuli within a block of instructions."
]
},
{
Expand Down

0 comments on commit 42b957d

Please sign in to comment.