Hi!
I have a question about my script. I've wrote a script where I expose participants to brand logos (here, I adjusted a lexical decision task and adjusted it with pictures).
However, now, I want to add text lines to this each different logo. So I want to show them a brand logo with specific brand information (so text and brand logos should be matched, but the text is different for each brand logo).
Is that possible?
Here's my script that shows the target and filler logos, and I want to write add text, that is matched with every specific logo...
Is that possible at all?
I hope somebody knows this! Thanks!
Bo
**block voor slideshow***
<block LogoTask1>
/ preinstructions = (welcomeLHT1)
/ postinstructions = (endLHT1)
/ trials = [1-20=sequence(logo1)]
</block>
******** LHT SlideShow*****
**************************************************************************************************************
**************************************************************************************************************
Dot Estimation Task
**************************************************************************************************************
**************************************************************************************************************
Adjustable Task Parameters
pretrialpause: Adjustable delay in milliseconds. Change as needed.
dotduration: Display duration for the dot patterns in milliseconds.
<values>
/ pretrialpause = 200
/ logoduration = 3000
</values>
**************************************************************************************************************
**************************************************************************************************************
***************
automatically updated values
***************
<values>
/ estimatortype = "none"
</values>
**************************************************************************************************************
**************************************************************************************************************
Trial Displaying Dot Pattern
**************************************************************************************************************
**************************************************************************************************************
<trial logo1>
/ stimulusframes = [1=logo1]
/ validresponse = (noresponse)
/ trialduration = values.logoduration + values.pretrialpause
</trial>
**************************************************************************************************************
**************************************************************************************************************
Random Dot Patterns
**************************************************************************************************************
**************************************************************************************************************
<picture logo1>
/ items = logopics1
/ erase = true(black)
/ size = (35%, 35%)
/ position = (50%, 50%)
/ select = noreplace
</picture>
******** So I want to expose a specific text with Rolex, another text with swatch, and so on... ******* Is that possible?*********
<item logopics1>
/ 1 = "rolex1.jpg"
/ 2 = "swatch1.jpg"
/ 3 = "dove1.jpg"
/ 4 = "andrelon1.jpg"
/ 5 = "puma.jpg"
/ 6 = "quantas.jpg"
/ 7 = "rvs.jpg"
/ 8 = "seven eleven.jpg"
/ 9 = "7 up.jpg"
/ 10 = "abn.jpg"
/ 11 = "zwitsal.jpg"
/ 12 = "xbox.jpg"
/ 13 = "wnf.jpg"
/ 14 = "vw.jpg"
/ 15 = "vodafone.jpg"
/ 16 = "van haren.jpg"
/ 17 = "starbucks.jpg"
/ 18 = "sony.jpg"
/ 19 = "shell.jpg"
/ 20 = "replay.jpg"
</item>
<page welcomeLHT1>
^Nu volgt een overzicht van een aantal logo's.
^^^Kijk goed naar deze logo's en later in de vragenlijst word je gevraagd of je een aantal logo's hebt gezien of niet.
^^Bij sommige logo's zie je nog een beschrijving staan. Lees deze beschrijving ook aandachtig.
</page>
<page endLHT1>
^^Hopelijk heb je goed opgelet! Je gaat nu door naar het volgende onderdeel en later krijg je nog een aantal logo's te zien en word
je gevraagd of je dit logo eerder hebt gezien.
</page>