mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
Merge branch 'feature-1' into develop
This commit is contained in:
commit
6e35baceda
@ -98,7 +98,7 @@
|
|||||||
'id': plugin_id_name + '-next',
|
'id': plugin_id_name + '-next',
|
||||||
'class': plugin_id_name
|
'class': plugin_id_name
|
||||||
}));
|
}));
|
||||||
$(plugin_id_selector + "-next").html('Submit options');
|
$(plugin_id_selector + "-next").html('Submit Answers');
|
||||||
$(plugin_id_selector + "-next").click(function() {
|
$(plugin_id_selector + "-next").click(function() {
|
||||||
// measure response time
|
// measure response time
|
||||||
var endTime = (new Date()).getTime();
|
var endTime = (new Date()).getTime();
|
||||||
|
Loading…
Reference in New Issue
Block a user