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
d0ea893d1a
commit
192d3b9b44
10
README.md
10
README.md
@ -149,10 +149,12 @@ 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>Your average response time for congruent trials"+
|
return "<p style='font-size:25px'>Your average response"+
|
||||||
"was <strong>"+congruent_rt+"ms</strong>.</p>"+
|
"time for congruent trials was <strong>"+congruent_rt+
|
||||||
"<p>Your average response time for incongruent trials was"+
|
"ms</strong>.</p>"+
|
||||||
"<strong>"incongruent_rt + "ms</strong>.</p>";
|
"<p style='font-size:25px'>Your average response time for"+
|
||||||
|
"incongruent trials was <strong>"incongruent_rt +
|
||||||
|
"ms</strong>.</p>";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user