mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
Update README.md
This commit is contained in:
parent
1106538689
commit
dfd7994d5c
10
README.md
10
README.md
@ -134,12 +134,10 @@ var debrief = {
|
|||||||
.filter({stim_type: 'congruent'}).select('rt').mean());
|
.filter({stim_type: 'congruent'}).select('rt').mean());
|
||||||
var incongruent_rt = Math.round(jsPsych.data.get()
|
var incongruent_rt = Math.round(jsPsych.data.get()
|
||||||
.filter({stim_type: 'incongruent'}).select('rt').mean());
|
.filter({stim_type: 'incongruent'}).select('rt').mean());
|
||||||
return "<p style='font-size:25px'>" +
|
return "<p>Your average response time for congruent trials"+
|
||||||
"Your average response time for congruent trials was <strong>"+
|
"was <strong>"+congruent_rt+"ms</strong>.</p>"+
|
||||||
congruent_rt + "ms</strong>.</p>"+
|
"<p>Your average response time for incongruent trials was"+
|
||||||
"<p style='font-size:25px'>" +
|
"<strong>"incongruent_rt + "ms</strong>.</p>";
|
||||||
"Your average response time for incongruent trials was <strong>"+
|
|
||||||
incongruent_rt + "ms</strong>.</p>";
|
|
||||||
}};
|
}};
|
||||||
var timeline = [];
|
var timeline = [];
|
||||||
timeline.push(test);
|
timeline.push(test);
|
||||||
|
Loading…
Reference in New Issue
Block a user