11-22-2021, 06:32 AM
Hello!
I am trying to create an experiment were people rate emojis for valence and arousal. The total number of emojis is 54, divided into 3 lists (20 - 20 - 14). I have randomised the order of the emojis in each list. Now, my problem is the following:
In every list, I want two images to be presented below each emoji; one picture indicating 9 levels of valence and one picture showing nine arousal levels. Below each picture, a rating option (1-9 Likert scale) should be available. This is the code in Trial Templates for list 1:
"list1":{
"type":"basic",
"stimuli":["angry","anxious_sweat",
"beaming","blow_kiss",
"confused","dizzy",
"enraged","fearful",
"grin_eyes","grin_sweat",
"halo","kissing",
"neutral","pensive",
"savouring","smiling",
"steam_nose","tongue",
"unamused","winking"],
"stimulus_pattern":{"order":"random"},
"auto_advance":true,
"responses":["valence_resp", "arousal_resp"]
},
1: Will the rating responses work the way I have included them in the code?
2: How do I include the two images in the stimuli as stable stimuli in each trial?
Thank you very much in advance!
Best,
Katerina
I am trying to create an experiment were people rate emojis for valence and arousal. The total number of emojis is 54, divided into 3 lists (20 - 20 - 14). I have randomised the order of the emojis in each list. Now, my problem is the following:
In every list, I want two images to be presented below each emoji; one picture indicating 9 levels of valence and one picture showing nine arousal levels. Below each picture, a rating option (1-9 Likert scale) should be available. This is the code in Trial Templates for list 1:
"list1":{
"type":"basic",
"stimuli":["angry","anxious_sweat",
"beaming","blow_kiss",
"confused","dizzy",
"enraged","fearful",
"grin_eyes","grin_sweat",
"halo","kissing",
"neutral","pensive",
"savouring","smiling",
"steam_nose","tongue",
"unamused","winking"],
"stimulus_pattern":{"order":"random"},
"auto_advance":true,
"responses":["valence_resp", "arousal_resp"]
},
1: Will the rating responses work the way I have included them in the code?
2: How do I include the two images in the stimuli as stable stimuli in each trial?
Thank you very much in advance!
Best,
Katerina