Incorporating timeline variables into data #2546
TomHartleyYork
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @TomHartleyYork! var probe_procedure = {
timeline: [
{
type: jsPsychSurvey,
pages:[
// ...
],
required_question_label: '',
button_label_finish: 'continue',
data: {
class: jsPsych.timelineVariable('class'),
word: jsPsych.timelineVariable('word')
}
},
],
timeline_variables: all_probes, //test_lists is set up in create_drm_lists each study list providing 1 lure, 3 studied words and 3 additional unstudied items
randomize_order: true //the full set of test lists is randomized/intermixed
} Does that work? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having trouble incorporating timeline variables into the output data. I have tried a number of different approaches but none so far have worked, although the task runs properly and returns other data (e.g., "name", "options"). I am not an experienced javascript or jspsych programmer so I am probably doing something foolish.
Beta Was this translation helpful? Give feedback.
All reactions