Skip to content
Discussion options

You must be logged in to vote

Naturally, I come up with a solution after I post the question. I was over-complicating it when all I needed to do was use regular javascript. I simply added a for-loop at the end of the on_finish with a few document.writes. It needs more formatting, but this is basically the code.
for (i=1; i < jsPsych.data.get().count(); i++) { document.write(raw_data[i].stimulus); document.write(raw_data[i].affinity_label); document.writeln(raw_data[i].affinity_value); }

Hopefully, this will help someone in the future.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jodeleeuw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant