Replies: 2 comments 3 replies
-
A true back button isn't possible with jsPsych's current architecture unless it is contained within a plugin. For example the The reason a back button can't be easily added to other plugins is that the underlying code for an experiment's timeline only allows going forward. Even in the case of looping timelines, the data structures treat the loop as a new set of trials and so there is data for each loop through the timeline. Going back to change existing data is not (easily) done. You could probably fake it through some clever functions that pre-filled in data based on previous trial data, but it will be complicated to do because this isn't a feature we've ever intended to cover. If this is a feature that you really need then jsPsych might not be the right tool at this point in time. |
Beta Was this translation helpful? Give feedback.
-
I am interested in this kind of feature as well. I want to show participants several images and they should be able to go back and forth between those images. After this viewing section they will be asked to rate each image (which can be solved by the "jspsych-image-slider-response" plugin). But I am not quite sure how to solve the first part... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to add a back button to the trial so that if someone didn't answer or wants to change his/her answer, he/she can click the button and see the last question.
If someone can share the implementation of a back button for any kind of trial that would be great, since I would like it to be on a various kinds of trails.
currently I'm working on a trial that will be something like this:
Beta Was this translation helpful? Give feedback.
All reactions