mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +00:00
Deployed da654079
to 7.0 with MkDocs 1.2.2 and mike 1.0.1
This commit is contained in:
parent
c988c7472e
commit
5099724d85
BIN
7.0/demos/img/iat_old_face.jpg
Executable file
BIN
7.0/demos/img/iat_old_face.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
@ -33,7 +33,7 @@
|
||||
|
||||
var trial = {
|
||||
type: jsPsychIatHtml,
|
||||
stimulus: 'Golf',
|
||||
stimulus: 'Joyous',
|
||||
stim_key_association: 'left',
|
||||
html_when_wrong: '<span style="color: red; font-size: 80px">X</span>',
|
||||
bottom_instructions: '<p>If you press the wrong key, a red X will appear. Press the other key to continue</p>',
|
||||
@ -42,8 +42,8 @@
|
||||
trial_duration: 3000, //Only if display_feedback is false
|
||||
left_category_key: 'e',
|
||||
right_category_key: 'i',
|
||||
left_category_label: ['OLD'],
|
||||
right_category_label: ['YOUNG'],
|
||||
left_category_label: ['OLD', 'GOOD'],
|
||||
right_category_label: ['YOUNG', 'BAD'],
|
||||
response_ends_trial: true
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
var trial = {
|
||||
type: jsPsychIatImage,
|
||||
stimulus: 'img/blue.png',
|
||||
stimulus: 'img/iat_old_face.jpg',
|
||||
stim_key_association: 'left',
|
||||
html_when_wrong: '<span style="color: red; font-size: 80px">X</span>',
|
||||
bottom_instructions: '<p>If you press the wrong key, a red X will appear. Press the other key to continue</p>',
|
||||
@ -49,8 +49,8 @@
|
||||
trial_duration: 3000, //Only if display_feedback is false
|
||||
left_category_key: 'e',
|
||||
right_category_key: 'i',
|
||||
left_category_label: ['OLD'],
|
||||
right_category_label: ['YOUNG'],
|
||||
left_category_label: ['OLD', 'GOOD'],
|
||||
right_category_label: ['YOUNG', 'BAD'],
|
||||
response_ends_trial: true
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user