mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-13 00:58:12 +00:00
showing data
This commit is contained in:
parent
c7ef89adb4
commit
dd9629cbbe
@ -28,7 +28,12 @@
|
||||
|
||||
jsPsych.init({
|
||||
display_element: $('#jspsych_target'),
|
||||
experiment_structure: [text_block]
|
||||
experiment_structure: [text_block],
|
||||
on_finish:function(data){
|
||||
$('#jspsych_target').append("<pre>",{
|
||||
html:(JSON.stringify(data,undefined,2))
|
||||
});
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user