You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: jspsych/jsPsych#1077 (comment)
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: jspsych/jsPsych#1092 (comment)
Add suggestions here for the kinds of experiments the book should walk through
The text was updated successfully, but these errors were encountered: