jspsych / webbook

A web-based textbook for jsPsych
https://jspsych.github.io/webbook/
12 stars 3 forks source link

Experiment Examples #1

Open jodeleeuw opened 6 years ago

jodeleeuw commented 6 years ago

Add suggestions here for the kinds of experiments the book should walk through

jodeleeuw commented 4 years ago

One feature to highlight in a chapter is importing stimuli from a text file. e.g., CSV -> JSON conversion

becky-gilbert commented 3 years ago

Demonstrate the common use case for a loop + conditional. For instance, looping over trial(s) until a valid response or performance threshold is reached, with a conditional node to conditionally present a 'you need to repeat the trial(s)' message. And a global variable to store the repeat trials boolean that can be set/accessed in both the conditional and loop functions. See here for an example: https://github.com/jspsych/jsPsych/discussions/1077#discussioncomment-87363

becky-gilbert commented 3 years ago

Experiment that involves making some custom CSS changes, such as adjusting the position of buttons in an html-button-response trial. See here for another example use case: https://github.com/jspsych/jsPsych/discussions/1092#discussioncomment-87950