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
I currently have a jsPsych experiment that is a 3-block visual learning task.
Participants are asked to categorize between two types of images, and if a participant reaches a 90% accuracy criterion they progress to the next block, if they fail to reach 90% the user must repeat the block.
When I run this experiment on Pavlovia (jspsych-pavlovia-3.2.5.js) moving from one block / timeline to the next results in Pavlovia cutting off the experiment and prematurely saving the data (it also requires another session token to continue to the next block). I would like the Pavlovia session to continue through as many times/block as is required by the user.
I imagine I must either
A) pass the Pavlovia session token from one block to the next
or
B) pass the authorization token from one block to the next
...or something like that so Pavlovia does not terminate the session at the end of the trial. Does anyone know the way around this? Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I currently have a jsPsych experiment that is a 3-block visual learning task.
Participants are asked to categorize between two types of images, and if a participant reaches a 90% accuracy criterion they progress to the next block, if they fail to reach 90% the user must repeat the block.
When I run this experiment on Pavlovia (jspsych-pavlovia-3.2.5.js) moving from one block / timeline to the next results in Pavlovia cutting off the experiment and prematurely saving the data (it also requires another session token to continue to the next block). I would like the Pavlovia session to continue through as many times/block as is required by the user.
I imagine I must either
A) pass the Pavlovia session token from one block to the next
or
B) pass the authorization token from one block to the next
...or something like that so Pavlovia does not terminate the session at the end of the trial. Does anyone know the way around this? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions