mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
imrpoved example code for jspsych-survey-html-form plugin
This commit is contained in:
parent
1b36f56daa
commit
f4b4e7301c
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user