imrpoved example code for jspsych-survey-html-form plugin

This commit is contained in:
Jan Simson 2019-03-20 15:07:22 -04:00
parent 1b36f56daa
commit f4b4e7301c

View File

@ -22,8 +22,8 @@
var form_trial = {
type: 'survey-html-form',
html: '<p> How are you feeling <b>right now?</b> </p>' +
'<p> I am feeling <input name="first" type="text" />, <input name="second" type="text" />, and <input name="third" type="text" />_.</p>'
preamble: '<p> How are you feeling <b>right now?</b> </p>',
html: '<p> I am feeling <input name="first" type="text" />, <input name="second" type="text" />, and <input name="third" type="text" />.</p>'
}
jsPsych.init({