How to save RTs #2331
Answered
by
valentinavellani
valentinavellani
asked this question in
Q&A
-
Hi All,
Thank you all! |
Beta Was this translation helpful? Give feedback.
Answered by
valentinavellani
Nov 17, 2021
Replies: 2 comments
-
the correct one is actually |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
valentinavellani
-
If you are trying to get the RT from the current trial in its var info_questions_time3 = {
type: 'survey-likert',
questions: [
{
prompt: '<span style="font-size:25px; "> Do you think this information is true or false?</span>',
labels: scale_accuracy,
required: true
}
],
scale_width: 1400,
on_finish: function(data) {
rt_acc = data.rt
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the correct one is actually
JSON.parse(jsPsych.data.getLastTrialData().values()[0].rt)