diff --git a/7.0/demos/img/iat_old_face.jpg b/7.0/demos/img/iat_old_face.jpg new file mode 100755 index 00000000..3930e061 Binary files /dev/null and b/7.0/demos/img/iat_old_face.jpg differ diff --git a/7.0/demos/jspsych-iat-html-demo1.html b/7.0/demos/jspsych-iat-html-demo1.html index bb84b063..0b10d4ed 100755 --- a/7.0/demos/jspsych-iat-html-demo1.html +++ b/7.0/demos/jspsych-iat-html-demo1.html @@ -33,7 +33,7 @@ var trial = { type: jsPsychIatHtml, - stimulus: 'Golf', + stimulus: 'Joyous', stim_key_association: 'left', html_when_wrong: 'X', bottom_instructions: '

If you press the wrong key, a red X will appear. Press the other key to continue

', @@ -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 } diff --git a/7.0/demos/jspsych-iat-image-demo1.html b/7.0/demos/jspsych-iat-image-demo1.html index 368ef034..74fd042e 100755 --- a/7.0/demos/jspsych-iat-image-demo1.html +++ b/7.0/demos/jspsych-iat-image-demo1.html @@ -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: 'X', bottom_instructions: '

If you press the wrong key, a red X will appear. Press the other key to continue

', @@ -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 } diff --git a/7.0/sitemap.xml.gz b/7.0/sitemap.xml.gz index ee0e6f10..e75341af 100755 Binary files a/7.0/sitemap.xml.gz and b/7.0/sitemap.xml.gz differ