mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +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 = {
|
var trial = {
|
||||||
type: jsPsychIatHtml,
|
type: jsPsychIatHtml,
|
||||||
stimulus: 'Golf',
|
stimulus: 'Joyous',
|
||||||
stim_key_association: 'left',
|
stim_key_association: 'left',
|
||||||
html_when_wrong: '<span style="color: red; font-size: 80px">X</span>',
|
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>',
|
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
|
trial_duration: 3000, //Only if display_feedback is false
|
||||||
left_category_key: 'e',
|
left_category_key: 'e',
|
||||||
right_category_key: 'i',
|
right_category_key: 'i',
|
||||||
left_category_label: ['OLD'],
|
left_category_label: ['OLD', 'GOOD'],
|
||||||
right_category_label: ['YOUNG'],
|
right_category_label: ['YOUNG', 'BAD'],
|
||||||
response_ends_trial: true
|
response_ends_trial: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
var trial = {
|
var trial = {
|
||||||
type: jsPsychIatImage,
|
type: jsPsychIatImage,
|
||||||
stimulus: 'img/blue.png',
|
stimulus: 'img/iat_old_face.jpg',
|
||||||
stim_key_association: 'left',
|
stim_key_association: 'left',
|
||||||
html_when_wrong: '<span style="color: red; font-size: 80px">X</span>',
|
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>',
|
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
|
trial_duration: 3000, //Only if display_feedback is false
|
||||||
left_category_key: 'e',
|
left_category_key: 'e',
|
||||||
right_category_key: 'i',
|
right_category_key: 'i',
|
||||||
left_category_label: ['OLD'],
|
left_category_label: ['OLD', 'GOOD'],
|
||||||
right_category_label: ['YOUNG'],
|
right_category_label: ['YOUNG', 'BAD'],
|
||||||
response_ends_trial: true
|
response_ends_trial: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user