mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
update readme spacing
This commit is contained in:
parent
5551a996b0
commit
e743795a11
@ -77,10 +77,10 @@ These examples are intended to illustrate what jsPsych code and experiments look
|
|||||||
|
|
||||||
|
|
||||||
var trial_1 = {
|
var trial_1 = {
|
||||||
type: "image-keyboard-response",
|
type: "image-keyboard-response",
|
||||||
stimulus: 'img/happy_face_1.jpg',
|
stimulus: 'img/happy_face_1.jpg',
|
||||||
choices: [89, 78],
|
choices: [89, 78],
|
||||||
prompt: '<p>Is this face happy? Y or N.</p>'
|
prompt: '<p>Is this face happy? Y or N.</p>'
|
||||||
}
|
}
|
||||||
|
|
||||||
var trial_2 = {
|
var trial_2 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user