showing data

This commit is contained in:
Josh de Leeuw 2013-11-10 19:04:53 -05:00
parent c7ef89adb4
commit dd9629cbbe

View File

@ -28,7 +28,12 @@
jsPsych.init({ jsPsych.init({
display_element: $('#jspsych_target'), 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> </script>
</html> </html>