Deployed da654079 to 7.0 with MkDocs 1.2.2 and mike 1.0.1

This commit is contained in:
Josh de Leeuw 2021-10-04 09:19:29 -05:00
parent c988c7472e
commit 5099724d85
4 changed files with 6 additions and 6 deletions

BIN
7.0/demos/img/iat_old_face.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -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
}

View File

@ -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.