Skip to content

Commit

Permalink
bug fix palmer
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Oct 14, 2013
1 parent a5406eb commit cd46e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/jspsych-palmer.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@
block.data[block.trial_idx] = $.extend({}, {
"trial_type": "palmer",
"trial_index": block.trial_idx,
"configuration": lineIsVisible,
"target_configuration": trial.configurations,
"configuration": JSON.stringify(lineIsVisible),
"target_configuration": JSON.stringify(trial.configurations),
"rt": response_time,
"correct": correct,
"num_wrong": n_diff,
Expand Down

0 comments on commit cd46e3e

Please sign in to comment.