Replies: 2 comments 2 replies
-
I mean, this is really up to you when you code your task in JavaScript, since generally you have to explicitly call to save the date, e.g. psiTurk.savedata() ... |
Beta Was this translation helpful? Give feedback.
1 reply
-
psiTurk does not have a jsPsych dependency.
Call psiTurk.recordTrialData with just the data that you want to be
eventually saved (by saveData), and no other.
…On Fri, Dec 16, 2022 at 12:58 PM Fatih Sogukpinar ***@***.***> wrote:
Hi @jacob-lee <https://github.com/jacob-lee>
Thanks for the answer. What I meant was not actually saving the data, but
rather not updating it at all.
I mean, if in a given trial the response is null, then I do not want to
include that trial in the "data" structure of jsPsych.
Can I achieve this by calling psiTurk.savedata() appropriately?
Thanks!
—
Reply to this email directly, view it on GitHub
<#558 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM5SQL6WGKEU55FM4IAOHLWNSUVDANCNFSM6AAAAAATBCAR4Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fspinar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I want to skip saving data in a trial if the response is not correct. I.e.,
if response not correct
data does not change
else
update data
How can I achieve that?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions