Minor formatting questions - underscores, continue button, and screen size adaptations


Minor formatting questions - underscores, continue button, and screen...
Author
Message
inquisituser22
inquisituser22
Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)
Group: Forum Members
Posts: 96, Visits: 339
Hello,
We are putting the finishing touches on our experiment and have a few questions where we have gotten stuck:

1. We would like the underscores we have written in this script to be visible to participants, but they appear as blank spaces. Please see attached to see what participants see, and below for the script.

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

2. Also in the attached image and script below, please see our "Continue" button. Is there a way to modify the size and position of this button, so that it is just in the bottom right corner rather than the full bottom of the page?

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>

3. We have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

Thank you!

Attachments
IMG_8825 (1).PNG (121 views, 226.00 KB)
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
inquisituser22 - 1/25/2022
Hello,
We are putting the finishing touches on our experiment and have a few questions where we have gotten stuck:

1. We would like the underscores we have written in this script to be visible to participants, but they appear as blank spaces. Please see attached to see what participants see, and below for the script.

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

2. Also in the attached image and script below, please see our "Continue" button. Is there a way to modify the size and position of this button, so that it is just in the bottom right corner rather than the full bottom of the page?

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>

3. We have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

Thank you!

(1) You should give your <text> element a sufficiently large vertical size:

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1
</text>

(2) The "button" in your screenshot is not on an instruction page as far as I can tell, so I don't know why you posted the script's <instruct> element. Please provide the relevant code, otherwise your question is not answerable.

inquisituser22
inquisituser22
Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)
Group: Forum Members
Posts: 96, Visits: 339
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Hello,
We are putting the finishing touches on our experiment and have a few questions where we have gotten stuck:

1. We would like the underscores we have written in this script to be visible to participants, but they appear as blank spaces. Please see attached to see what participants see, and below for the script.

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

2. Also in the attached image and script below, please see our "Continue" button. Is there a way to modify the size and position of this button, so that it is just in the bottom right corner rather than the full bottom of the page?

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>

3. We have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

Thank you!

(1) You should give your <text> element a sufficiently large vertical size:

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1
</text>

(2) The "button" in your screenshot is not on an instruction page as far as I can tell, so I don't know why you posted the script's <instruct> element. Please provide the relevant code, otherwise your question is not answerable.

(1) thank you
(2) I am not sure where else in the script the code is that programs the Continue button, I pasted the code below. I don't see it clearly labeled in any "survey" pages to change a 'nextbuttonposition attribute' or anything (I did not write the original script, have just modified it for Inquisit Web use).
(3) just repasting this question so it doesn't fall off the radar: we have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

Thanks again!

******************************************************************************

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

**********************************DATA SPECIFICATIONS**************************

<text error> / items = ("X") / color = (255, 0, 0) / numitems = 1 / </text>

<data>
/ columns = (subject date time build blocknum blockcode trialcode trialnum stimulus response latency correct response correct)
</data>

*****************************************************************************

<text reminder1>
/ numitems = 1
/ items = ("Please type the missing letter.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (95%, 50%)
/ position = (50%, 75%)
/ txbgcolor = black
/ txcolor = white
</text>

<text reminder2>
/ numitems = 1
/ items = ("Please answer based on the previous scenario.

Press Y for 'Yes' and N for 'No'.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (80%, 12%)
/ txbgcolor = black
/ txcolor = white
</text>

<page pretraining1>
PRACTICE SESSION INSTRUCTIONS:
Please try to imagine yourself in the following scenarios.
There will be word fragments to complete;
you will need to type the correct missing letter
to proceed on the keypad which will pop up automatically.
It will take a few moments for the keypad to appear.
</page>

<page pretraining2>
After reading the scenarios, a question to make sure you understood
the scenario will appear. You won't be able to proceed until responding correctly.
^^
You will need to press Y for 'Yes' and N for 'No'.
</page>

<page ratingsinstruct>
^^^^
Please rate the following items for how closely they match the meaning of the original scenario. Also, please rate each sentence independently of the other.
</page>

<page recognitionscenarios1>
^^
The session will now begin.
^^
You will complete several scenarios.
^^
</page>

<page recognitionscenarios2>
Next, you will see the title of the previous scenarios followed by 4 sentences;
none will be worded identically to the sentences in the previous scenarios.
^^
You will rate each sentence for its similarity in meaning to what you believe to be the meaning of the scenario you read earlier.
</page>

<page recognitionscenarios3>
Also, rate each sentence independently of all others.
^^
For example, if you believe the sentences have the same similarity
in meaning to the scenario, assign them the same level of similarity. 
^^
</page>

<page end>
^^
All done with this part!
^^
Please let the experimenter know you are done with this part of the assessment.
</page>

*************************************************************************

<block practice>
/ preinstructions = (pretraining1, pretraining2)
/ trials = [1-3 = random(practicescenarios1, practicescenarios2, practicescenarios3)]
</block>

*************************************************************************
SUDS
*************************************************************************
<slider sliderSUDS>
/ caption = "How anxious do you feel right now on a scale from:
0 (Not at all anxious) to 100 (Most Anxious)?

Please move the slider to respond."
/ range = (0,100)
/ position = (5, 25)
/ slidersize = (80%, 10%)
/ required = true
/ labels=("0","25","50","75","100")
/ defaultresponse = "0"
</slider>

<surveypage surveySUDS>
/ questions = [1=sliderSUDS]
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<block SUDS>
/ trials = [1=surveySUDS]
</block>

*************************************************************************
IMAGES
*************************************************************************
<page IAPSinstruct>
^^
In this next task, you will rate a series of images on how pleasant they are from 1 to 5,
1 being not pleasant at all, and 5 being very pleasant.
^^
Press the number on the keypad to respond.
</page>

<trial IAPS>
/ stimulusframes = [1=IAPS, likertlabel]
/ inputdevice=keyboard
/ correctresponse = ("1", "2", "3", "4", "5")
/ validresponse = ("1", "2", "3", "4", "5")
/ response = correct </trial>

<item likertlabel>
/1 = "(Unpleasant) 1  2  3  4  5 (Very Pleasant)"
</item>

<text likertlabel>
/ items = likertlabel
/ halign = center
/ position = (50%, 5%)
/ txbgcolor = black
/ txcolor = white

/ fontstyle = ("Hiragino Sans", 8%, true, false, false, false, 5, 1)
</text>

<picture IAPS>
/numitems = 60
/ items = NeutralIAPS
/ size = (80%, 80%)
</picture>

<item NeutralIAPS>
/1 = "1670.jpg"
/2 = "2190.JPG"
/3 = "2191.jpg"
/4 = "2200.JPG"
/5 = "2206.JPG"
/6 = "2210.JPG"
/7 = "2220.JPG"
/8 = "2221.JPG"
/9 = "2230.JPG"
/10 = "2235.jpg"
/11 = "2272.jpg"
/12 = "2320.JPG"
/13 = "2381.JPG"
/14 = "2440.JPG"
/15 = "2480.JPG"
/16 = "2500.JPG"
/17 = "2514.jpg"
/18 = "2570.JPG"
/19 = "2580.JPG"
/20 = "2630.JPG"
/21 = "2840.JPG"
/22 = "2880.JPG"
/23 = "2890.JPG"
/24 = "5390.jpg"
/25 = "5471.jpg"
/26 = "5740.jpg"
/27 = "7000.JPG"
/28 = "7006.JPG"
/29 = "7009.JPG"
/30 = "7010.JPG"
/31 = "7020.JPG"
/32 = "7030.JPG"
/33 = "7034.JPG"
/34 = "7035.jpg"
/35 = "7037.jpg"
/36 = "7040.JPG"
/37 = "7041.jpg"
/38 = "7050.JPG"
/39 = "7052.jpg"
/40 = "7080.jpg"
/41 = "7096.jpg"
/42 = "7100.JPG"
/43 = "7130.jpg"
/44 = "7160.jpg"
/45 = "7161.jpg"
/46 = "7175.jpg"
/47 = "7185.jpg"
/48 = "7207.jpg"
/49 = "7211.jpg"
/50 = "2305.jpg"
/51 = "7217.jpg"
/52 = "7236.jpg"
/53 = "7237.jpg"
/54 = "7490.jpg"
/55 = "7491.jpg"
/56 = "7493.jpg"
/57 = "7503.jpg"
/58 = "7550.JPG"
/59 = "7590.jpg"
/60 = "7595.jpg"
</item>

***********************************************************************
PRACTICE SCENARIOS
***********************************************************************

<text practicescenarios1>
/ items = ("PRACTICE SESSION:
You decide to go to the movies with your friends. You get to the theater and there is a long line. Because of the line, you are l_te.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios1>
/ items = ("Did you make it to the movie on time?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios1>
/ stimulusframes = [1=practicescenarios1, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios1)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios1>
/ stimulusframes = [1=compquestionpracticescenarios1, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios2>
/ items = ("PRACTICE SESSION:
You have some free time in your afternoon, so you go grocery shopping. You think you have bought everything you need. When you get home, you realize you forgot the m_lk.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios2>
/ items = ("Did you forget to buy the milk?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ numitems=1 </text>

<openended practicescenarios2>
/ stimulusframes = [1=practicescenarios2, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("i")
/ responsetrial = ("i", compquestionpracticescenarios2)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios2>
/ stimulusframes = [1=compquestionpracticescenarios2, reminder2]
/ correctresponse = ("y")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios3>
/ items = ("PRACTICE SESSION:
You spend a long time working on a presentation late one night. As you finish up on the computer, you go to print out your work. You then realize you do not have any more p_per.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios3>
/ items = ("Did you run out of ink?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios3>
/ stimulusframes = [1=practicescenarios3, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios3)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios3>
/ stimulusframes = [1=compquestionpracticescenarios3, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

***********************************************************************
RECOGNITION RATINGS
***********************************************************************

<text ImportRecogscenario1>
/ items = ("THE BLASPHEMOUS THOUGHT:
You are chatting with a friend on a new phone. Unexpectedly, a blasphemous thought about your friend pops into your mind. As you think about this blasphemous thought, you wonder whether it says anything about who you are as a per_on.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionImportRecogscenario1>
/ items = ("Are you talking with your mom on the phone?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario1>
/ stimulusframes = [1=ImportRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionImportRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct
</openended>

<trial compquestionImportRecogscenario1>
/ stimulusframes = [1=compquestionImportRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ImportRecogscenario2>
/ items = ("THE BUS RIDE:
You are sitting on a bus. The bus stops, people get on, and an unwanted thought of tripping the next person who walks by pops into your mind. As you watch the passengers file by, you wonder whether thinking this thought is as bad as actually tripping someo_e. ")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionImportRecogscenario2>
/ items = ("Are you the only person on the bus?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario2>
/ stimulusframes = [1=ImportRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionImportRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionImportRecogscenario2>
/ stimulusframes = [1=compquestionImportRecogscenario2, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario1>
/ items = ("THE TEST:
You studied a lot for a difficult test. Some of the questions are a little difficult and really make you think. As you take the test, you realize you aren’t 100% sure how best to answer all of the questio_s.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionUncertRecogscenario1>
/ items = ("Is the test easy?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended UncertRecogscenario1>
/ stimulusframes = [1=UncertRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionUncertRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario1>
/ stimulusframes = [1=compquestionUncertRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario2>
/ items = ("THE OPINION:
Your friend asks for your opinion on a personal matter. You need to tell her what you think within the next couple days. When you give your opinion, you know that you haven’t been able to fully consider every single aspect of the situati_n.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionUncertRecogscenario2>
/ items = ("Does your friend want your advice?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended UncertRecogscenario2>
/ stimulusframes = [1=UncertRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("o")
/ responsetrial = ("o", compquestionUncertRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario2>
/ stimulusframes = [1=compquestionUncertRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario1>
/ items = ("THE TERM PAPER:
Your teacher returns a paper that you worked very hard on. She commented on several minor errors and also made some positive remarks. When you receive the paper, you think about whether having perfect work is ever possib_e.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionPerfRecogscenario1>
/ items = ("Did your teacher forget to comment on your paper?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended PerfRecogscenario1>
/ stimulusframes = [1=PerfRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionPerfRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario1>
/ stimulusframes = [1=compquestionPerfRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario2>
/ items = ("THE SWIM MEET:
You are swimming in a state championship meet. You give your very best effort during your race. As you raise your head above water to see how you did, you realize you’ve come in second pla_e.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionPerfRecogscenario2>
/ items = ("Did you try your best?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended PerfRecogscenario2>
/ stimulusframes = [1=PerfRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionPerfRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario2>
/ stimulusframes = [1=compquestionPerfRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario1>
/ items = ("THE ROAD TRIP:
You are driving to visit friends who live several hours away. Outside, it begins to rain and you are careful to drive the speed limit. You think about the importance of driving saf_ly.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionThreatRecogscenario1>
/ items = ("Do your friends live just a few minutes away?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ThreatRecogscenario1>
/ stimulusframes = [1=ThreatRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("e")
/ responsetrial = ("e", compquestionThreatRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario1>
/ stimulusframes = [1=compquestionThreatRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionThreatRecogscenario2>
/ items = ("Did you wash your papercut in the bathroom?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario2>
/ stimulusframes = [1=compquestionThreatRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario1>
/ items = ("THE JOB INTERVIEW:
You are preparing for a job interview. As you prepare, you have a number of unwanted, intrusive thoughts about messing up the interview. As thoughts about the interview pop into your mind, you think about whether or not these thoughts will mess up your interview if you can’t get rid of t_em.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario1>
/ items = ("Are you getting ready for a job interview?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ControlRecogscenario1>
/ stimulusframes = [1=ControlRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("h")
/ responsetrial = ("h", compquestionControlRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario1>
/ stimulusframes = [1=compquestionControlRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario2>
/ items = ("THE ROOFTOP:
You are standing on a rooftop with some friends who are enjoying the view. You begin to have thoughts about what it would be like to fall from this height. You try to think about something other than fal_ing.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario2>
/ items = ("Are you on a rooftop?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ControlRecogscenario2>
/ stimulusframes = [1=ControlRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionControlRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario2>
/ stimulusframes = [1=compquestionControlRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario1>
/ items = ("THE COLD:
You decide to go to work to make a presentation even though you have a cold. You fully cover your mouth each time you cough so you don’t bother your friend sitting next to you. The following afternoon when you talk to your friend, she tells you she woke up feeling si_k.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario1>
/ items = ("Do you try to cover your mouth when you cough?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ResponRecogscenario1>
/ stimulusframes = [1=ResponRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionResponRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario1>
/ stimulusframes = [1=compquestionResponRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario2>
/ items = ("THE ACCIDENT:
You are walking with a coworker down the hallway and the floors have just been washed. You are being careful to watch where you step. Suddenly your coworker slips and falls on the grou_d.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario2>
/ items = ("Did you watch where you were stepping on the wet floor?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ResponRecogscenario2>
/ stimulusframes = [1=ResponRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionResponRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario2>
/ stimulusframes = [1=compquestionResponRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

*****************************************************************************************
RECOGNITION RATINGS RADIOBUTTONS
******************************************************************************************

<radiobuttons Controlrating1A>
/ caption = "As thoughts about the interview pop into your mind, you realize that controlling all of them won’t matter for whether or not you get the job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1B>
/ caption = "As thoughts about the interview pop into your mind, you realize that you need to control them if you want to make a favorable impression."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1C>
/ caption = "As thoughts about the interview pop into your mind, you realize how excited you are about the new job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1D>
/ caption = " As thoughts about the interview pop into your mind, you think about how you don’t really like to work."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2A>
/ caption = "As you are on the rooftop, you can't keep the falling thoughts under control, but you are still safe on the rooftop, enjoying the view."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2B>
/ caption = " As you are on the rooftop, you can't keep the falling thoughts under control, and this ruins your evening with friends."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2C>
/ caption = "As you are on the rooftop, you are thinking about what a great time you are having."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2D>
/ caption = "As you are on the rooftop, you are thinking about how cold you are."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Threatrating1A>
/ caption = "As you drive down the road, you think your chances of getting into an accident are low because you are being so cautious."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1B>
/ caption = "As you drive down the road, you worry that you’ll accidentally crash your car even though you aren’t speeding."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1C>
/ caption = "As you drive down the road, you are looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1D>
/ caption = "As you drive down the road, you are not looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2A>
/ caption = "As you wash and bandage your cut, you believe that it is very unlikely that your cut will become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2B>
/ caption = "As you wash and bandage your cut, you believe that it is very likely to become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2C>
/ caption = "As you wash and bandage your cut, you notice that you have a new package of bandages with fun designs you can use."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2D>
/ caption = "As you wash and bandage your cut, you notice that you don't have any bandages left."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1A>
/ caption = "As you sit there, you think that having this blasphemous thought has no bearing on your morality."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1B>
/ caption = "As you sit there, you think that having this blasphemous thought means you are an immoral person."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1C>
/ caption = " As you think about this blasphemous thought, you decide that you like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1D>
/ caption = " As you think about this blasphemous thought, you realize that you don’t really like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2A>
/ caption = "As you watch the passengers file by, you believe having a thought about harming someone is not as bad as actually harming them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2B>
/ caption = "As you watch the passengers file by, you believe thinking about hurting somebody is equally as terrible as actually hurting them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2C>
/ caption = " As you watch the passengers file by, you think about how much you are looking forward to your day."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2D>
/ caption = "As you watch the passengers file by, you think about how much you are dreading going to class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Perfrating1A>
/ caption = " When you receive the paper, you feel satisfied with your teacher’s positive remarks."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1B>
/ caption = "When you receive the paper, you feel disappointed that you made mistakes."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1C>
/ caption = "When you receive the paper, your friend leans over and asks if you want to go to a party with her."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1D>
/ caption = "When you receive the paper, your feel bored and hope class will end soon."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2A>
/ caption = "As you raise your head above water to see how you did, you are happy with your accomplishment."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2B>
/ caption = "As you raise your head above water to see how you did, you feel disappointed that you failed to get first place."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2C>
/ caption = "As you raise your head above water to see how you did, you hear the audience cheering loudly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2D>
/ caption = "As you raise your head above water to see how you did, your goggles pinch uncomfortably at your face."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1A>
/ caption = "The following afternoon when you talk to your classmate, you wish she felt better but believe it's not your fault she is sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1B>
/ caption = "The following afternoon when you talk to your friend you feel badly because you think you probably got her sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1C>
/ caption = "The following afternoon when you think about the presentation, you think you did well."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1D>
/ caption = "The following afternoon when you think about the presentation, you think you did poorly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2A>
/ caption = "You feel bad for his fall, but know that accidents happen all the time and it's not your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2B>
/ caption = "You feel bad for his fall, and feel that his accident is your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2C>
/ caption = " After getting up from the floor, your friend laughs at how clumsy he is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2D>
/ caption = "Your friend badly injures his knee from the fall."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1A>
/ caption = "As you take the test, you feel confident in your responses even though some of the items are tricky."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1B>
/ caption = "As you take the test, you worry that you will do poorly because the test is so challenging."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1C>
/ caption = "As you take the test, you think about how much you enjoy this class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1D>
/ caption = "As you take the test, you think about how much you dislike your professor."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2A>
/ caption = "When you give your friend your opinion, you think it will be useful even though you didn’t first think through all aspects of the issue."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2B>
/ caption = "When you give your friend your opinion, you doubt it will be helpful since you didn’t have enough time to think about it."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2C>
/ caption = "When you give your friend your opinion, you think about how much fun your friend is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2D>
/ caption = "When you give your friend your opinion, you think about how annoyed you are with your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

**************************************************************************************
Recognition Ratings Survey Pages
**************************************************************************************

<surveypage Responratings1A>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1B>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1C>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1D>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2A>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2B>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2C>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2D>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1A>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1B>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1C>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1D>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2A>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2B>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2C>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2D>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1A>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1B>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1C>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1D>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2A>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2B>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2C>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2D>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1A>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1B>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1C>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1D>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2A>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2B>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2C>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2D>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1A>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1B>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1C>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1D>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2A>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2B>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2C>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2D>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false

</surveypage>
<surveypage Threatratings1A>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1B>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1C>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1D>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2A>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2B>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2C>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2D>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

*************************************************************************
<block Recogscenarios>
/ preinstructions = (recognitionscenarios1)
/ trials = [1-12 = random (ImportRecogscenario1, UncertRecogscenario1, ControlRecogscenario1, PerfRecogscenario1, ThreatRecogscenario1, ResponRecogscenario1
ImportRecogscenario2, UncertRecogscenario2, ControlRecogscenario2, PerfRecogscenario2, ThreatRecogscenario2, ResponRecogscenario2)]
/ branch = [block.IAPS]
</block>

<text info>
/ items = ("word <%block.Recogscenarios%> of <%block.Recogscenarios.totalcount%>")
/ position = (50%, 10%)
/ size = (20%, 10%)
/ erase = false
</text>

*************************************************************************
<block IAPS>
/ preinstructions = (IAPSinstruct)
/ bgstim = (likertlabel)
/ trials = [1-60 = noreplace(IAPS)]
/ branch = [block.Recogratings]
</block>

********************************************************************************

<block Recogratings>
/ preinstructions = (recognitionscenarios2, recognitionscenarios3)
/trials = [1-48 = random(Importratings1A, Importratings1B, Importratings1C, Importratings1D,
Uncertratings1A, Uncertratings1B, Uncertratings1C, Uncertratings1D,
Controlratings1A, Controlratings1B, Controlratings1C, Controlratings1D,
Perfratings1A, Perfratings1B, Perfratings1C, Perfratings1D,
Threatratings1A, Threatratings1B, Threatratings1C, Threatratings1C, Threatratings1D,
Responratings1A, Responratings1B, Responratings1C, Responratings1D,
Importratings2A, Importratings2B, Importratings2C, Importratings2D,
Uncertratings2A, Uncertratings2B, Uncertratings2C, Uncertratings2D,
Controlratings2A, Controlratings2B, Controlratings2C, Controlratings2D,
Perfratings2A, Perfratings2B, Perfratings2C, Perfratings2D,
Threatratings2A, Threatratings2B, Threatratings2C, Threatratings2D,
Responratings2A, Responratings2B, Responratings2C, Responratings2D)]
</block>

********************************************************************************

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>


******************************************************************************

<expt>
/ blocks = [1=practice; 2, 4=SUDS; 3=noreplace(RecogScenarios)]
/ postinstructions = (end)
</expt>
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
inquisituser22 - 1/25/2022
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Hello,
We are putting the finishing touches on our experiment and have a few questions where we have gotten stuck:

1. We would like the underscores we have written in this script to be visible to participants, but they appear as blank spaces. Please see attached to see what participants see, and below for the script.

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

2. Also in the attached image and script below, please see our "Continue" button. Is there a way to modify the size and position of this button, so that it is just in the bottom right corner rather than the full bottom of the page?

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>

3. We have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

Thank you!

(1) You should give your <text> element a sufficiently large vertical size:

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1
</text>

(2) The "button" in your screenshot is not on an instruction page as far as I can tell, so I don't know why you posted the script's <instruct> element. Please provide the relevant code, otherwise your question is not answerable.

(1) thank you
(2) I am not sure where else in the script the code is that programs the Continue button, I pasted the code below. I don't see it clearly labeled in any "survey" pages to change a 'nextbuttonposition attribute' or anything (I did not write the original script, have just modified it for Inquisit Web use).
(3) just repasting this question so it doesn't fall off the radar: we have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

Thanks again!

******************************************************************************

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

**********************************DATA SPECIFICATIONS**************************

<text error> / items = ("X") / color = (255, 0, 0) / numitems = 1 / </text>

<data>
/ columns = (subject date time build blocknum blockcode trialcode trialnum stimulus response latency correct response correct)
</data>

*****************************************************************************

<text reminder1>
/ numitems = 1
/ items = ("Please type the missing letter.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (95%, 50%)
/ position = (50%, 75%)
/ txbgcolor = black
/ txcolor = white
</text>

<text reminder2>
/ numitems = 1
/ items = ("Please answer based on the previous scenario.

Press Y for 'Yes' and N for 'No'.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (80%, 12%)
/ txbgcolor = black
/ txcolor = white
</text>

<page pretraining1>
PRACTICE SESSION INSTRUCTIONS:
Please try to imagine yourself in the following scenarios.
There will be word fragments to complete;
you will need to type the correct missing letter
to proceed on the keypad which will pop up automatically.
It will take a few moments for the keypad to appear.
</page>

<page pretraining2>
After reading the scenarios, a question to make sure you understood
the scenario will appear. You won't be able to proceed until responding correctly.
^^
You will need to press Y for 'Yes' and N for 'No'.
</page>

<page ratingsinstruct>
^^^^
Please rate the following items for how closely they match the meaning of the original scenario. Also, please rate each sentence independently of the other.
</page>

<page recognitionscenarios1>
^^
The session will now begin.
^^
You will complete several scenarios.
^^
</page>

<page recognitionscenarios2>
Next, you will see the title of the previous scenarios followed by 4 sentences;
none will be worded identically to the sentences in the previous scenarios.
^^
You will rate each sentence for its similarity in meaning to what you believe to be the meaning of the scenario you read earlier.
</page>

<page recognitionscenarios3>
Also, rate each sentence independently of all others.
^^
For example, if you believe the sentences have the same similarity
in meaning to the scenario, assign them the same level of similarity. 
^^
</page>

<page end>
^^
All done with this part!
^^
Please let the experimenter know you are done with this part of the assessment.
</page>

*************************************************************************

<block practice>
/ preinstructions = (pretraining1, pretraining2)
/ trials = [1-3 = random(practicescenarios1, practicescenarios2, practicescenarios3)]
</block>

*************************************************************************
SUDS
*************************************************************************
<slider sliderSUDS>
/ caption = "How anxious do you feel right now on a scale from:
0 (Not at all anxious) to 100 (Most Anxious)?

Please move the slider to respond."
/ range = (0,100)
/ position = (5, 25)
/ slidersize = (80%, 10%)
/ required = true
/ labels=("0","25","50","75","100")
/ defaultresponse = "0"
</slider>

<surveypage surveySUDS>
/ questions = [1=sliderSUDS]
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<block SUDS>
/ trials = [1=surveySUDS]
</block>

*************************************************************************
IMAGES
*************************************************************************
<page IAPSinstruct>
^^
In this next task, you will rate a series of images on how pleasant they are from 1 to 5,
1 being not pleasant at all, and 5 being very pleasant.
^^
Press the number on the keypad to respond.
</page>

<trial IAPS>
/ stimulusframes = [1=IAPS, likertlabel]
/ inputdevice=keyboard
/ correctresponse = ("1", "2", "3", "4", "5")
/ validresponse = ("1", "2", "3", "4", "5")
/ response = correct </trial>

<item likertlabel>
/1 = "(Unpleasant) 1  2  3  4  5 (Very Pleasant)"
</item>

<text likertlabel>
/ items = likertlabel
/ halign = center
/ position = (50%, 5%)
/ txbgcolor = black
/ txcolor = white

/ fontstyle = ("Hiragino Sans", 8%, true, false, false, false, 5, 1)
</text>

<picture IAPS>
/numitems = 60
/ items = NeutralIAPS
/ size = (80%, 80%)
</picture>

<item NeutralIAPS>
/1 = "1670.jpg"
/2 = "2190.JPG"
/3 = "2191.jpg"
/4 = "2200.JPG"
/5 = "2206.JPG"
/6 = "2210.JPG"
/7 = "2220.JPG"
/8 = "2221.JPG"
/9 = "2230.JPG"
/10 = "2235.jpg"
/11 = "2272.jpg"
/12 = "2320.JPG"
/13 = "2381.JPG"
/14 = "2440.JPG"
/15 = "2480.JPG"
/16 = "2500.JPG"
/17 = "2514.jpg"
/18 = "2570.JPG"
/19 = "2580.JPG"
/20 = "2630.JPG"
/21 = "2840.JPG"
/22 = "2880.JPG"
/23 = "2890.JPG"
/24 = "5390.jpg"
/25 = "5471.jpg"
/26 = "5740.jpg"
/27 = "7000.JPG"
/28 = "7006.JPG"
/29 = "7009.JPG"
/30 = "7010.JPG"
/31 = "7020.JPG"
/32 = "7030.JPG"
/33 = "7034.JPG"
/34 = "7035.jpg"
/35 = "7037.jpg"
/36 = "7040.JPG"
/37 = "7041.jpg"
/38 = "7050.JPG"
/39 = "7052.jpg"
/40 = "7080.jpg"
/41 = "7096.jpg"
/42 = "7100.JPG"
/43 = "7130.jpg"
/44 = "7160.jpg"
/45 = "7161.jpg"
/46 = "7175.jpg"
/47 = "7185.jpg"
/48 = "7207.jpg"
/49 = "7211.jpg"
/50 = "2305.jpg"
/51 = "7217.jpg"
/52 = "7236.jpg"
/53 = "7237.jpg"
/54 = "7490.jpg"
/55 = "7491.jpg"
/56 = "7493.jpg"
/57 = "7503.jpg"
/58 = "7550.JPG"
/59 = "7590.jpg"
/60 = "7595.jpg"
</item>

***********************************************************************
PRACTICE SCENARIOS
***********************************************************************

<text practicescenarios1>
/ items = ("PRACTICE SESSION:
You decide to go to the movies with your friends. You get to the theater and there is a long line. Because of the line, you are l_te.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios1>
/ items = ("Did you make it to the movie on time?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios1>
/ stimulusframes = [1=practicescenarios1, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios1)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios1>
/ stimulusframes = [1=compquestionpracticescenarios1, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios2>
/ items = ("PRACTICE SESSION:
You have some free time in your afternoon, so you go grocery shopping. You think you have bought everything you need. When you get home, you realize you forgot the m_lk.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios2>
/ items = ("Did you forget to buy the milk?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ numitems=1 </text>

<openended practicescenarios2>
/ stimulusframes = [1=practicescenarios2, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("i")
/ responsetrial = ("i", compquestionpracticescenarios2)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios2>
/ stimulusframes = [1=compquestionpracticescenarios2, reminder2]
/ correctresponse = ("y")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios3>
/ items = ("PRACTICE SESSION:
You spend a long time working on a presentation late one night. As you finish up on the computer, you go to print out your work. You then realize you do not have any more p_per.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios3>
/ items = ("Did you run out of ink?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios3>
/ stimulusframes = [1=practicescenarios3, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios3)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios3>
/ stimulusframes = [1=compquestionpracticescenarios3, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

***********************************************************************
RECOGNITION RATINGS
***********************************************************************

<text ImportRecogscenario1>
/ items = ("THE BLASPHEMOUS THOUGHT:
You are chatting with a friend on a new phone. Unexpectedly, a blasphemous thought about your friend pops into your mind. As you think about this blasphemous thought, you wonder whether it says anything about who you are as a per_on.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionImportRecogscenario1>
/ items = ("Are you talking with your mom on the phone?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario1>
/ stimulusframes = [1=ImportRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionImportRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct
</openended>

<trial compquestionImportRecogscenario1>
/ stimulusframes = [1=compquestionImportRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ImportRecogscenario2>
/ items = ("THE BUS RIDE:
You are sitting on a bus. The bus stops, people get on, and an unwanted thought of tripping the next person who walks by pops into your mind. As you watch the passengers file by, you wonder whether thinking this thought is as bad as actually tripping someo_e. ")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionImportRecogscenario2>
/ items = ("Are you the only person on the bus?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario2>
/ stimulusframes = [1=ImportRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionImportRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionImportRecogscenario2>
/ stimulusframes = [1=compquestionImportRecogscenario2, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario1>
/ items = ("THE TEST:
You studied a lot for a difficult test. Some of the questions are a little difficult and really make you think. As you take the test, you realize you aren’t 100% sure how best to answer all of the questio_s.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionUncertRecogscenario1>
/ items = ("Is the test easy?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended UncertRecogscenario1>
/ stimulusframes = [1=UncertRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionUncertRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario1>
/ stimulusframes = [1=compquestionUncertRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario2>
/ items = ("THE OPINION:
Your friend asks for your opinion on a personal matter. You need to tell her what you think within the next couple days. When you give your opinion, you know that you haven’t been able to fully consider every single aspect of the situati_n.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionUncertRecogscenario2>
/ items = ("Does your friend want your advice?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended UncertRecogscenario2>
/ stimulusframes = [1=UncertRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("o")
/ responsetrial = ("o", compquestionUncertRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario2>
/ stimulusframes = [1=compquestionUncertRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario1>
/ items = ("THE TERM PAPER:
Your teacher returns a paper that you worked very hard on. She commented on several minor errors and also made some positive remarks. When you receive the paper, you think about whether having perfect work is ever possib_e.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionPerfRecogscenario1>
/ items = ("Did your teacher forget to comment on your paper?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended PerfRecogscenario1>
/ stimulusframes = [1=PerfRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionPerfRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario1>
/ stimulusframes = [1=compquestionPerfRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario2>
/ items = ("THE SWIM MEET:
You are swimming in a state championship meet. You give your very best effort during your race. As you raise your head above water to see how you did, you realize you’ve come in second pla_e.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionPerfRecogscenario2>
/ items = ("Did you try your best?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended PerfRecogscenario2>
/ stimulusframes = [1=PerfRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionPerfRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario2>
/ stimulusframes = [1=compquestionPerfRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario1>
/ items = ("THE ROAD TRIP:
You are driving to visit friends who live several hours away. Outside, it begins to rain and you are careful to drive the speed limit. You think about the importance of driving saf_ly.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionThreatRecogscenario1>
/ items = ("Do your friends live just a few minutes away?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ThreatRecogscenario1>
/ stimulusframes = [1=ThreatRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("e")
/ responsetrial = ("e", compquestionThreatRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario1>
/ stimulusframes = [1=compquestionThreatRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionThreatRecogscenario2>
/ items = ("Did you wash your papercut in the bathroom?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario2>
/ stimulusframes = [1=compquestionThreatRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario1>
/ items = ("THE JOB INTERVIEW:
You are preparing for a job interview. As you prepare, you have a number of unwanted, intrusive thoughts about messing up the interview. As thoughts about the interview pop into your mind, you think about whether or not these thoughts will mess up your interview if you can’t get rid of t_em.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario1>
/ items = ("Are you getting ready for a job interview?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ControlRecogscenario1>
/ stimulusframes = [1=ControlRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("h")
/ responsetrial = ("h", compquestionControlRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario1>
/ stimulusframes = [1=compquestionControlRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario2>
/ items = ("THE ROOFTOP:
You are standing on a rooftop with some friends who are enjoying the view. You begin to have thoughts about what it would be like to fall from this height. You try to think about something other than fal_ing.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario2>
/ items = ("Are you on a rooftop?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ControlRecogscenario2>
/ stimulusframes = [1=ControlRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionControlRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario2>
/ stimulusframes = [1=compquestionControlRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario1>
/ items = ("THE COLD:
You decide to go to work to make a presentation even though you have a cold. You fully cover your mouth each time you cough so you don’t bother your friend sitting next to you. The following afternoon when you talk to your friend, she tells you she woke up feeling si_k.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario1>
/ items = ("Do you try to cover your mouth when you cough?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ResponRecogscenario1>
/ stimulusframes = [1=ResponRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionResponRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario1>
/ stimulusframes = [1=compquestionResponRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario2>
/ items = ("THE ACCIDENT:
You are walking with a coworker down the hallway and the floors have just been washed. You are being careful to watch where you step. Suddenly your coworker slips and falls on the grou_d.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario2>
/ items = ("Did you watch where you were stepping on the wet floor?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ResponRecogscenario2>
/ stimulusframes = [1=ResponRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionResponRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario2>
/ stimulusframes = [1=compquestionResponRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

*****************************************************************************************
RECOGNITION RATINGS RADIOBUTTONS
******************************************************************************************

<radiobuttons Controlrating1A>
/ caption = "As thoughts about the interview pop into your mind, you realize that controlling all of them won’t matter for whether or not you get the job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1B>
/ caption = "As thoughts about the interview pop into your mind, you realize that you need to control them if you want to make a favorable impression."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1C>
/ caption = "As thoughts about the interview pop into your mind, you realize how excited you are about the new job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1D>
/ caption = " As thoughts about the interview pop into your mind, you think about how you don’t really like to work."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2A>
/ caption = "As you are on the rooftop, you can't keep the falling thoughts under control, but you are still safe on the rooftop, enjoying the view."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2B>
/ caption = " As you are on the rooftop, you can't keep the falling thoughts under control, and this ruins your evening with friends."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2C>
/ caption = "As you are on the rooftop, you are thinking about what a great time you are having."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2D>
/ caption = "As you are on the rooftop, you are thinking about how cold you are."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Threatrating1A>
/ caption = "As you drive down the road, you think your chances of getting into an accident are low because you are being so cautious."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1B>
/ caption = "As you drive down the road, you worry that you’ll accidentally crash your car even though you aren’t speeding."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1C>
/ caption = "As you drive down the road, you are looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1D>
/ caption = "As you drive down the road, you are not looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2A>
/ caption = "As you wash and bandage your cut, you believe that it is very unlikely that your cut will become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2B>
/ caption = "As you wash and bandage your cut, you believe that it is very likely to become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2C>
/ caption = "As you wash and bandage your cut, you notice that you have a new package of bandages with fun designs you can use."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2D>
/ caption = "As you wash and bandage your cut, you notice that you don't have any bandages left."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1A>
/ caption = "As you sit there, you think that having this blasphemous thought has no bearing on your morality."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1B>
/ caption = "As you sit there, you think that having this blasphemous thought means you are an immoral person."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1C>
/ caption = " As you think about this blasphemous thought, you decide that you like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1D>
/ caption = " As you think about this blasphemous thought, you realize that you don’t really like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2A>
/ caption = "As you watch the passengers file by, you believe having a thought about harming someone is not as bad as actually harming them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2B>
/ caption = "As you watch the passengers file by, you believe thinking about hurting somebody is equally as terrible as actually hurting them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2C>
/ caption = " As you watch the passengers file by, you think about how much you are looking forward to your day."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2D>
/ caption = "As you watch the passengers file by, you think about how much you are dreading going to class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Perfrating1A>
/ caption = " When you receive the paper, you feel satisfied with your teacher’s positive remarks."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1B>
/ caption = "When you receive the paper, you feel disappointed that you made mistakes."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1C>
/ caption = "When you receive the paper, your friend leans over and asks if you want to go to a party with her."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1D>
/ caption = "When you receive the paper, your feel bored and hope class will end soon."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2A>
/ caption = "As you raise your head above water to see how you did, you are happy with your accomplishment."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2B>
/ caption = "As you raise your head above water to see how you did, you feel disappointed that you failed to get first place."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2C>
/ caption = "As you raise your head above water to see how you did, you hear the audience cheering loudly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2D>
/ caption = "As you raise your head above water to see how you did, your goggles pinch uncomfortably at your face."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1A>
/ caption = "The following afternoon when you talk to your classmate, you wish she felt better but believe it's not your fault she is sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1B>
/ caption = "The following afternoon when you talk to your friend you feel badly because you think you probably got her sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1C>
/ caption = "The following afternoon when you think about the presentation, you think you did well."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1D>
/ caption = "The following afternoon when you think about the presentation, you think you did poorly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2A>
/ caption = "You feel bad for his fall, but know that accidents happen all the time and it's not your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2B>
/ caption = "You feel bad for his fall, and feel that his accident is your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2C>
/ caption = " After getting up from the floor, your friend laughs at how clumsy he is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2D>
/ caption = "Your friend badly injures his knee from the fall."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1A>
/ caption = "As you take the test, you feel confident in your responses even though some of the items are tricky."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1B>
/ caption = "As you take the test, you worry that you will do poorly because the test is so challenging."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1C>
/ caption = "As you take the test, you think about how much you enjoy this class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1D>
/ caption = "As you take the test, you think about how much you dislike your professor."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2A>
/ caption = "When you give your friend your opinion, you think it will be useful even though you didn’t first think through all aspects of the issue."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2B>
/ caption = "When you give your friend your opinion, you doubt it will be helpful since you didn’t have enough time to think about it."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2C>
/ caption = "When you give your friend your opinion, you think about how much fun your friend is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2D>
/ caption = "When you give your friend your opinion, you think about how annoyed you are with your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

**************************************************************************************
Recognition Ratings Survey Pages
**************************************************************************************

<surveypage Responratings1A>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1B>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1C>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1D>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2A>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2B>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2C>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2D>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1A>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1B>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1C>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1D>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2A>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2B>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2C>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2D>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1A>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1B>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1C>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1D>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2A>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2B>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2C>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2D>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1A>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1B>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1C>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1D>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2A>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2B>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2C>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2D>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1A>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1B>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1C>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1D>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2A>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2B>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2C>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2D>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false

</surveypage>
<surveypage Threatratings1A>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1B>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1C>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1D>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2A>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2B>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2C>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2D>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

*************************************************************************
<block Recogscenarios>
/ preinstructions = (recognitionscenarios1)
/ trials = [1-12 = random (ImportRecogscenario1, UncertRecogscenario1, ControlRecogscenario1, PerfRecogscenario1, ThreatRecogscenario1, ResponRecogscenario1
ImportRecogscenario2, UncertRecogscenario2, ControlRecogscenario2, PerfRecogscenario2, ThreatRecogscenario2, ResponRecogscenario2)]
/ branch = [block.IAPS]
</block>

<text info>
/ items = ("word <%block.Recogscenarios%> of <%block.Recogscenarios.totalcount%>")
/ position = (50%, 10%)
/ size = (20%, 10%)
/ erase = false
</text>

*************************************************************************
<block IAPS>
/ preinstructions = (IAPSinstruct)
/ bgstim = (likertlabel)
/ trials = [1-60 = noreplace(IAPS)]
/ branch = [block.Recogratings]
</block>

********************************************************************************

<block Recogratings>
/ preinstructions = (recognitionscenarios2, recognitionscenarios3)
/trials = [1-48 = random(Importratings1A, Importratings1B, Importratings1C, Importratings1D,
Uncertratings1A, Uncertratings1B, Uncertratings1C, Uncertratings1D,
Controlratings1A, Controlratings1B, Controlratings1C, Controlratings1D,
Perfratings1A, Perfratings1B, Perfratings1C, Perfratings1D,
Threatratings1A, Threatratings1B, Threatratings1C, Threatratings1C, Threatratings1D,
Responratings1A, Responratings1B, Responratings1C, Responratings1D,
Importratings2A, Importratings2B, Importratings2C, Importratings2D,
Uncertratings2A, Uncertratings2B, Uncertratings2C, Uncertratings2D,
Controlratings2A, Controlratings2B, Controlratings2C, Controlratings2D,
Perfratings2A, Perfratings2B, Perfratings2C, Perfratings2D,
Threatratings2A, Threatratings2B, Threatratings2C, Threatratings2D,
Responratings2A, Responratings2B, Responratings2C, Responratings2D)]
</block>

********************************************************************************

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>


******************************************************************************

<expt>
/ blocks = [1=practice; 2, 4=SUDS; 3=noreplace(RecogScenarios)]
/ postinstructions = (end)
</expt>

> (2) I am not sure where else in the script the code is that programs the Continue button [...]

It's the continue button in <openended ThreatRecogscenario2>. Its position cannot be changed.

I'm confused about (3), which as far as I can tell, is the same as question (1). The answer would still be give your text elements a sufficient height instead of specifying 0% for the height. Or what am I missing?

Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Hello,
We are putting the finishing touches on our experiment and have a few questions where we have gotten stuck:

1. We would like the underscores we have written in this script to be visible to participants, but they appear as blank spaces. Please see attached to see what participants see, and below for the script.

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

2. Also in the attached image and script below, please see our "Continue" button. Is there a way to modify the size and position of this button, so that it is just in the bottom right corner rather than the full bottom of the page?

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>

3. We have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

Thank you!

(1) You should give your <text> element a sufficiently large vertical size:

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1
</text>

(2) The "button" in your screenshot is not on an instruction page as far as I can tell, so I don't know why you posted the script's <instruct> element. Please provide the relevant code, otherwise your question is not answerable.

(1) thank you
(2) I am not sure where else in the script the code is that programs the Continue button, I pasted the code below. I don't see it clearly labeled in any "survey" pages to change a 'nextbuttonposition attribute' or anything (I did not write the original script, have just modified it for Inquisit Web use).
(3) just repasting this question so it doesn't fall off the radar: we have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

Thanks again!

******************************************************************************

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

**********************************DATA SPECIFICATIONS**************************

<text error> / items = ("X") / color = (255, 0, 0) / numitems = 1 / </text>

<data>
/ columns = (subject date time build blocknum blockcode trialcode trialnum stimulus response latency correct response correct)
</data>

*****************************************************************************

<text reminder1>
/ numitems = 1
/ items = ("Please type the missing letter.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (95%, 50%)
/ position = (50%, 75%)
/ txbgcolor = black
/ txcolor = white
</text>

<text reminder2>
/ numitems = 1
/ items = ("Please answer based on the previous scenario.

Press Y for 'Yes' and N for 'No'.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (80%, 12%)
/ txbgcolor = black
/ txcolor = white
</text>

<page pretraining1>
PRACTICE SESSION INSTRUCTIONS:
Please try to imagine yourself in the following scenarios.
There will be word fragments to complete;
you will need to type the correct missing letter
to proceed on the keypad which will pop up automatically.
It will take a few moments for the keypad to appear.
</page>

<page pretraining2>
After reading the scenarios, a question to make sure you understood
the scenario will appear. You won't be able to proceed until responding correctly.
^^
You will need to press Y for 'Yes' and N for 'No'.
</page>

<page ratingsinstruct>
^^^^
Please rate the following items for how closely they match the meaning of the original scenario. Also, please rate each sentence independently of the other.
</page>

<page recognitionscenarios1>
^^
The session will now begin.
^^
You will complete several scenarios.
^^
</page>

<page recognitionscenarios2>
Next, you will see the title of the previous scenarios followed by 4 sentences;
none will be worded identically to the sentences in the previous scenarios.
^^
You will rate each sentence for its similarity in meaning to what you believe to be the meaning of the scenario you read earlier.
</page>

<page recognitionscenarios3>
Also, rate each sentence independently of all others.
^^
For example, if you believe the sentences have the same similarity
in meaning to the scenario, assign them the same level of similarity. 
^^
</page>

<page end>
^^
All done with this part!
^^
Please let the experimenter know you are done with this part of the assessment.
</page>

*************************************************************************

<block practice>
/ preinstructions = (pretraining1, pretraining2)
/ trials = [1-3 = random(practicescenarios1, practicescenarios2, practicescenarios3)]
</block>

*************************************************************************
SUDS
*************************************************************************
<slider sliderSUDS>
/ caption = "How anxious do you feel right now on a scale from:
0 (Not at all anxious) to 100 (Most Anxious)?

Please move the slider to respond."
/ range = (0,100)
/ position = (5, 25)
/ slidersize = (80%, 10%)
/ required = true
/ labels=("0","25","50","75","100")
/ defaultresponse = "0"
</slider>

<surveypage surveySUDS>
/ questions = [1=sliderSUDS]
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<block SUDS>
/ trials = [1=surveySUDS]
</block>

*************************************************************************
IMAGES
*************************************************************************
<page IAPSinstruct>
^^
In this next task, you will rate a series of images on how pleasant they are from 1 to 5,
1 being not pleasant at all, and 5 being very pleasant.
^^
Press the number on the keypad to respond.
</page>

<trial IAPS>
/ stimulusframes = [1=IAPS, likertlabel]
/ inputdevice=keyboard
/ correctresponse = ("1", "2", "3", "4", "5")
/ validresponse = ("1", "2", "3", "4", "5")
/ response = correct </trial>

<item likertlabel>
/1 = "(Unpleasant) 1  2  3  4  5 (Very Pleasant)"
</item>

<text likertlabel>
/ items = likertlabel
/ halign = center
/ position = (50%, 5%)
/ txbgcolor = black
/ txcolor = white

/ fontstyle = ("Hiragino Sans", 8%, true, false, false, false, 5, 1)
</text>

<picture IAPS>
/numitems = 60
/ items = NeutralIAPS
/ size = (80%, 80%)
</picture>

<item NeutralIAPS>
/1 = "1670.jpg"
/2 = "2190.JPG"
/3 = "2191.jpg"
/4 = "2200.JPG"
/5 = "2206.JPG"
/6 = "2210.JPG"
/7 = "2220.JPG"
/8 = "2221.JPG"
/9 = "2230.JPG"
/10 = "2235.jpg"
/11 = "2272.jpg"
/12 = "2320.JPG"
/13 = "2381.JPG"
/14 = "2440.JPG"
/15 = "2480.JPG"
/16 = "2500.JPG"
/17 = "2514.jpg"
/18 = "2570.JPG"
/19 = "2580.JPG"
/20 = "2630.JPG"
/21 = "2840.JPG"
/22 = "2880.JPG"
/23 = "2890.JPG"
/24 = "5390.jpg"
/25 = "5471.jpg"
/26 = "5740.jpg"
/27 = "7000.JPG"
/28 = "7006.JPG"
/29 = "7009.JPG"
/30 = "7010.JPG"
/31 = "7020.JPG"
/32 = "7030.JPG"
/33 = "7034.JPG"
/34 = "7035.jpg"
/35 = "7037.jpg"
/36 = "7040.JPG"
/37 = "7041.jpg"
/38 = "7050.JPG"
/39 = "7052.jpg"
/40 = "7080.jpg"
/41 = "7096.jpg"
/42 = "7100.JPG"
/43 = "7130.jpg"
/44 = "7160.jpg"
/45 = "7161.jpg"
/46 = "7175.jpg"
/47 = "7185.jpg"
/48 = "7207.jpg"
/49 = "7211.jpg"
/50 = "2305.jpg"
/51 = "7217.jpg"
/52 = "7236.jpg"
/53 = "7237.jpg"
/54 = "7490.jpg"
/55 = "7491.jpg"
/56 = "7493.jpg"
/57 = "7503.jpg"
/58 = "7550.JPG"
/59 = "7590.jpg"
/60 = "7595.jpg"
</item>

***********************************************************************
PRACTICE SCENARIOS
***********************************************************************

<text practicescenarios1>
/ items = ("PRACTICE SESSION:
You decide to go to the movies with your friends. You get to the theater and there is a long line. Because of the line, you are l_te.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios1>
/ items = ("Did you make it to the movie on time?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios1>
/ stimulusframes = [1=practicescenarios1, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios1)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios1>
/ stimulusframes = [1=compquestionpracticescenarios1, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios2>
/ items = ("PRACTICE SESSION:
You have some free time in your afternoon, so you go grocery shopping. You think you have bought everything you need. When you get home, you realize you forgot the m_lk.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios2>
/ items = ("Did you forget to buy the milk?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ numitems=1 </text>

<openended practicescenarios2>
/ stimulusframes = [1=practicescenarios2, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("i")
/ responsetrial = ("i", compquestionpracticescenarios2)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios2>
/ stimulusframes = [1=compquestionpracticescenarios2, reminder2]
/ correctresponse = ("y")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios3>
/ items = ("PRACTICE SESSION:
You spend a long time working on a presentation late one night. As you finish up on the computer, you go to print out your work. You then realize you do not have any more p_per.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios3>
/ items = ("Did you run out of ink?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios3>
/ stimulusframes = [1=practicescenarios3, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios3)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios3>
/ stimulusframes = [1=compquestionpracticescenarios3, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

***********************************************************************
RECOGNITION RATINGS
***********************************************************************

<text ImportRecogscenario1>
/ items = ("THE BLASPHEMOUS THOUGHT:
You are chatting with a friend on a new phone. Unexpectedly, a blasphemous thought about your friend pops into your mind. As you think about this blasphemous thought, you wonder whether it says anything about who you are as a per_on.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionImportRecogscenario1>
/ items = ("Are you talking with your mom on the phone?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario1>
/ stimulusframes = [1=ImportRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionImportRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct
</openended>

<trial compquestionImportRecogscenario1>
/ stimulusframes = [1=compquestionImportRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ImportRecogscenario2>
/ items = ("THE BUS RIDE:
You are sitting on a bus. The bus stops, people get on, and an unwanted thought of tripping the next person who walks by pops into your mind. As you watch the passengers file by, you wonder whether thinking this thought is as bad as actually tripping someo_e. ")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionImportRecogscenario2>
/ items = ("Are you the only person on the bus?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario2>
/ stimulusframes = [1=ImportRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionImportRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionImportRecogscenario2>
/ stimulusframes = [1=compquestionImportRecogscenario2, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario1>
/ items = ("THE TEST:
You studied a lot for a difficult test. Some of the questions are a little difficult and really make you think. As you take the test, you realize you aren’t 100% sure how best to answer all of the questio_s.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionUncertRecogscenario1>
/ items = ("Is the test easy?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended UncertRecogscenario1>
/ stimulusframes = [1=UncertRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionUncertRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario1>
/ stimulusframes = [1=compquestionUncertRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario2>
/ items = ("THE OPINION:
Your friend asks for your opinion on a personal matter. You need to tell her what you think within the next couple days. When you give your opinion, you know that you haven’t been able to fully consider every single aspect of the situati_n.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionUncertRecogscenario2>
/ items = ("Does your friend want your advice?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended UncertRecogscenario2>
/ stimulusframes = [1=UncertRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("o")
/ responsetrial = ("o", compquestionUncertRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario2>
/ stimulusframes = [1=compquestionUncertRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario1>
/ items = ("THE TERM PAPER:
Your teacher returns a paper that you worked very hard on. She commented on several minor errors and also made some positive remarks. When you receive the paper, you think about whether having perfect work is ever possib_e.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionPerfRecogscenario1>
/ items = ("Did your teacher forget to comment on your paper?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended PerfRecogscenario1>
/ stimulusframes = [1=PerfRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionPerfRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario1>
/ stimulusframes = [1=compquestionPerfRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario2>
/ items = ("THE SWIM MEET:
You are swimming in a state championship meet. You give your very best effort during your race. As you raise your head above water to see how you did, you realize you’ve come in second pla_e.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionPerfRecogscenario2>
/ items = ("Did you try your best?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended PerfRecogscenario2>
/ stimulusframes = [1=PerfRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionPerfRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario2>
/ stimulusframes = [1=compquestionPerfRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario1>
/ items = ("THE ROAD TRIP:
You are driving to visit friends who live several hours away. Outside, it begins to rain and you are careful to drive the speed limit. You think about the importance of driving saf_ly.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionThreatRecogscenario1>
/ items = ("Do your friends live just a few minutes away?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ThreatRecogscenario1>
/ stimulusframes = [1=ThreatRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("e")
/ responsetrial = ("e", compquestionThreatRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario1>
/ stimulusframes = [1=compquestionThreatRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionThreatRecogscenario2>
/ items = ("Did you wash your papercut in the bathroom?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario2>
/ stimulusframes = [1=compquestionThreatRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario1>
/ items = ("THE JOB INTERVIEW:
You are preparing for a job interview. As you prepare, you have a number of unwanted, intrusive thoughts about messing up the interview. As thoughts about the interview pop into your mind, you think about whether or not these thoughts will mess up your interview if you can’t get rid of t_em.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario1>
/ items = ("Are you getting ready for a job interview?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ControlRecogscenario1>
/ stimulusframes = [1=ControlRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("h")
/ responsetrial = ("h", compquestionControlRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario1>
/ stimulusframes = [1=compquestionControlRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario2>
/ items = ("THE ROOFTOP:
You are standing on a rooftop with some friends who are enjoying the view. You begin to have thoughts about what it would be like to fall from this height. You try to think about something other than fal_ing.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario2>
/ items = ("Are you on a rooftop?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ControlRecogscenario2>
/ stimulusframes = [1=ControlRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionControlRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario2>
/ stimulusframes = [1=compquestionControlRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario1>
/ items = ("THE COLD:
You decide to go to work to make a presentation even though you have a cold. You fully cover your mouth each time you cough so you don’t bother your friend sitting next to you. The following afternoon when you talk to your friend, she tells you she woke up feeling si_k.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario1>
/ items = ("Do you try to cover your mouth when you cough?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ResponRecogscenario1>
/ stimulusframes = [1=ResponRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionResponRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario1>
/ stimulusframes = [1=compquestionResponRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario2>
/ items = ("THE ACCIDENT:
You are walking with a coworker down the hallway and the floors have just been washed. You are being careful to watch where you step. Suddenly your coworker slips and falls on the grou_d.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario2>
/ items = ("Did you watch where you were stepping on the wet floor?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ResponRecogscenario2>
/ stimulusframes = [1=ResponRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionResponRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario2>
/ stimulusframes = [1=compquestionResponRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

*****************************************************************************************
RECOGNITION RATINGS RADIOBUTTONS
******************************************************************************************

<radiobuttons Controlrating1A>
/ caption = "As thoughts about the interview pop into your mind, you realize that controlling all of them won’t matter for whether or not you get the job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1B>
/ caption = "As thoughts about the interview pop into your mind, you realize that you need to control them if you want to make a favorable impression."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1C>
/ caption = "As thoughts about the interview pop into your mind, you realize how excited you are about the new job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1D>
/ caption = " As thoughts about the interview pop into your mind, you think about how you don’t really like to work."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2A>
/ caption = "As you are on the rooftop, you can't keep the falling thoughts under control, but you are still safe on the rooftop, enjoying the view."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2B>
/ caption = " As you are on the rooftop, you can't keep the falling thoughts under control, and this ruins your evening with friends."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2C>
/ caption = "As you are on the rooftop, you are thinking about what a great time you are having."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2D>
/ caption = "As you are on the rooftop, you are thinking about how cold you are."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Threatrating1A>
/ caption = "As you drive down the road, you think your chances of getting into an accident are low because you are being so cautious."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1B>
/ caption = "As you drive down the road, you worry that you’ll accidentally crash your car even though you aren’t speeding."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1C>
/ caption = "As you drive down the road, you are looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1D>
/ caption = "As you drive down the road, you are not looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2A>
/ caption = "As you wash and bandage your cut, you believe that it is very unlikely that your cut will become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2B>
/ caption = "As you wash and bandage your cut, you believe that it is very likely to become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2C>
/ caption = "As you wash and bandage your cut, you notice that you have a new package of bandages with fun designs you can use."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2D>
/ caption = "As you wash and bandage your cut, you notice that you don't have any bandages left."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1A>
/ caption = "As you sit there, you think that having this blasphemous thought has no bearing on your morality."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1B>
/ caption = "As you sit there, you think that having this blasphemous thought means you are an immoral person."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1C>
/ caption = " As you think about this blasphemous thought, you decide that you like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1D>
/ caption = " As you think about this blasphemous thought, you realize that you don’t really like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2A>
/ caption = "As you watch the passengers file by, you believe having a thought about harming someone is not as bad as actually harming them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2B>
/ caption = "As you watch the passengers file by, you believe thinking about hurting somebody is equally as terrible as actually hurting them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2C>
/ caption = " As you watch the passengers file by, you think about how much you are looking forward to your day."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2D>
/ caption = "As you watch the passengers file by, you think about how much you are dreading going to class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Perfrating1A>
/ caption = " When you receive the paper, you feel satisfied with your teacher’s positive remarks."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1B>
/ caption = "When you receive the paper, you feel disappointed that you made mistakes."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1C>
/ caption = "When you receive the paper, your friend leans over and asks if you want to go to a party with her."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1D>
/ caption = "When you receive the paper, your feel bored and hope class will end soon."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2A>
/ caption = "As you raise your head above water to see how you did, you are happy with your accomplishment."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2B>
/ caption = "As you raise your head above water to see how you did, you feel disappointed that you failed to get first place."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2C>
/ caption = "As you raise your head above water to see how you did, you hear the audience cheering loudly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2D>
/ caption = "As you raise your head above water to see how you did, your goggles pinch uncomfortably at your face."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1A>
/ caption = "The following afternoon when you talk to your classmate, you wish she felt better but believe it's not your fault she is sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1B>
/ caption = "The following afternoon when you talk to your friend you feel badly because you think you probably got her sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1C>
/ caption = "The following afternoon when you think about the presentation, you think you did well."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1D>
/ caption = "The following afternoon when you think about the presentation, you think you did poorly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2A>
/ caption = "You feel bad for his fall, but know that accidents happen all the time and it's not your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2B>
/ caption = "You feel bad for his fall, and feel that his accident is your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2C>
/ caption = " After getting up from the floor, your friend laughs at how clumsy he is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2D>
/ caption = "Your friend badly injures his knee from the fall."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1A>
/ caption = "As you take the test, you feel confident in your responses even though some of the items are tricky."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1B>
/ caption = "As you take the test, you worry that you will do poorly because the test is so challenging."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1C>
/ caption = "As you take the test, you think about how much you enjoy this class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1D>
/ caption = "As you take the test, you think about how much you dislike your professor."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2A>
/ caption = "When you give your friend your opinion, you think it will be useful even though you didn’t first think through all aspects of the issue."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2B>
/ caption = "When you give your friend your opinion, you doubt it will be helpful since you didn’t have enough time to think about it."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2C>
/ caption = "When you give your friend your opinion, you think about how much fun your friend is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2D>
/ caption = "When you give your friend your opinion, you think about how annoyed you are with your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

**************************************************************************************
Recognition Ratings Survey Pages
**************************************************************************************

<surveypage Responratings1A>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1B>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1C>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1D>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2A>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2B>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2C>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2D>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1A>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1B>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1C>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1D>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2A>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2B>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2C>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2D>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1A>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1B>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1C>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1D>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2A>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2B>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2C>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2D>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1A>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1B>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1C>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1D>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2A>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2B>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2C>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2D>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1A>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1B>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1C>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1D>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2A>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2B>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2C>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2D>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false

</surveypage>
<surveypage Threatratings1A>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1B>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1C>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1D>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2A>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2B>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2C>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2D>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

*************************************************************************
<block Recogscenarios>
/ preinstructions = (recognitionscenarios1)
/ trials = [1-12 = random (ImportRecogscenario1, UncertRecogscenario1, ControlRecogscenario1, PerfRecogscenario1, ThreatRecogscenario1, ResponRecogscenario1
ImportRecogscenario2, UncertRecogscenario2, ControlRecogscenario2, PerfRecogscenario2, ThreatRecogscenario2, ResponRecogscenario2)]
/ branch = [block.IAPS]
</block>

<text info>
/ items = ("word <%block.Recogscenarios%> of <%block.Recogscenarios.totalcount%>")
/ position = (50%, 10%)
/ size = (20%, 10%)
/ erase = false
</text>

*************************************************************************
<block IAPS>
/ preinstructions = (IAPSinstruct)
/ bgstim = (likertlabel)
/ trials = [1-60 = noreplace(IAPS)]
/ branch = [block.Recogratings]
</block>

********************************************************************************

<block Recogratings>
/ preinstructions = (recognitionscenarios2, recognitionscenarios3)
/trials = [1-48 = random(Importratings1A, Importratings1B, Importratings1C, Importratings1D,
Uncertratings1A, Uncertratings1B, Uncertratings1C, Uncertratings1D,
Controlratings1A, Controlratings1B, Controlratings1C, Controlratings1D,
Perfratings1A, Perfratings1B, Perfratings1C, Perfratings1D,
Threatratings1A, Threatratings1B, Threatratings1C, Threatratings1C, Threatratings1D,
Responratings1A, Responratings1B, Responratings1C, Responratings1D,
Importratings2A, Importratings2B, Importratings2C, Importratings2D,
Uncertratings2A, Uncertratings2B, Uncertratings2C, Uncertratings2D,
Controlratings2A, Controlratings2B, Controlratings2C, Controlratings2D,
Perfratings2A, Perfratings2B, Perfratings2C, Perfratings2D,
Threatratings2A, Threatratings2B, Threatratings2C, Threatratings2D,
Responratings2A, Responratings2B, Responratings2C, Responratings2D)]
</block>

********************************************************************************

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>


******************************************************************************

<expt>
/ blocks = [1=practice; 2, 4=SUDS; 3=noreplace(RecogScenarios)]
/ postinstructions = (end)
</expt>

> (2) I am not sure where else in the script the code is that programs the Continue button [...]

It's the continue button in <openended ThreatRecogscenario2>. Its position cannot be changed.

I'm confused about (3), which as far as I can tell, is the same as question (1). The answer would still be give your text elements a sufficient height instead of specifying 0% for the height. Or what am I missing?

So, I've tested the script on a mobile (here: Android 11; Inquisit Web 6.5.2) and I'm not seeing either the cut-off or the missing underscores issue. This is what ThreatRecogscenario2 looks like (before the display of the textbox to enter the missing letter):



Is the full original script online somewhere? I'm wondering whether there's something off about that <text> element that gets lost during copy & paste.

inquisituser22
inquisituser22
Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)
Group: Forum Members
Posts: 96, Visits: 339
Dave - 1/25/2022
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Hello,
We are putting the finishing touches on our experiment and have a few questions where we have gotten stuck:

1. We would like the underscores we have written in this script to be visible to participants, but they appear as blank spaces. Please see attached to see what participants see, and below for the script.

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

2. Also in the attached image and script below, please see our "Continue" button. Is there a way to modify the size and position of this button, so that it is just in the bottom right corner rather than the full bottom of the page?

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>

3. We have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

Thank you!

(1) You should give your <text> element a sufficiently large vertical size:

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1
</text>

(2) The "button" in your screenshot is not on an instruction page as far as I can tell, so I don't know why you posted the script's <instruct> element. Please provide the relevant code, otherwise your question is not answerable.

(1) thank you
(2) I am not sure where else in the script the code is that programs the Continue button, I pasted the code below. I don't see it clearly labeled in any "survey" pages to change a 'nextbuttonposition attribute' or anything (I did not write the original script, have just modified it for Inquisit Web use).
(3) just repasting this question so it doesn't fall off the radar: we have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

Thanks again!

******************************************************************************

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

**********************************DATA SPECIFICATIONS**************************

<text error> / items = ("X") / color = (255, 0, 0) / numitems = 1 / </text>

<data>
/ columns = (subject date time build blocknum blockcode trialcode trialnum stimulus response latency correct response correct)
</data>

*****************************************************************************

<text reminder1>
/ numitems = 1
/ items = ("Please type the missing letter.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (95%, 50%)
/ position = (50%, 75%)
/ txbgcolor = black
/ txcolor = white
</text>

<text reminder2>
/ numitems = 1
/ items = ("Please answer based on the previous scenario.

Press Y for 'Yes' and N for 'No'.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (80%, 12%)
/ txbgcolor = black
/ txcolor = white
</text>

<page pretraining1>
PRACTICE SESSION INSTRUCTIONS:
Please try to imagine yourself in the following scenarios.
There will be word fragments to complete;
you will need to type the correct missing letter
to proceed on the keypad which will pop up automatically.
It will take a few moments for the keypad to appear.
</page>

<page pretraining2>
After reading the scenarios, a question to make sure you understood
the scenario will appear. You won't be able to proceed until responding correctly.
^^
You will need to press Y for 'Yes' and N for 'No'.
</page>

<page ratingsinstruct>
^^^^
Please rate the following items for how closely they match the meaning of the original scenario. Also, please rate each sentence independently of the other.
</page>

<page recognitionscenarios1>
^^
The session will now begin.
^^
You will complete several scenarios.
^^
</page>

<page recognitionscenarios2>
Next, you will see the title of the previous scenarios followed by 4 sentences;
none will be worded identically to the sentences in the previous scenarios.
^^
You will rate each sentence for its similarity in meaning to what you believe to be the meaning of the scenario you read earlier.
</page>

<page recognitionscenarios3>
Also, rate each sentence independently of all others.
^^
For example, if you believe the sentences have the same similarity
in meaning to the scenario, assign them the same level of similarity. 
^^
</page>

<page end>
^^
All done with this part!
^^
Please let the experimenter know you are done with this part of the assessment.
</page>

*************************************************************************

<block practice>
/ preinstructions = (pretraining1, pretraining2)
/ trials = [1-3 = random(practicescenarios1, practicescenarios2, practicescenarios3)]
</block>

*************************************************************************
SUDS
*************************************************************************
<slider sliderSUDS>
/ caption = "How anxious do you feel right now on a scale from:
0 (Not at all anxious) to 100 (Most Anxious)?

Please move the slider to respond."
/ range = (0,100)
/ position = (5, 25)
/ slidersize = (80%, 10%)
/ required = true
/ labels=("0","25","50","75","100")
/ defaultresponse = "0"
</slider>

<surveypage surveySUDS>
/ questions = [1=sliderSUDS]
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<block SUDS>
/ trials = [1=surveySUDS]
</block>

*************************************************************************
IMAGES
*************************************************************************
<page IAPSinstruct>
^^
In this next task, you will rate a series of images on how pleasant they are from 1 to 5,
1 being not pleasant at all, and 5 being very pleasant.
^^
Press the number on the keypad to respond.
</page>

<trial IAPS>
/ stimulusframes = [1=IAPS, likertlabel]
/ inputdevice=keyboard
/ correctresponse = ("1", "2", "3", "4", "5")
/ validresponse = ("1", "2", "3", "4", "5")
/ response = correct </trial>

<item likertlabel>
/1 = "(Unpleasant) 1  2  3  4  5 (Very Pleasant)"
</item>

<text likertlabel>
/ items = likertlabel
/ halign = center
/ position = (50%, 5%)
/ txbgcolor = black
/ txcolor = white

/ fontstyle = ("Hiragino Sans", 8%, true, false, false, false, 5, 1)
</text>

<picture IAPS>
/numitems = 60
/ items = NeutralIAPS
/ size = (80%, 80%)
</picture>

<item NeutralIAPS>
/1 = "1670.jpg"
/2 = "2190.JPG"
/3 = "2191.jpg"
/4 = "2200.JPG"
/5 = "2206.JPG"
/6 = "2210.JPG"
/7 = "2220.JPG"
/8 = "2221.JPG"
/9 = "2230.JPG"
/10 = "2235.jpg"
/11 = "2272.jpg"
/12 = "2320.JPG"
/13 = "2381.JPG"
/14 = "2440.JPG"
/15 = "2480.JPG"
/16 = "2500.JPG"
/17 = "2514.jpg"
/18 = "2570.JPG"
/19 = "2580.JPG"
/20 = "2630.JPG"
/21 = "2840.JPG"
/22 = "2880.JPG"
/23 = "2890.JPG"
/24 = "5390.jpg"
/25 = "5471.jpg"
/26 = "5740.jpg"
/27 = "7000.JPG"
/28 = "7006.JPG"
/29 = "7009.JPG"
/30 = "7010.JPG"
/31 = "7020.JPG"
/32 = "7030.JPG"
/33 = "7034.JPG"
/34 = "7035.jpg"
/35 = "7037.jpg"
/36 = "7040.JPG"
/37 = "7041.jpg"
/38 = "7050.JPG"
/39 = "7052.jpg"
/40 = "7080.jpg"
/41 = "7096.jpg"
/42 = "7100.JPG"
/43 = "7130.jpg"
/44 = "7160.jpg"
/45 = "7161.jpg"
/46 = "7175.jpg"
/47 = "7185.jpg"
/48 = "7207.jpg"
/49 = "7211.jpg"
/50 = "2305.jpg"
/51 = "7217.jpg"
/52 = "7236.jpg"
/53 = "7237.jpg"
/54 = "7490.jpg"
/55 = "7491.jpg"
/56 = "7493.jpg"
/57 = "7503.jpg"
/58 = "7550.JPG"
/59 = "7590.jpg"
/60 = "7595.jpg"
</item>

***********************************************************************
PRACTICE SCENARIOS
***********************************************************************

<text practicescenarios1>
/ items = ("PRACTICE SESSION:
You decide to go to the movies with your friends. You get to the theater and there is a long line. Because of the line, you are l_te.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios1>
/ items = ("Did you make it to the movie on time?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios1>
/ stimulusframes = [1=practicescenarios1, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios1)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios1>
/ stimulusframes = [1=compquestionpracticescenarios1, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios2>
/ items = ("PRACTICE SESSION:
You have some free time in your afternoon, so you go grocery shopping. You think you have bought everything you need. When you get home, you realize you forgot the m_lk.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios2>
/ items = ("Did you forget to buy the milk?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ numitems=1 </text>

<openended practicescenarios2>
/ stimulusframes = [1=practicescenarios2, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("i")
/ responsetrial = ("i", compquestionpracticescenarios2)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios2>
/ stimulusframes = [1=compquestionpracticescenarios2, reminder2]
/ correctresponse = ("y")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios3>
/ items = ("PRACTICE SESSION:
You spend a long time working on a presentation late one night. As you finish up on the computer, you go to print out your work. You then realize you do not have any more p_per.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios3>
/ items = ("Did you run out of ink?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios3>
/ stimulusframes = [1=practicescenarios3, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios3)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios3>
/ stimulusframes = [1=compquestionpracticescenarios3, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

***********************************************************************
RECOGNITION RATINGS
***********************************************************************

<text ImportRecogscenario1>
/ items = ("THE BLASPHEMOUS THOUGHT:
You are chatting with a friend on a new phone. Unexpectedly, a blasphemous thought about your friend pops into your mind. As you think about this blasphemous thought, you wonder whether it says anything about who you are as a per_on.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionImportRecogscenario1>
/ items = ("Are you talking with your mom on the phone?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario1>
/ stimulusframes = [1=ImportRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionImportRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct
</openended>

<trial compquestionImportRecogscenario1>
/ stimulusframes = [1=compquestionImportRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ImportRecogscenario2>
/ items = ("THE BUS RIDE:
You are sitting on a bus. The bus stops, people get on, and an unwanted thought of tripping the next person who walks by pops into your mind. As you watch the passengers file by, you wonder whether thinking this thought is as bad as actually tripping someo_e. ")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionImportRecogscenario2>
/ items = ("Are you the only person on the bus?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario2>
/ stimulusframes = [1=ImportRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionImportRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionImportRecogscenario2>
/ stimulusframes = [1=compquestionImportRecogscenario2, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario1>
/ items = ("THE TEST:
You studied a lot for a difficult test. Some of the questions are a little difficult and really make you think. As you take the test, you realize you aren’t 100% sure how best to answer all of the questio_s.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionUncertRecogscenario1>
/ items = ("Is the test easy?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended UncertRecogscenario1>
/ stimulusframes = [1=UncertRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionUncertRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario1>
/ stimulusframes = [1=compquestionUncertRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario2>
/ items = ("THE OPINION:
Your friend asks for your opinion on a personal matter. You need to tell her what you think within the next couple days. When you give your opinion, you know that you haven’t been able to fully consider every single aspect of the situati_n.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionUncertRecogscenario2>
/ items = ("Does your friend want your advice?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended UncertRecogscenario2>
/ stimulusframes = [1=UncertRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("o")
/ responsetrial = ("o", compquestionUncertRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario2>
/ stimulusframes = [1=compquestionUncertRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario1>
/ items = ("THE TERM PAPER:
Your teacher returns a paper that you worked very hard on. She commented on several minor errors and also made some positive remarks. When you receive the paper, you think about whether having perfect work is ever possib_e.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionPerfRecogscenario1>
/ items = ("Did your teacher forget to comment on your paper?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended PerfRecogscenario1>
/ stimulusframes = [1=PerfRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionPerfRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario1>
/ stimulusframes = [1=compquestionPerfRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario2>
/ items = ("THE SWIM MEET:
You are swimming in a state championship meet. You give your very best effort during your race. As you raise your head above water to see how you did, you realize you’ve come in second pla_e.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionPerfRecogscenario2>
/ items = ("Did you try your best?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended PerfRecogscenario2>
/ stimulusframes = [1=PerfRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionPerfRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario2>
/ stimulusframes = [1=compquestionPerfRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario1>
/ items = ("THE ROAD TRIP:
You are driving to visit friends who live several hours away. Outside, it begins to rain and you are careful to drive the speed limit. You think about the importance of driving saf_ly.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionThreatRecogscenario1>
/ items = ("Do your friends live just a few minutes away?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ThreatRecogscenario1>
/ stimulusframes = [1=ThreatRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("e")
/ responsetrial = ("e", compquestionThreatRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario1>
/ stimulusframes = [1=compquestionThreatRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionThreatRecogscenario2>
/ items = ("Did you wash your papercut in the bathroom?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario2>
/ stimulusframes = [1=compquestionThreatRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario1>
/ items = ("THE JOB INTERVIEW:
You are preparing for a job interview. As you prepare, you have a number of unwanted, intrusive thoughts about messing up the interview. As thoughts about the interview pop into your mind, you think about whether or not these thoughts will mess up your interview if you can’t get rid of t_em.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario1>
/ items = ("Are you getting ready for a job interview?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ControlRecogscenario1>
/ stimulusframes = [1=ControlRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("h")
/ responsetrial = ("h", compquestionControlRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario1>
/ stimulusframes = [1=compquestionControlRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario2>
/ items = ("THE ROOFTOP:
You are standing on a rooftop with some friends who are enjoying the view. You begin to have thoughts about what it would be like to fall from this height. You try to think about something other than fal_ing.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario2>
/ items = ("Are you on a rooftop?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ControlRecogscenario2>
/ stimulusframes = [1=ControlRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionControlRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario2>
/ stimulusframes = [1=compquestionControlRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario1>
/ items = ("THE COLD:
You decide to go to work to make a presentation even though you have a cold. You fully cover your mouth each time you cough so you don’t bother your friend sitting next to you. The following afternoon when you talk to your friend, she tells you she woke up feeling si_k.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario1>
/ items = ("Do you try to cover your mouth when you cough?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ResponRecogscenario1>
/ stimulusframes = [1=ResponRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionResponRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario1>
/ stimulusframes = [1=compquestionResponRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario2>
/ items = ("THE ACCIDENT:
You are walking with a coworker down the hallway and the floors have just been washed. You are being careful to watch where you step. Suddenly your coworker slips and falls on the grou_d.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario2>
/ items = ("Did you watch where you were stepping on the wet floor?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ResponRecogscenario2>
/ stimulusframes = [1=ResponRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionResponRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario2>
/ stimulusframes = [1=compquestionResponRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

*****************************************************************************************
RECOGNITION RATINGS RADIOBUTTONS
******************************************************************************************

<radiobuttons Controlrating1A>
/ caption = "As thoughts about the interview pop into your mind, you realize that controlling all of them won’t matter for whether or not you get the job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1B>
/ caption = "As thoughts about the interview pop into your mind, you realize that you need to control them if you want to make a favorable impression."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1C>
/ caption = "As thoughts about the interview pop into your mind, you realize how excited you are about the new job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1D>
/ caption = " As thoughts about the interview pop into your mind, you think about how you don’t really like to work."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2A>
/ caption = "As you are on the rooftop, you can't keep the falling thoughts under control, but you are still safe on the rooftop, enjoying the view."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2B>
/ caption = " As you are on the rooftop, you can't keep the falling thoughts under control, and this ruins your evening with friends."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2C>
/ caption = "As you are on the rooftop, you are thinking about what a great time you are having."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2D>
/ caption = "As you are on the rooftop, you are thinking about how cold you are."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Threatrating1A>
/ caption = "As you drive down the road, you think your chances of getting into an accident are low because you are being so cautious."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1B>
/ caption = "As you drive down the road, you worry that you’ll accidentally crash your car even though you aren’t speeding."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1C>
/ caption = "As you drive down the road, you are looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1D>
/ caption = "As you drive down the road, you are not looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2A>
/ caption = "As you wash and bandage your cut, you believe that it is very unlikely that your cut will become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2B>
/ caption = "As you wash and bandage your cut, you believe that it is very likely to become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2C>
/ caption = "As you wash and bandage your cut, you notice that you have a new package of bandages with fun designs you can use."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2D>
/ caption = "As you wash and bandage your cut, you notice that you don't have any bandages left."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1A>
/ caption = "As you sit there, you think that having this blasphemous thought has no bearing on your morality."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1B>
/ caption = "As you sit there, you think that having this blasphemous thought means you are an immoral person."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1C>
/ caption = " As you think about this blasphemous thought, you decide that you like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1D>
/ caption = " As you think about this blasphemous thought, you realize that you don’t really like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2A>
/ caption = "As you watch the passengers file by, you believe having a thought about harming someone is not as bad as actually harming them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2B>
/ caption = "As you watch the passengers file by, you believe thinking about hurting somebody is equally as terrible as actually hurting them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2C>
/ caption = " As you watch the passengers file by, you think about how much you are looking forward to your day."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2D>
/ caption = "As you watch the passengers file by, you think about how much you are dreading going to class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Perfrating1A>
/ caption = " When you receive the paper, you feel satisfied with your teacher’s positive remarks."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1B>
/ caption = "When you receive the paper, you feel disappointed that you made mistakes."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1C>
/ caption = "When you receive the paper, your friend leans over and asks if you want to go to a party with her."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1D>
/ caption = "When you receive the paper, your feel bored and hope class will end soon."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2A>
/ caption = "As you raise your head above water to see how you did, you are happy with your accomplishment."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2B>
/ caption = "As you raise your head above water to see how you did, you feel disappointed that you failed to get first place."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2C>
/ caption = "As you raise your head above water to see how you did, you hear the audience cheering loudly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2D>
/ caption = "As you raise your head above water to see how you did, your goggles pinch uncomfortably at your face."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1A>
/ caption = "The following afternoon when you talk to your classmate, you wish she felt better but believe it's not your fault she is sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1B>
/ caption = "The following afternoon when you talk to your friend you feel badly because you think you probably got her sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1C>
/ caption = "The following afternoon when you think about the presentation, you think you did well."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1D>
/ caption = "The following afternoon when you think about the presentation, you think you did poorly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2A>
/ caption = "You feel bad for his fall, but know that accidents happen all the time and it's not your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2B>
/ caption = "You feel bad for his fall, and feel that his accident is your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2C>
/ caption = " After getting up from the floor, your friend laughs at how clumsy he is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2D>
/ caption = "Your friend badly injures his knee from the fall."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1A>
/ caption = "As you take the test, you feel confident in your responses even though some of the items are tricky."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1B>
/ caption = "As you take the test, you worry that you will do poorly because the test is so challenging."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1C>
/ caption = "As you take the test, you think about how much you enjoy this class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1D>
/ caption = "As you take the test, you think about how much you dislike your professor."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2A>
/ caption = "When you give your friend your opinion, you think it will be useful even though you didn’t first think through all aspects of the issue."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2B>
/ caption = "When you give your friend your opinion, you doubt it will be helpful since you didn’t have enough time to think about it."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2C>
/ caption = "When you give your friend your opinion, you think about how much fun your friend is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2D>
/ caption = "When you give your friend your opinion, you think about how annoyed you are with your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

**************************************************************************************
Recognition Ratings Survey Pages
**************************************************************************************

<surveypage Responratings1A>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1B>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1C>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1D>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2A>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2B>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2C>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2D>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1A>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1B>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1C>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1D>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2A>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2B>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2C>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2D>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1A>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1B>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1C>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1D>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2A>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2B>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2C>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2D>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1A>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1B>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1C>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1D>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2A>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2B>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2C>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2D>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1A>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1B>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1C>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1D>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2A>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2B>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2C>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2D>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false

</surveypage>
<surveypage Threatratings1A>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1B>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1C>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1D>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2A>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2B>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2C>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2D>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

*************************************************************************
<block Recogscenarios>
/ preinstructions = (recognitionscenarios1)
/ trials = [1-12 = random (ImportRecogscenario1, UncertRecogscenario1, ControlRecogscenario1, PerfRecogscenario1, ThreatRecogscenario1, ResponRecogscenario1
ImportRecogscenario2, UncertRecogscenario2, ControlRecogscenario2, PerfRecogscenario2, ThreatRecogscenario2, ResponRecogscenario2)]
/ branch = [block.IAPS]
</block>

<text info>
/ items = ("word <%block.Recogscenarios%> of <%block.Recogscenarios.totalcount%>")
/ position = (50%, 10%)
/ size = (20%, 10%)
/ erase = false
</text>

*************************************************************************
<block IAPS>
/ preinstructions = (IAPSinstruct)
/ bgstim = (likertlabel)
/ trials = [1-60 = noreplace(IAPS)]
/ branch = [block.Recogratings]
</block>

********************************************************************************

<block Recogratings>
/ preinstructions = (recognitionscenarios2, recognitionscenarios3)
/trials = [1-48 = random(Importratings1A, Importratings1B, Importratings1C, Importratings1D,
Uncertratings1A, Uncertratings1B, Uncertratings1C, Uncertratings1D,
Controlratings1A, Controlratings1B, Controlratings1C, Controlratings1D,
Perfratings1A, Perfratings1B, Perfratings1C, Perfratings1D,
Threatratings1A, Threatratings1B, Threatratings1C, Threatratings1C, Threatratings1D,
Responratings1A, Responratings1B, Responratings1C, Responratings1D,
Importratings2A, Importratings2B, Importratings2C, Importratings2D,
Uncertratings2A, Uncertratings2B, Uncertratings2C, Uncertratings2D,
Controlratings2A, Controlratings2B, Controlratings2C, Controlratings2D,
Perfratings2A, Perfratings2B, Perfratings2C, Perfratings2D,
Threatratings2A, Threatratings2B, Threatratings2C, Threatratings2D,
Responratings2A, Responratings2B, Responratings2C, Responratings2D)]
</block>

********************************************************************************

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>


******************************************************************************

<expt>
/ blocks = [1=practice; 2, 4=SUDS; 3=noreplace(RecogScenarios)]
/ postinstructions = (end)
</expt>

> (2) I am not sure where else in the script the code is that programs the Continue button [...]

It's the continue button in <openended ThreatRecogscenario2>. Its position cannot be changed.

I'm confused about (3), which as far as I can tell, is the same as question (1). The answer would still be give your text elements a sufficient height instead of specifying 0% for the height. Or what am I missing?

So, I've tested the script on a mobile (here: Android 11; Inquisit Web 6.5.2) and I'm not seeing either the cut-off or the missing underscores issue. This is what ThreatRecogscenario2 looks like (before the display of the textbox to enter the missing letter):



Is the full original script online somewhere? I'm wondering whether there's something off about that <text> element that gets lost during copy & paste.

Thank you for trying to test it, that's odd these issues don't show up on your screen! So far our team has tested it on our own phones which are 3 different types of iPhones and we have all had the same problems. Unfortunately adding more vertical space didn't seem to help, perhaps because of the other elements on the same page. Here's the original script where the underscore was visible below.

I believe what happened was once I tried adding percentages for size & position for all elements to make it work across all types of mobile devices, that is when the underscore stopped being visible. Of course there are other differences too like font size but you can see the 3 versions over time:

ORIGINAL SCRIPT, INTENDED FOR COMPUTERS:
<text ThreatRecogscenario2>
/ items = ("THE CUT:

You are organizing some paperwork in the office and get a papercut.
You go to the bathroom to wash the cut and ask a coworker for a bandage.
You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Arial", 4%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the letter that is missing in the word fragment.")
/ fontstyle = ("Arial", 4%, false, true, false, false, 5, 0)
/ txbgcolor = black
/ txcolor = white
/ position = (50,80)
</text>

<trial ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2, reminder1]
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </trial>

-------------------------------------------------------------------------------------------------------------------------
MODIFIED SCRIPT, INTENDED FOR MOBILE DEVICES BEFORE ADDING PERCENTAGES FOR SIZE & POSITION:
<text ThreatRecogscenario2>
/ items = ("THE CUT:

You are organizing some paperwork in the
office and get a papercut. You go to the
bathroom to wash the cut and ask a coworker
for a bandage. You examine the cut to see
how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the letter that is missing in the word fragment.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ txbgcolor = black
/ txcolor = white
/ position = (50,80)
</text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 5000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 95%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

-------------------------------------------------------------------------------------------------------------------------
MODIFIED SCRIPT, INTENDED FOR DIFFERENTLY-SIZED MOBILE DEVICE SCREENS:
<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the missing letter.")
/ fontstyle = ("Hiragino Sans", 7.5%, false, true, false, false, 5, 0)
/ size = (95%, 50%)
/ position = (50%, 80%)
/ txbgcolor = black
/ txcolor = white
</text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
inquisituser22 - 1/25/2022
Dave - 1/25/2022
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Hello,
We are putting the finishing touches on our experiment and have a few questions where we have gotten stuck:

1. We would like the underscores we have written in this script to be visible to participants, but they appear as blank spaces. Please see attached to see what participants see, and below for the script.

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

2. Also in the attached image and script below, please see our "Continue" button. Is there a way to modify the size and position of this button, so that it is just in the bottom right corner rather than the full bottom of the page?

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>

3. We have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

Thank you!

(1) You should give your <text> element a sufficiently large vertical size:

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1
</text>

(2) The "button" in your screenshot is not on an instruction page as far as I can tell, so I don't know why you posted the script's <instruct> element. Please provide the relevant code, otherwise your question is not answerable.

(1) thank you
(2) I am not sure where else in the script the code is that programs the Continue button, I pasted the code below. I don't see it clearly labeled in any "survey" pages to change a 'nextbuttonposition attribute' or anything (I did not write the original script, have just modified it for Inquisit Web use).
(3) just repasting this question so it doesn't fall off the radar: we have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

Thanks again!

******************************************************************************

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

**********************************DATA SPECIFICATIONS**************************

<text error> / items = ("X") / color = (255, 0, 0) / numitems = 1 / </text>

<data>
/ columns = (subject date time build blocknum blockcode trialcode trialnum stimulus response latency correct response correct)
</data>

*****************************************************************************

<text reminder1>
/ numitems = 1
/ items = ("Please type the missing letter.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (95%, 50%)
/ position = (50%, 75%)
/ txbgcolor = black
/ txcolor = white
</text>

<text reminder2>
/ numitems = 1
/ items = ("Please answer based on the previous scenario.

Press Y for 'Yes' and N for 'No'.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (80%, 12%)
/ txbgcolor = black
/ txcolor = white
</text>

<page pretraining1>
PRACTICE SESSION INSTRUCTIONS:
Please try to imagine yourself in the following scenarios.
There will be word fragments to complete;
you will need to type the correct missing letter
to proceed on the keypad which will pop up automatically.
It will take a few moments for the keypad to appear.
</page>

<page pretraining2>
After reading the scenarios, a question to make sure you understood
the scenario will appear. You won't be able to proceed until responding correctly.
^^
You will need to press Y for 'Yes' and N for 'No'.
</page>

<page ratingsinstruct>
^^^^
Please rate the following items for how closely they match the meaning of the original scenario. Also, please rate each sentence independently of the other.
</page>

<page recognitionscenarios1>
^^
The session will now begin.
^^
You will complete several scenarios.
^^
</page>

<page recognitionscenarios2>
Next, you will see the title of the previous scenarios followed by 4 sentences;
none will be worded identically to the sentences in the previous scenarios.
^^
You will rate each sentence for its similarity in meaning to what you believe to be the meaning of the scenario you read earlier.
</page>

<page recognitionscenarios3>
Also, rate each sentence independently of all others.
^^
For example, if you believe the sentences have the same similarity
in meaning to the scenario, assign them the same level of similarity. 
^^
</page>

<page end>
^^
All done with this part!
^^
Please let the experimenter know you are done with this part of the assessment.
</page>

*************************************************************************

<block practice>
/ preinstructions = (pretraining1, pretraining2)
/ trials = [1-3 = random(practicescenarios1, practicescenarios2, practicescenarios3)]
</block>

*************************************************************************
SUDS
*************************************************************************
<slider sliderSUDS>
/ caption = "How anxious do you feel right now on a scale from:
0 (Not at all anxious) to 100 (Most Anxious)?

Please move the slider to respond."
/ range = (0,100)
/ position = (5, 25)
/ slidersize = (80%, 10%)
/ required = true
/ labels=("0","25","50","75","100")
/ defaultresponse = "0"
</slider>

<surveypage surveySUDS>
/ questions = [1=sliderSUDS]
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<block SUDS>
/ trials = [1=surveySUDS]
</block>

*************************************************************************
IMAGES
*************************************************************************
<page IAPSinstruct>
^^
In this next task, you will rate a series of images on how pleasant they are from 1 to 5,
1 being not pleasant at all, and 5 being very pleasant.
^^
Press the number on the keypad to respond.
</page>

<trial IAPS>
/ stimulusframes = [1=IAPS, likertlabel]
/ inputdevice=keyboard
/ correctresponse = ("1", "2", "3", "4", "5")
/ validresponse = ("1", "2", "3", "4", "5")
/ response = correct </trial>

<item likertlabel>
/1 = "(Unpleasant) 1  2  3  4  5 (Very Pleasant)"
</item>

<text likertlabel>
/ items = likertlabel
/ halign = center
/ position = (50%, 5%)
/ txbgcolor = black
/ txcolor = white

/ fontstyle = ("Hiragino Sans", 8%, true, false, false, false, 5, 1)
</text>

<picture IAPS>
/numitems = 60
/ items = NeutralIAPS
/ size = (80%, 80%)
</picture>

<item NeutralIAPS>
/1 = "1670.jpg"
/2 = "2190.JPG"
/3 = "2191.jpg"
/4 = "2200.JPG"
/5 = "2206.JPG"
/6 = "2210.JPG"
/7 = "2220.JPG"
/8 = "2221.JPG"
/9 = "2230.JPG"
/10 = "2235.jpg"
/11 = "2272.jpg"
/12 = "2320.JPG"
/13 = "2381.JPG"
/14 = "2440.JPG"
/15 = "2480.JPG"
/16 = "2500.JPG"
/17 = "2514.jpg"
/18 = "2570.JPG"
/19 = "2580.JPG"
/20 = "2630.JPG"
/21 = "2840.JPG"
/22 = "2880.JPG"
/23 = "2890.JPG"
/24 = "5390.jpg"
/25 = "5471.jpg"
/26 = "5740.jpg"
/27 = "7000.JPG"
/28 = "7006.JPG"
/29 = "7009.JPG"
/30 = "7010.JPG"
/31 = "7020.JPG"
/32 = "7030.JPG"
/33 = "7034.JPG"
/34 = "7035.jpg"
/35 = "7037.jpg"
/36 = "7040.JPG"
/37 = "7041.jpg"
/38 = "7050.JPG"
/39 = "7052.jpg"
/40 = "7080.jpg"
/41 = "7096.jpg"
/42 = "7100.JPG"
/43 = "7130.jpg"
/44 = "7160.jpg"
/45 = "7161.jpg"
/46 = "7175.jpg"
/47 = "7185.jpg"
/48 = "7207.jpg"
/49 = "7211.jpg"
/50 = "2305.jpg"
/51 = "7217.jpg"
/52 = "7236.jpg"
/53 = "7237.jpg"
/54 = "7490.jpg"
/55 = "7491.jpg"
/56 = "7493.jpg"
/57 = "7503.jpg"
/58 = "7550.JPG"
/59 = "7590.jpg"
/60 = "7595.jpg"
</item>

***********************************************************************
PRACTICE SCENARIOS
***********************************************************************

<text practicescenarios1>
/ items = ("PRACTICE SESSION:
You decide to go to the movies with your friends. You get to the theater and there is a long line. Because of the line, you are l_te.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios1>
/ items = ("Did you make it to the movie on time?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios1>
/ stimulusframes = [1=practicescenarios1, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios1)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios1>
/ stimulusframes = [1=compquestionpracticescenarios1, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios2>
/ items = ("PRACTICE SESSION:
You have some free time in your afternoon, so you go grocery shopping. You think you have bought everything you need. When you get home, you realize you forgot the m_lk.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios2>
/ items = ("Did you forget to buy the milk?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ numitems=1 </text>

<openended practicescenarios2>
/ stimulusframes = [1=practicescenarios2, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("i")
/ responsetrial = ("i", compquestionpracticescenarios2)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios2>
/ stimulusframes = [1=compquestionpracticescenarios2, reminder2]
/ correctresponse = ("y")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios3>
/ items = ("PRACTICE SESSION:
You spend a long time working on a presentation late one night. As you finish up on the computer, you go to print out your work. You then realize you do not have any more p_per.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios3>
/ items = ("Did you run out of ink?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios3>
/ stimulusframes = [1=practicescenarios3, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios3)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios3>
/ stimulusframes = [1=compquestionpracticescenarios3, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

***********************************************************************
RECOGNITION RATINGS
***********************************************************************

<text ImportRecogscenario1>
/ items = ("THE BLASPHEMOUS THOUGHT:
You are chatting with a friend on a new phone. Unexpectedly, a blasphemous thought about your friend pops into your mind. As you think about this blasphemous thought, you wonder whether it says anything about who you are as a per_on.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionImportRecogscenario1>
/ items = ("Are you talking with your mom on the phone?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario1>
/ stimulusframes = [1=ImportRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionImportRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct
</openended>

<trial compquestionImportRecogscenario1>
/ stimulusframes = [1=compquestionImportRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ImportRecogscenario2>
/ items = ("THE BUS RIDE:
You are sitting on a bus. The bus stops, people get on, and an unwanted thought of tripping the next person who walks by pops into your mind. As you watch the passengers file by, you wonder whether thinking this thought is as bad as actually tripping someo_e. ")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionImportRecogscenario2>
/ items = ("Are you the only person on the bus?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario2>
/ stimulusframes = [1=ImportRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionImportRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionImportRecogscenario2>
/ stimulusframes = [1=compquestionImportRecogscenario2, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario1>
/ items = ("THE TEST:
You studied a lot for a difficult test. Some of the questions are a little difficult and really make you think. As you take the test, you realize you aren’t 100% sure how best to answer all of the questio_s.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionUncertRecogscenario1>
/ items = ("Is the test easy?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended UncertRecogscenario1>
/ stimulusframes = [1=UncertRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionUncertRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario1>
/ stimulusframes = [1=compquestionUncertRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario2>
/ items = ("THE OPINION:
Your friend asks for your opinion on a personal matter. You need to tell her what you think within the next couple days. When you give your opinion, you know that you haven’t been able to fully consider every single aspect of the situati_n.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionUncertRecogscenario2>
/ items = ("Does your friend want your advice?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended UncertRecogscenario2>
/ stimulusframes = [1=UncertRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("o")
/ responsetrial = ("o", compquestionUncertRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario2>
/ stimulusframes = [1=compquestionUncertRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario1>
/ items = ("THE TERM PAPER:
Your teacher returns a paper that you worked very hard on. She commented on several minor errors and also made some positive remarks. When you receive the paper, you think about whether having perfect work is ever possib_e.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionPerfRecogscenario1>
/ items = ("Did your teacher forget to comment on your paper?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended PerfRecogscenario1>
/ stimulusframes = [1=PerfRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionPerfRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario1>
/ stimulusframes = [1=compquestionPerfRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario2>
/ items = ("THE SWIM MEET:
You are swimming in a state championship meet. You give your very best effort during your race. As you raise your head above water to see how you did, you realize you’ve come in second pla_e.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionPerfRecogscenario2>
/ items = ("Did you try your best?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended PerfRecogscenario2>
/ stimulusframes = [1=PerfRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionPerfRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario2>
/ stimulusframes = [1=compquestionPerfRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario1>
/ items = ("THE ROAD TRIP:
You are driving to visit friends who live several hours away. Outside, it begins to rain and you are careful to drive the speed limit. You think about the importance of driving saf_ly.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionThreatRecogscenario1>
/ items = ("Do your friends live just a few minutes away?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ThreatRecogscenario1>
/ stimulusframes = [1=ThreatRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("e")
/ responsetrial = ("e", compquestionThreatRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario1>
/ stimulusframes = [1=compquestionThreatRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionThreatRecogscenario2>
/ items = ("Did you wash your papercut in the bathroom?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario2>
/ stimulusframes = [1=compquestionThreatRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario1>
/ items = ("THE JOB INTERVIEW:
You are preparing for a job interview. As you prepare, you have a number of unwanted, intrusive thoughts about messing up the interview. As thoughts about the interview pop into your mind, you think about whether or not these thoughts will mess up your interview if you can’t get rid of t_em.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario1>
/ items = ("Are you getting ready for a job interview?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ControlRecogscenario1>
/ stimulusframes = [1=ControlRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("h")
/ responsetrial = ("h", compquestionControlRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario1>
/ stimulusframes = [1=compquestionControlRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario2>
/ items = ("THE ROOFTOP:
You are standing on a rooftop with some friends who are enjoying the view. You begin to have thoughts about what it would be like to fall from this height. You try to think about something other than fal_ing.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario2>
/ items = ("Are you on a rooftop?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ControlRecogscenario2>
/ stimulusframes = [1=ControlRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionControlRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario2>
/ stimulusframes = [1=compquestionControlRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario1>
/ items = ("THE COLD:
You decide to go to work to make a presentation even though you have a cold. You fully cover your mouth each time you cough so you don’t bother your friend sitting next to you. The following afternoon when you talk to your friend, she tells you she woke up feeling si_k.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario1>
/ items = ("Do you try to cover your mouth when you cough?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ResponRecogscenario1>
/ stimulusframes = [1=ResponRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionResponRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario1>
/ stimulusframes = [1=compquestionResponRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario2>
/ items = ("THE ACCIDENT:
You are walking with a coworker down the hallway and the floors have just been washed. You are being careful to watch where you step. Suddenly your coworker slips and falls on the grou_d.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario2>
/ items = ("Did you watch where you were stepping on the wet floor?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ResponRecogscenario2>
/ stimulusframes = [1=ResponRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionResponRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario2>
/ stimulusframes = [1=compquestionResponRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

*****************************************************************************************
RECOGNITION RATINGS RADIOBUTTONS
******************************************************************************************

<radiobuttons Controlrating1A>
/ caption = "As thoughts about the interview pop into your mind, you realize that controlling all of them won’t matter for whether or not you get the job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1B>
/ caption = "As thoughts about the interview pop into your mind, you realize that you need to control them if you want to make a favorable impression."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1C>
/ caption = "As thoughts about the interview pop into your mind, you realize how excited you are about the new job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1D>
/ caption = " As thoughts about the interview pop into your mind, you think about how you don’t really like to work."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2A>
/ caption = "As you are on the rooftop, you can't keep the falling thoughts under control, but you are still safe on the rooftop, enjoying the view."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2B>
/ caption = " As you are on the rooftop, you can't keep the falling thoughts under control, and this ruins your evening with friends."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2C>
/ caption = "As you are on the rooftop, you are thinking about what a great time you are having."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2D>
/ caption = "As you are on the rooftop, you are thinking about how cold you are."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Threatrating1A>
/ caption = "As you drive down the road, you think your chances of getting into an accident are low because you are being so cautious."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1B>
/ caption = "As you drive down the road, you worry that you’ll accidentally crash your car even though you aren’t speeding."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1C>
/ caption = "As you drive down the road, you are looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1D>
/ caption = "As you drive down the road, you are not looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2A>
/ caption = "As you wash and bandage your cut, you believe that it is very unlikely that your cut will become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2B>
/ caption = "As you wash and bandage your cut, you believe that it is very likely to become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2C>
/ caption = "As you wash and bandage your cut, you notice that you have a new package of bandages with fun designs you can use."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2D>
/ caption = "As you wash and bandage your cut, you notice that you don't have any bandages left."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1A>
/ caption = "As you sit there, you think that having this blasphemous thought has no bearing on your morality."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1B>
/ caption = "As you sit there, you think that having this blasphemous thought means you are an immoral person."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1C>
/ caption = " As you think about this blasphemous thought, you decide that you like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1D>
/ caption = " As you think about this blasphemous thought, you realize that you don’t really like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2A>
/ caption = "As you watch the passengers file by, you believe having a thought about harming someone is not as bad as actually harming them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2B>
/ caption = "As you watch the passengers file by, you believe thinking about hurting somebody is equally as terrible as actually hurting them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2C>
/ caption = " As you watch the passengers file by, you think about how much you are looking forward to your day."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2D>
/ caption = "As you watch the passengers file by, you think about how much you are dreading going to class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Perfrating1A>
/ caption = " When you receive the paper, you feel satisfied with your teacher’s positive remarks."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1B>
/ caption = "When you receive the paper, you feel disappointed that you made mistakes."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1C>
/ caption = "When you receive the paper, your friend leans over and asks if you want to go to a party with her."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1D>
/ caption = "When you receive the paper, your feel bored and hope class will end soon."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2A>
/ caption = "As you raise your head above water to see how you did, you are happy with your accomplishment."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2B>
/ caption = "As you raise your head above water to see how you did, you feel disappointed that you failed to get first place."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2C>
/ caption = "As you raise your head above water to see how you did, you hear the audience cheering loudly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2D>
/ caption = "As you raise your head above water to see how you did, your goggles pinch uncomfortably at your face."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1A>
/ caption = "The following afternoon when you talk to your classmate, you wish she felt better but believe it's not your fault she is sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1B>
/ caption = "The following afternoon when you talk to your friend you feel badly because you think you probably got her sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1C>
/ caption = "The following afternoon when you think about the presentation, you think you did well."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1D>
/ caption = "The following afternoon when you think about the presentation, you think you did poorly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2A>
/ caption = "You feel bad for his fall, but know that accidents happen all the time and it's not your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2B>
/ caption = "You feel bad for his fall, and feel that his accident is your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2C>
/ caption = " After getting up from the floor, your friend laughs at how clumsy he is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2D>
/ caption = "Your friend badly injures his knee from the fall."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1A>
/ caption = "As you take the test, you feel confident in your responses even though some of the items are tricky."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1B>
/ caption = "As you take the test, you worry that you will do poorly because the test is so challenging."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1C>
/ caption = "As you take the test, you think about how much you enjoy this class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1D>
/ caption = "As you take the test, you think about how much you dislike your professor."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2A>
/ caption = "When you give your friend your opinion, you think it will be useful even though you didn’t first think through all aspects of the issue."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2B>
/ caption = "When you give your friend your opinion, you doubt it will be helpful since you didn’t have enough time to think about it."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2C>
/ caption = "When you give your friend your opinion, you think about how much fun your friend is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2D>
/ caption = "When you give your friend your opinion, you think about how annoyed you are with your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

**************************************************************************************
Recognition Ratings Survey Pages
**************************************************************************************

<surveypage Responratings1A>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1B>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1C>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1D>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2A>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2B>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2C>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2D>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1A>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1B>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1C>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1D>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2A>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2B>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2C>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2D>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1A>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1B>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1C>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1D>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2A>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2B>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2C>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2D>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1A>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1B>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1C>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1D>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2A>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2B>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2C>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2D>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1A>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1B>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1C>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1D>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2A>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2B>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2C>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2D>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false

</surveypage>
<surveypage Threatratings1A>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1B>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1C>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1D>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2A>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2B>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2C>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2D>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

*************************************************************************
<block Recogscenarios>
/ preinstructions = (recognitionscenarios1)
/ trials = [1-12 = random (ImportRecogscenario1, UncertRecogscenario1, ControlRecogscenario1, PerfRecogscenario1, ThreatRecogscenario1, ResponRecogscenario1
ImportRecogscenario2, UncertRecogscenario2, ControlRecogscenario2, PerfRecogscenario2, ThreatRecogscenario2, ResponRecogscenario2)]
/ branch = [block.IAPS]
</block>

<text info>
/ items = ("word <%block.Recogscenarios%> of <%block.Recogscenarios.totalcount%>")
/ position = (50%, 10%)
/ size = (20%, 10%)
/ erase = false
</text>

*************************************************************************
<block IAPS>
/ preinstructions = (IAPSinstruct)
/ bgstim = (likertlabel)
/ trials = [1-60 = noreplace(IAPS)]
/ branch = [block.Recogratings]
</block>

********************************************************************************

<block Recogratings>
/ preinstructions = (recognitionscenarios2, recognitionscenarios3)
/trials = [1-48 = random(Importratings1A, Importratings1B, Importratings1C, Importratings1D,
Uncertratings1A, Uncertratings1B, Uncertratings1C, Uncertratings1D,
Controlratings1A, Controlratings1B, Controlratings1C, Controlratings1D,
Perfratings1A, Perfratings1B, Perfratings1C, Perfratings1D,
Threatratings1A, Threatratings1B, Threatratings1C, Threatratings1C, Threatratings1D,
Responratings1A, Responratings1B, Responratings1C, Responratings1D,
Importratings2A, Importratings2B, Importratings2C, Importratings2D,
Uncertratings2A, Uncertratings2B, Uncertratings2C, Uncertratings2D,
Controlratings2A, Controlratings2B, Controlratings2C, Controlratings2D,
Perfratings2A, Perfratings2B, Perfratings2C, Perfratings2D,
Threatratings2A, Threatratings2B, Threatratings2C, Threatratings2D,
Responratings2A, Responratings2B, Responratings2C, Responratings2D)]
</block>

********************************************************************************

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>


******************************************************************************

<expt>
/ blocks = [1=practice; 2, 4=SUDS; 3=noreplace(RecogScenarios)]
/ postinstructions = (end)
</expt>

> (2) I am not sure where else in the script the code is that programs the Continue button [...]

It's the continue button in <openended ThreatRecogscenario2>. Its position cannot be changed.

I'm confused about (3), which as far as I can tell, is the same as question (1). The answer would still be give your text elements a sufficient height instead of specifying 0% for the height. Or what am I missing?

So, I've tested the script on a mobile (here: Android 11; Inquisit Web 6.5.2) and I'm not seeing either the cut-off or the missing underscores issue. This is what ThreatRecogscenario2 looks like (before the display of the textbox to enter the missing letter):



Is the full original script online somewhere? I'm wondering whether there's something off about that <text> element that gets lost during copy & paste.

Thank you for trying to test it, that's odd these issues don't show up on your screen! So far our team has tested it on our own phones which are 3 different types of iPhones and we have all had the same problems. Unfortunately adding more vertical space didn't seem to help, perhaps because of the other elements on the same page. Here's the original script where the underscore was visible below.

I believe what happened was once I tried adding percentages for size & position for all elements to make it work across all types of mobile devices, that is when the underscore stopped being visible. Of course there are other differences too like font size but you can see the 3 versions over time:

ORIGINAL SCRIPT, INTENDED FOR COMPUTERS:
<text ThreatRecogscenario2>
/ items = ("THE CUT:

You are organizing some paperwork in the office and get a papercut.
You go to the bathroom to wash the cut and ask a coworker for a bandage.
You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Arial", 4%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the letter that is missing in the word fragment.")
/ fontstyle = ("Arial", 4%, false, true, false, false, 5, 0)
/ txbgcolor = black
/ txcolor = white
/ position = (50,80)
</text>

<trial ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2, reminder1]
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </trial>

-------------------------------------------------------------------------------------------------------------------------
MODIFIED SCRIPT, INTENDED FOR MOBILE DEVICES BEFORE ADDING PERCENTAGES FOR SIZE & POSITION:
<text ThreatRecogscenario2>
/ items = ("THE CUT:

You are organizing some paperwork in the
office and get a papercut. You go to the
bathroom to wash the cut and ask a coworker
for a bandage. You examine the cut to see
how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the letter that is missing in the word fragment.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ txbgcolor = black
/ txcolor = white
/ position = (50,80)
</text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 5000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 95%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

-------------------------------------------------------------------------------------------------------------------------
MODIFIED SCRIPT, INTENDED FOR DIFFERENTLY-SIZED MOBILE DEVICE SCREENS:
<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the missing letter.")
/ fontstyle = ("Hiragino Sans", 7.5%, false, true, false, false, 5, 0)
/ size = (95%, 50%)
/ position = (50%, 80%)
/ txbgcolor = black
/ txcolor = white
</text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

Hmm, I'm puzzled. What happens when you add another line break, i.e.

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.
")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1
</text>

inquisituser22
inquisituser22
Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)
Group: Forum Members
Posts: 96, Visits: 339
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Dave - 1/25/2022
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Hello,
We are putting the finishing touches on our experiment and have a few questions where we have gotten stuck:

1. We would like the underscores we have written in this script to be visible to participants, but they appear as blank spaces. Please see attached to see what participants see, and below for the script.

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

2. Also in the attached image and script below, please see our "Continue" button. Is there a way to modify the size and position of this button, so that it is just in the bottom right corner rather than the full bottom of the page?

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>

3. We have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

Thank you!

(1) You should give your <text> element a sufficiently large vertical size:

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1
</text>

(2) The "button" in your screenshot is not on an instruction page as far as I can tell, so I don't know why you posted the script's <instruct> element. Please provide the relevant code, otherwise your question is not answerable.

(1) thank you
(2) I am not sure where else in the script the code is that programs the Continue button, I pasted the code below. I don't see it clearly labeled in any "survey" pages to change a 'nextbuttonposition attribute' or anything (I did not write the original script, have just modified it for Inquisit Web use).
(3) just repasting this question so it doesn't fall off the radar: we have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

Thanks again!

******************************************************************************

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

**********************************DATA SPECIFICATIONS**************************

<text error> / items = ("X") / color = (255, 0, 0) / numitems = 1 / </text>

<data>
/ columns = (subject date time build blocknum blockcode trialcode trialnum stimulus response latency correct response correct)
</data>

*****************************************************************************

<text reminder1>
/ numitems = 1
/ items = ("Please type the missing letter.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (95%, 50%)
/ position = (50%, 75%)
/ txbgcolor = black
/ txcolor = white
</text>

<text reminder2>
/ numitems = 1
/ items = ("Please answer based on the previous scenario.

Press Y for 'Yes' and N for 'No'.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (80%, 12%)
/ txbgcolor = black
/ txcolor = white
</text>

<page pretraining1>
PRACTICE SESSION INSTRUCTIONS:
Please try to imagine yourself in the following scenarios.
There will be word fragments to complete;
you will need to type the correct missing letter
to proceed on the keypad which will pop up automatically.
It will take a few moments for the keypad to appear.
</page>

<page pretraining2>
After reading the scenarios, a question to make sure you understood
the scenario will appear. You won't be able to proceed until responding correctly.
^^
You will need to press Y for 'Yes' and N for 'No'.
</page>

<page ratingsinstruct>
^^^^
Please rate the following items for how closely they match the meaning of the original scenario. Also, please rate each sentence independently of the other.
</page>

<page recognitionscenarios1>
^^
The session will now begin.
^^
You will complete several scenarios.
^^
</page>

<page recognitionscenarios2>
Next, you will see the title of the previous scenarios followed by 4 sentences;
none will be worded identically to the sentences in the previous scenarios.
^^
You will rate each sentence for its similarity in meaning to what you believe to be the meaning of the scenario you read earlier.
</page>

<page recognitionscenarios3>
Also, rate each sentence independently of all others.
^^
For example, if you believe the sentences have the same similarity
in meaning to the scenario, assign them the same level of similarity. 
^^
</page>

<page end>
^^
All done with this part!
^^
Please let the experimenter know you are done with this part of the assessment.
</page>

*************************************************************************

<block practice>
/ preinstructions = (pretraining1, pretraining2)
/ trials = [1-3 = random(practicescenarios1, practicescenarios2, practicescenarios3)]
</block>

*************************************************************************
SUDS
*************************************************************************
<slider sliderSUDS>
/ caption = "How anxious do you feel right now on a scale from:
0 (Not at all anxious) to 100 (Most Anxious)?

Please move the slider to respond."
/ range = (0,100)
/ position = (5, 25)
/ slidersize = (80%, 10%)
/ required = true
/ labels=("0","25","50","75","100")
/ defaultresponse = "0"
</slider>

<surveypage surveySUDS>
/ questions = [1=sliderSUDS]
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<block SUDS>
/ trials = [1=surveySUDS]
</block>

*************************************************************************
IMAGES
*************************************************************************
<page IAPSinstruct>
^^
In this next task, you will rate a series of images on how pleasant they are from 1 to 5,
1 being not pleasant at all, and 5 being very pleasant.
^^
Press the number on the keypad to respond.
</page>

<trial IAPS>
/ stimulusframes = [1=IAPS, likertlabel]
/ inputdevice=keyboard
/ correctresponse = ("1", "2", "3", "4", "5")
/ validresponse = ("1", "2", "3", "4", "5")
/ response = correct </trial>

<item likertlabel>
/1 = "(Unpleasant) 1  2  3  4  5 (Very Pleasant)"
</item>

<text likertlabel>
/ items = likertlabel
/ halign = center
/ position = (50%, 5%)
/ txbgcolor = black
/ txcolor = white

/ fontstyle = ("Hiragino Sans", 8%, true, false, false, false, 5, 1)
</text>

<picture IAPS>
/numitems = 60
/ items = NeutralIAPS
/ size = (80%, 80%)
</picture>

<item NeutralIAPS>
/1 = "1670.jpg"
/2 = "2190.JPG"
/3 = "2191.jpg"
/4 = "2200.JPG"
/5 = "2206.JPG"
/6 = "2210.JPG"
/7 = "2220.JPG"
/8 = "2221.JPG"
/9 = "2230.JPG"
/10 = "2235.jpg"
/11 = "2272.jpg"
/12 = "2320.JPG"
/13 = "2381.JPG"
/14 = "2440.JPG"
/15 = "2480.JPG"
/16 = "2500.JPG"
/17 = "2514.jpg"
/18 = "2570.JPG"
/19 = "2580.JPG"
/20 = "2630.JPG"
/21 = "2840.JPG"
/22 = "2880.JPG"
/23 = "2890.JPG"
/24 = "5390.jpg"
/25 = "5471.jpg"
/26 = "5740.jpg"
/27 = "7000.JPG"
/28 = "7006.JPG"
/29 = "7009.JPG"
/30 = "7010.JPG"
/31 = "7020.JPG"
/32 = "7030.JPG"
/33 = "7034.JPG"
/34 = "7035.jpg"
/35 = "7037.jpg"
/36 = "7040.JPG"
/37 = "7041.jpg"
/38 = "7050.JPG"
/39 = "7052.jpg"
/40 = "7080.jpg"
/41 = "7096.jpg"
/42 = "7100.JPG"
/43 = "7130.jpg"
/44 = "7160.jpg"
/45 = "7161.jpg"
/46 = "7175.jpg"
/47 = "7185.jpg"
/48 = "7207.jpg"
/49 = "7211.jpg"
/50 = "2305.jpg"
/51 = "7217.jpg"
/52 = "7236.jpg"
/53 = "7237.jpg"
/54 = "7490.jpg"
/55 = "7491.jpg"
/56 = "7493.jpg"
/57 = "7503.jpg"
/58 = "7550.JPG"
/59 = "7590.jpg"
/60 = "7595.jpg"
</item>

***********************************************************************
PRACTICE SCENARIOS
***********************************************************************

<text practicescenarios1>
/ items = ("PRACTICE SESSION:
You decide to go to the movies with your friends. You get to the theater and there is a long line. Because of the line, you are l_te.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios1>
/ items = ("Did you make it to the movie on time?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios1>
/ stimulusframes = [1=practicescenarios1, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios1)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios1>
/ stimulusframes = [1=compquestionpracticescenarios1, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios2>
/ items = ("PRACTICE SESSION:
You have some free time in your afternoon, so you go grocery shopping. You think you have bought everything you need. When you get home, you realize you forgot the m_lk.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios2>
/ items = ("Did you forget to buy the milk?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ numitems=1 </text>

<openended practicescenarios2>
/ stimulusframes = [1=practicescenarios2, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("i")
/ responsetrial = ("i", compquestionpracticescenarios2)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios2>
/ stimulusframes = [1=compquestionpracticescenarios2, reminder2]
/ correctresponse = ("y")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios3>
/ items = ("PRACTICE SESSION:
You spend a long time working on a presentation late one night. As you finish up on the computer, you go to print out your work. You then realize you do not have any more p_per.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios3>
/ items = ("Did you run out of ink?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios3>
/ stimulusframes = [1=practicescenarios3, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios3)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios3>
/ stimulusframes = [1=compquestionpracticescenarios3, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

***********************************************************************
RECOGNITION RATINGS
***********************************************************************

<text ImportRecogscenario1>
/ items = ("THE BLASPHEMOUS THOUGHT:
You are chatting with a friend on a new phone. Unexpectedly, a blasphemous thought about your friend pops into your mind. As you think about this blasphemous thought, you wonder whether it says anything about who you are as a per_on.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionImportRecogscenario1>
/ items = ("Are you talking with your mom on the phone?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario1>
/ stimulusframes = [1=ImportRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionImportRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct
</openended>

<trial compquestionImportRecogscenario1>
/ stimulusframes = [1=compquestionImportRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ImportRecogscenario2>
/ items = ("THE BUS RIDE:
You are sitting on a bus. The bus stops, people get on, and an unwanted thought of tripping the next person who walks by pops into your mind. As you watch the passengers file by, you wonder whether thinking this thought is as bad as actually tripping someo_e. ")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionImportRecogscenario2>
/ items = ("Are you the only person on the bus?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario2>
/ stimulusframes = [1=ImportRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionImportRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionImportRecogscenario2>
/ stimulusframes = [1=compquestionImportRecogscenario2, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario1>
/ items = ("THE TEST:
You studied a lot for a difficult test. Some of the questions are a little difficult and really make you think. As you take the test, you realize you aren’t 100% sure how best to answer all of the questio_s.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionUncertRecogscenario1>
/ items = ("Is the test easy?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended UncertRecogscenario1>
/ stimulusframes = [1=UncertRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionUncertRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario1>
/ stimulusframes = [1=compquestionUncertRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario2>
/ items = ("THE OPINION:
Your friend asks for your opinion on a personal matter. You need to tell her what you think within the next couple days. When you give your opinion, you know that you haven’t been able to fully consider every single aspect of the situati_n.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionUncertRecogscenario2>
/ items = ("Does your friend want your advice?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended UncertRecogscenario2>
/ stimulusframes = [1=UncertRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("o")
/ responsetrial = ("o", compquestionUncertRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario2>
/ stimulusframes = [1=compquestionUncertRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario1>
/ items = ("THE TERM PAPER:
Your teacher returns a paper that you worked very hard on. She commented on several minor errors and also made some positive remarks. When you receive the paper, you think about whether having perfect work is ever possib_e.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionPerfRecogscenario1>
/ items = ("Did your teacher forget to comment on your paper?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended PerfRecogscenario1>
/ stimulusframes = [1=PerfRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionPerfRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario1>
/ stimulusframes = [1=compquestionPerfRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario2>
/ items = ("THE SWIM MEET:
You are swimming in a state championship meet. You give your very best effort during your race. As you raise your head above water to see how you did, you realize you’ve come in second pla_e.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionPerfRecogscenario2>
/ items = ("Did you try your best?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended PerfRecogscenario2>
/ stimulusframes = [1=PerfRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionPerfRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario2>
/ stimulusframes = [1=compquestionPerfRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario1>
/ items = ("THE ROAD TRIP:
You are driving to visit friends who live several hours away. Outside, it begins to rain and you are careful to drive the speed limit. You think about the importance of driving saf_ly.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionThreatRecogscenario1>
/ items = ("Do your friends live just a few minutes away?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ThreatRecogscenario1>
/ stimulusframes = [1=ThreatRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("e")
/ responsetrial = ("e", compquestionThreatRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario1>
/ stimulusframes = [1=compquestionThreatRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionThreatRecogscenario2>
/ items = ("Did you wash your papercut in the bathroom?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario2>
/ stimulusframes = [1=compquestionThreatRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario1>
/ items = ("THE JOB INTERVIEW:
You are preparing for a job interview. As you prepare, you have a number of unwanted, intrusive thoughts about messing up the interview. As thoughts about the interview pop into your mind, you think about whether or not these thoughts will mess up your interview if you can’t get rid of t_em.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario1>
/ items = ("Are you getting ready for a job interview?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ControlRecogscenario1>
/ stimulusframes = [1=ControlRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("h")
/ responsetrial = ("h", compquestionControlRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario1>
/ stimulusframes = [1=compquestionControlRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario2>
/ items = ("THE ROOFTOP:
You are standing on a rooftop with some friends who are enjoying the view. You begin to have thoughts about what it would be like to fall from this height. You try to think about something other than fal_ing.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario2>
/ items = ("Are you on a rooftop?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ControlRecogscenario2>
/ stimulusframes = [1=ControlRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionControlRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario2>
/ stimulusframes = [1=compquestionControlRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario1>
/ items = ("THE COLD:
You decide to go to work to make a presentation even though you have a cold. You fully cover your mouth each time you cough so you don’t bother your friend sitting next to you. The following afternoon when you talk to your friend, she tells you she woke up feeling si_k.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario1>
/ items = ("Do you try to cover your mouth when you cough?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ResponRecogscenario1>
/ stimulusframes = [1=ResponRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionResponRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario1>
/ stimulusframes = [1=compquestionResponRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario2>
/ items = ("THE ACCIDENT:
You are walking with a coworker down the hallway and the floors have just been washed. You are being careful to watch where you step. Suddenly your coworker slips and falls on the grou_d.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario2>
/ items = ("Did you watch where you were stepping on the wet floor?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ResponRecogscenario2>
/ stimulusframes = [1=ResponRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionResponRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario2>
/ stimulusframes = [1=compquestionResponRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

*****************************************************************************************
RECOGNITION RATINGS RADIOBUTTONS
******************************************************************************************

<radiobuttons Controlrating1A>
/ caption = "As thoughts about the interview pop into your mind, you realize that controlling all of them won’t matter for whether or not you get the job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1B>
/ caption = "As thoughts about the interview pop into your mind, you realize that you need to control them if you want to make a favorable impression."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1C>
/ caption = "As thoughts about the interview pop into your mind, you realize how excited you are about the new job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1D>
/ caption = " As thoughts about the interview pop into your mind, you think about how you don’t really like to work."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2A>
/ caption = "As you are on the rooftop, you can't keep the falling thoughts under control, but you are still safe on the rooftop, enjoying the view."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2B>
/ caption = " As you are on the rooftop, you can't keep the falling thoughts under control, and this ruins your evening with friends."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2C>
/ caption = "As you are on the rooftop, you are thinking about what a great time you are having."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2D>
/ caption = "As you are on the rooftop, you are thinking about how cold you are."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Threatrating1A>
/ caption = "As you drive down the road, you think your chances of getting into an accident are low because you are being so cautious."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1B>
/ caption = "As you drive down the road, you worry that you’ll accidentally crash your car even though you aren’t speeding."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1C>
/ caption = "As you drive down the road, you are looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1D>
/ caption = "As you drive down the road, you are not looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2A>
/ caption = "As you wash and bandage your cut, you believe that it is very unlikely that your cut will become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2B>
/ caption = "As you wash and bandage your cut, you believe that it is very likely to become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2C>
/ caption = "As you wash and bandage your cut, you notice that you have a new package of bandages with fun designs you can use."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2D>
/ caption = "As you wash and bandage your cut, you notice that you don't have any bandages left."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1A>
/ caption = "As you sit there, you think that having this blasphemous thought has no bearing on your morality."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1B>
/ caption = "As you sit there, you think that having this blasphemous thought means you are an immoral person."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1C>
/ caption = " As you think about this blasphemous thought, you decide that you like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1D>
/ caption = " As you think about this blasphemous thought, you realize that you don’t really like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2A>
/ caption = "As you watch the passengers file by, you believe having a thought about harming someone is not as bad as actually harming them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2B>
/ caption = "As you watch the passengers file by, you believe thinking about hurting somebody is equally as terrible as actually hurting them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2C>
/ caption = " As you watch the passengers file by, you think about how much you are looking forward to your day."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2D>
/ caption = "As you watch the passengers file by, you think about how much you are dreading going to class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Perfrating1A>
/ caption = " When you receive the paper, you feel satisfied with your teacher’s positive remarks."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1B>
/ caption = "When you receive the paper, you feel disappointed that you made mistakes."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1C>
/ caption = "When you receive the paper, your friend leans over and asks if you want to go to a party with her."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1D>
/ caption = "When you receive the paper, your feel bored and hope class will end soon."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2A>
/ caption = "As you raise your head above water to see how you did, you are happy with your accomplishment."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2B>
/ caption = "As you raise your head above water to see how you did, you feel disappointed that you failed to get first place."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2C>
/ caption = "As you raise your head above water to see how you did, you hear the audience cheering loudly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2D>
/ caption = "As you raise your head above water to see how you did, your goggles pinch uncomfortably at your face."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1A>
/ caption = "The following afternoon when you talk to your classmate, you wish she felt better but believe it's not your fault she is sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1B>
/ caption = "The following afternoon when you talk to your friend you feel badly because you think you probably got her sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1C>
/ caption = "The following afternoon when you think about the presentation, you think you did well."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1D>
/ caption = "The following afternoon when you think about the presentation, you think you did poorly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2A>
/ caption = "You feel bad for his fall, but know that accidents happen all the time and it's not your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2B>
/ caption = "You feel bad for his fall, and feel that his accident is your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2C>
/ caption = " After getting up from the floor, your friend laughs at how clumsy he is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2D>
/ caption = "Your friend badly injures his knee from the fall."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1A>
/ caption = "As you take the test, you feel confident in your responses even though some of the items are tricky."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1B>
/ caption = "As you take the test, you worry that you will do poorly because the test is so challenging."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1C>
/ caption = "As you take the test, you think about how much you enjoy this class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1D>
/ caption = "As you take the test, you think about how much you dislike your professor."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2A>
/ caption = "When you give your friend your opinion, you think it will be useful even though you didn’t first think through all aspects of the issue."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2B>
/ caption = "When you give your friend your opinion, you doubt it will be helpful since you didn’t have enough time to think about it."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2C>
/ caption = "When you give your friend your opinion, you think about how much fun your friend is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2D>
/ caption = "When you give your friend your opinion, you think about how annoyed you are with your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

**************************************************************************************
Recognition Ratings Survey Pages
**************************************************************************************

<surveypage Responratings1A>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1B>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1C>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1D>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2A>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2B>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2C>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2D>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1A>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1B>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1C>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1D>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2A>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2B>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2C>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2D>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1A>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1B>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1C>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1D>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2A>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2B>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2C>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2D>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1A>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1B>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1C>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1D>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2A>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2B>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2C>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2D>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1A>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1B>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1C>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1D>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2A>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2B>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2C>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2D>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false

</surveypage>
<surveypage Threatratings1A>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1B>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1C>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1D>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2A>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2B>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2C>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2D>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

*************************************************************************
<block Recogscenarios>
/ preinstructions = (recognitionscenarios1)
/ trials = [1-12 = random (ImportRecogscenario1, UncertRecogscenario1, ControlRecogscenario1, PerfRecogscenario1, ThreatRecogscenario1, ResponRecogscenario1
ImportRecogscenario2, UncertRecogscenario2, ControlRecogscenario2, PerfRecogscenario2, ThreatRecogscenario2, ResponRecogscenario2)]
/ branch = [block.IAPS]
</block>

<text info>
/ items = ("word <%block.Recogscenarios%> of <%block.Recogscenarios.totalcount%>")
/ position = (50%, 10%)
/ size = (20%, 10%)
/ erase = false
</text>

*************************************************************************
<block IAPS>
/ preinstructions = (IAPSinstruct)
/ bgstim = (likertlabel)
/ trials = [1-60 = noreplace(IAPS)]
/ branch = [block.Recogratings]
</block>

********************************************************************************

<block Recogratings>
/ preinstructions = (recognitionscenarios2, recognitionscenarios3)
/trials = [1-48 = random(Importratings1A, Importratings1B, Importratings1C, Importratings1D,
Uncertratings1A, Uncertratings1B, Uncertratings1C, Uncertratings1D,
Controlratings1A, Controlratings1B, Controlratings1C, Controlratings1D,
Perfratings1A, Perfratings1B, Perfratings1C, Perfratings1D,
Threatratings1A, Threatratings1B, Threatratings1C, Threatratings1C, Threatratings1D,
Responratings1A, Responratings1B, Responratings1C, Responratings1D,
Importratings2A, Importratings2B, Importratings2C, Importratings2D,
Uncertratings2A, Uncertratings2B, Uncertratings2C, Uncertratings2D,
Controlratings2A, Controlratings2B, Controlratings2C, Controlratings2D,
Perfratings2A, Perfratings2B, Perfratings2C, Perfratings2D,
Threatratings2A, Threatratings2B, Threatratings2C, Threatratings2D,
Responratings2A, Responratings2B, Responratings2C, Responratings2D)]
</block>

********************************************************************************

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>


******************************************************************************

<expt>
/ blocks = [1=practice; 2, 4=SUDS; 3=noreplace(RecogScenarios)]
/ postinstructions = (end)
</expt>

> (2) I am not sure where else in the script the code is that programs the Continue button [...]

It's the continue button in <openended ThreatRecogscenario2>. Its position cannot be changed.

I'm confused about (3), which as far as I can tell, is the same as question (1). The answer would still be give your text elements a sufficient height instead of specifying 0% for the height. Or what am I missing?

So, I've tested the script on a mobile (here: Android 11; Inquisit Web 6.5.2) and I'm not seeing either the cut-off or the missing underscores issue. This is what ThreatRecogscenario2 looks like (before the display of the textbox to enter the missing letter):



Is the full original script online somewhere? I'm wondering whether there's something off about that <text> element that gets lost during copy & paste.

Thank you for trying to test it, that's odd these issues don't show up on your screen! So far our team has tested it on our own phones which are 3 different types of iPhones and we have all had the same problems. Unfortunately adding more vertical space didn't seem to help, perhaps because of the other elements on the same page. Here's the original script where the underscore was visible below.

I believe what happened was once I tried adding percentages for size & position for all elements to make it work across all types of mobile devices, that is when the underscore stopped being visible. Of course there are other differences too like font size but you can see the 3 versions over time:

ORIGINAL SCRIPT, INTENDED FOR COMPUTERS:
<text ThreatRecogscenario2>
/ items = ("THE CUT:

You are organizing some paperwork in the office and get a papercut.
You go to the bathroom to wash the cut and ask a coworker for a bandage.
You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Arial", 4%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the letter that is missing in the word fragment.")
/ fontstyle = ("Arial", 4%, false, true, false, false, 5, 0)
/ txbgcolor = black
/ txcolor = white
/ position = (50,80)
</text>

<trial ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2, reminder1]
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </trial>

-------------------------------------------------------------------------------------------------------------------------
MODIFIED SCRIPT, INTENDED FOR MOBILE DEVICES BEFORE ADDING PERCENTAGES FOR SIZE & POSITION:
<text ThreatRecogscenario2>
/ items = ("THE CUT:

You are organizing some paperwork in the
office and get a papercut. You go to the
bathroom to wash the cut and ask a coworker
for a bandage. You examine the cut to see
how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the letter that is missing in the word fragment.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ txbgcolor = black
/ txcolor = white
/ position = (50,80)
</text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 5000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 95%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

-------------------------------------------------------------------------------------------------------------------------
MODIFIED SCRIPT, INTENDED FOR DIFFERENTLY-SIZED MOBILE DEVICE SCREENS:
<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the missing letter.")
/ fontstyle = ("Hiragino Sans", 7.5%, false, true, false, false, 5, 0)
/ size = (95%, 50%)
/ position = (50%, 80%)
/ txbgcolor = black
/ txcolor = white
</text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

Hmm, I'm puzzled. What happens when you add another line break, i.e.

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.
")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1
</text>

Wow that worked, thank you so much! I wonder why that was different for your phone? So the remaining issues then are how to get the lines to fit on the screen across devices.

And for the continue button, the reason I wanted to modify the formatting was so that I could get each of these radiobutton choices (please see attached) to fit on the screen, and thought one way to do that was just to have the Continue button take less real estate. Even though I can't change the position, might I be able to cut down the amount of space the button takes?

Thanks again!
Attachments
IMG_8829 (1).PNG (91 views, 333.00 KB)
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
inquisituser22 - 1/26/2022
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Dave - 1/25/2022
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Hello,
We are putting the finishing touches on our experiment and have a few questions where we have gotten stuck:

1. We would like the underscores we have written in this script to be visible to participants, but they appear as blank spaces. Please see attached to see what participants see, and below for the script.

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

2. Also in the attached image and script below, please see our "Continue" button. Is there a way to modify the size and position of this button, so that it is just in the bottom right corner rather than the full bottom of the page?

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>

3. We have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

Thank you!

(1) You should give your <text> element a sufficiently large vertical size:

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1
</text>

(2) The "button" in your screenshot is not on an instruction page as far as I can tell, so I don't know why you posted the script's <instruct> element. Please provide the relevant code, otherwise your question is not answerable.

(1) thank you
(2) I am not sure where else in the script the code is that programs the Continue button, I pasted the code below. I don't see it clearly labeled in any "survey" pages to change a 'nextbuttonposition attribute' or anything (I did not write the original script, have just modified it for Inquisit Web use).
(3) just repasting this question so it doesn't fall off the radar: we have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

Thanks again!

******************************************************************************

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

**********************************DATA SPECIFICATIONS**************************

<text error> / items = ("X") / color = (255, 0, 0) / numitems = 1 / </text>

<data>
/ columns = (subject date time build blocknum blockcode trialcode trialnum stimulus response latency correct response correct)
</data>

*****************************************************************************

<text reminder1>
/ numitems = 1
/ items = ("Please type the missing letter.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (95%, 50%)
/ position = (50%, 75%)
/ txbgcolor = black
/ txcolor = white
</text>

<text reminder2>
/ numitems = 1
/ items = ("Please answer based on the previous scenario.

Press Y for 'Yes' and N for 'No'.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (80%, 12%)
/ txbgcolor = black
/ txcolor = white
</text>

<page pretraining1>
PRACTICE SESSION INSTRUCTIONS:
Please try to imagine yourself in the following scenarios.
There will be word fragments to complete;
you will need to type the correct missing letter
to proceed on the keypad which will pop up automatically.
It will take a few moments for the keypad to appear.
</page>

<page pretraining2>
After reading the scenarios, a question to make sure you understood
the scenario will appear. You won't be able to proceed until responding correctly.
^^
You will need to press Y for 'Yes' and N for 'No'.
</page>

<page ratingsinstruct>
^^^^
Please rate the following items for how closely they match the meaning of the original scenario. Also, please rate each sentence independently of the other.
</page>

<page recognitionscenarios1>
^^
The session will now begin.
^^
You will complete several scenarios.
^^
</page>

<page recognitionscenarios2>
Next, you will see the title of the previous scenarios followed by 4 sentences;
none will be worded identically to the sentences in the previous scenarios.
^^
You will rate each sentence for its similarity in meaning to what you believe to be the meaning of the scenario you read earlier.
</page>

<page recognitionscenarios3>
Also, rate each sentence independently of all others.
^^
For example, if you believe the sentences have the same similarity
in meaning to the scenario, assign them the same level of similarity. 
^^
</page>

<page end>
^^
All done with this part!
^^
Please let the experimenter know you are done with this part of the assessment.
</page>

*************************************************************************

<block practice>
/ preinstructions = (pretraining1, pretraining2)
/ trials = [1-3 = random(practicescenarios1, practicescenarios2, practicescenarios3)]
</block>

*************************************************************************
SUDS
*************************************************************************
<slider sliderSUDS>
/ caption = "How anxious do you feel right now on a scale from:
0 (Not at all anxious) to 100 (Most Anxious)?

Please move the slider to respond."
/ range = (0,100)
/ position = (5, 25)
/ slidersize = (80%, 10%)
/ required = true
/ labels=("0","25","50","75","100")
/ defaultresponse = "0"
</slider>

<surveypage surveySUDS>
/ questions = [1=sliderSUDS]
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<block SUDS>
/ trials = [1=surveySUDS]
</block>

*************************************************************************
IMAGES
*************************************************************************
<page IAPSinstruct>
^^
In this next task, you will rate a series of images on how pleasant they are from 1 to 5,
1 being not pleasant at all, and 5 being very pleasant.
^^
Press the number on the keypad to respond.
</page>

<trial IAPS>
/ stimulusframes = [1=IAPS, likertlabel]
/ inputdevice=keyboard
/ correctresponse = ("1", "2", "3", "4", "5")
/ validresponse = ("1", "2", "3", "4", "5")
/ response = correct </trial>

<item likertlabel>
/1 = "(Unpleasant) 1  2  3  4  5 (Very Pleasant)"
</item>

<text likertlabel>
/ items = likertlabel
/ halign = center
/ position = (50%, 5%)
/ txbgcolor = black
/ txcolor = white

/ fontstyle = ("Hiragino Sans", 8%, true, false, false, false, 5, 1)
</text>

<picture IAPS>
/numitems = 60
/ items = NeutralIAPS
/ size = (80%, 80%)
</picture>

<item NeutralIAPS>
/1 = "1670.jpg"
/2 = "2190.JPG"
/3 = "2191.jpg"
/4 = "2200.JPG"
/5 = "2206.JPG"
/6 = "2210.JPG"
/7 = "2220.JPG"
/8 = "2221.JPG"
/9 = "2230.JPG"
/10 = "2235.jpg"
/11 = "2272.jpg"
/12 = "2320.JPG"
/13 = "2381.JPG"
/14 = "2440.JPG"
/15 = "2480.JPG"
/16 = "2500.JPG"
/17 = "2514.jpg"
/18 = "2570.JPG"
/19 = "2580.JPG"
/20 = "2630.JPG"
/21 = "2840.JPG"
/22 = "2880.JPG"
/23 = "2890.JPG"
/24 = "5390.jpg"
/25 = "5471.jpg"
/26 = "5740.jpg"
/27 = "7000.JPG"
/28 = "7006.JPG"
/29 = "7009.JPG"
/30 = "7010.JPG"
/31 = "7020.JPG"
/32 = "7030.JPG"
/33 = "7034.JPG"
/34 = "7035.jpg"
/35 = "7037.jpg"
/36 = "7040.JPG"
/37 = "7041.jpg"
/38 = "7050.JPG"
/39 = "7052.jpg"
/40 = "7080.jpg"
/41 = "7096.jpg"
/42 = "7100.JPG"
/43 = "7130.jpg"
/44 = "7160.jpg"
/45 = "7161.jpg"
/46 = "7175.jpg"
/47 = "7185.jpg"
/48 = "7207.jpg"
/49 = "7211.jpg"
/50 = "2305.jpg"
/51 = "7217.jpg"
/52 = "7236.jpg"
/53 = "7237.jpg"
/54 = "7490.jpg"
/55 = "7491.jpg"
/56 = "7493.jpg"
/57 = "7503.jpg"
/58 = "7550.JPG"
/59 = "7590.jpg"
/60 = "7595.jpg"
</item>

***********************************************************************
PRACTICE SCENARIOS
***********************************************************************

<text practicescenarios1>
/ items = ("PRACTICE SESSION:
You decide to go to the movies with your friends. You get to the theater and there is a long line. Because of the line, you are l_te.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios1>
/ items = ("Did you make it to the movie on time?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios1>
/ stimulusframes = [1=practicescenarios1, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios1)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios1>
/ stimulusframes = [1=compquestionpracticescenarios1, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios2>
/ items = ("PRACTICE SESSION:
You have some free time in your afternoon, so you go grocery shopping. You think you have bought everything you need. When you get home, you realize you forgot the m_lk.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios2>
/ items = ("Did you forget to buy the milk?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ numitems=1 </text>

<openended practicescenarios2>
/ stimulusframes = [1=practicescenarios2, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("i")
/ responsetrial = ("i", compquestionpracticescenarios2)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios2>
/ stimulusframes = [1=compquestionpracticescenarios2, reminder2]
/ correctresponse = ("y")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios3>
/ items = ("PRACTICE SESSION:
You spend a long time working on a presentation late one night. As you finish up on the computer, you go to print out your work. You then realize you do not have any more p_per.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios3>
/ items = ("Did you run out of ink?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios3>
/ stimulusframes = [1=practicescenarios3, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios3)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios3>
/ stimulusframes = [1=compquestionpracticescenarios3, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

***********************************************************************
RECOGNITION RATINGS
***********************************************************************

<text ImportRecogscenario1>
/ items = ("THE BLASPHEMOUS THOUGHT:
You are chatting with a friend on a new phone. Unexpectedly, a blasphemous thought about your friend pops into your mind. As you think about this blasphemous thought, you wonder whether it says anything about who you are as a per_on.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionImportRecogscenario1>
/ items = ("Are you talking with your mom on the phone?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario1>
/ stimulusframes = [1=ImportRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionImportRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct
</openended>

<trial compquestionImportRecogscenario1>
/ stimulusframes = [1=compquestionImportRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ImportRecogscenario2>
/ items = ("THE BUS RIDE:
You are sitting on a bus. The bus stops, people get on, and an unwanted thought of tripping the next person who walks by pops into your mind. As you watch the passengers file by, you wonder whether thinking this thought is as bad as actually tripping someo_e. ")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionImportRecogscenario2>
/ items = ("Are you the only person on the bus?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario2>
/ stimulusframes = [1=ImportRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionImportRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionImportRecogscenario2>
/ stimulusframes = [1=compquestionImportRecogscenario2, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario1>
/ items = ("THE TEST:
You studied a lot for a difficult test. Some of the questions are a little difficult and really make you think. As you take the test, you realize you aren’t 100% sure how best to answer all of the questio_s.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionUncertRecogscenario1>
/ items = ("Is the test easy?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended UncertRecogscenario1>
/ stimulusframes = [1=UncertRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionUncertRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario1>
/ stimulusframes = [1=compquestionUncertRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario2>
/ items = ("THE OPINION:
Your friend asks for your opinion on a personal matter. You need to tell her what you think within the next couple days. When you give your opinion, you know that you haven’t been able to fully consider every single aspect of the situati_n.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionUncertRecogscenario2>
/ items = ("Does your friend want your advice?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended UncertRecogscenario2>
/ stimulusframes = [1=UncertRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("o")
/ responsetrial = ("o", compquestionUncertRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario2>
/ stimulusframes = [1=compquestionUncertRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario1>
/ items = ("THE TERM PAPER:
Your teacher returns a paper that you worked very hard on. She commented on several minor errors and also made some positive remarks. When you receive the paper, you think about whether having perfect work is ever possib_e.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionPerfRecogscenario1>
/ items = ("Did your teacher forget to comment on your paper?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended PerfRecogscenario1>
/ stimulusframes = [1=PerfRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionPerfRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario1>
/ stimulusframes = [1=compquestionPerfRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario2>
/ items = ("THE SWIM MEET:
You are swimming in a state championship meet. You give your very best effort during your race. As you raise your head above water to see how you did, you realize you’ve come in second pla_e.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionPerfRecogscenario2>
/ items = ("Did you try your best?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended PerfRecogscenario2>
/ stimulusframes = [1=PerfRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionPerfRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario2>
/ stimulusframes = [1=compquestionPerfRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario1>
/ items = ("THE ROAD TRIP:
You are driving to visit friends who live several hours away. Outside, it begins to rain and you are careful to drive the speed limit. You think about the importance of driving saf_ly.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionThreatRecogscenario1>
/ items = ("Do your friends live just a few minutes away?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ThreatRecogscenario1>
/ stimulusframes = [1=ThreatRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("e")
/ responsetrial = ("e", compquestionThreatRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario1>
/ stimulusframes = [1=compquestionThreatRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionThreatRecogscenario2>
/ items = ("Did you wash your papercut in the bathroom?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario2>
/ stimulusframes = [1=compquestionThreatRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario1>
/ items = ("THE JOB INTERVIEW:
You are preparing for a job interview. As you prepare, you have a number of unwanted, intrusive thoughts about messing up the interview. As thoughts about the interview pop into your mind, you think about whether or not these thoughts will mess up your interview if you can’t get rid of t_em.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario1>
/ items = ("Are you getting ready for a job interview?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ControlRecogscenario1>
/ stimulusframes = [1=ControlRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("h")
/ responsetrial = ("h", compquestionControlRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario1>
/ stimulusframes = [1=compquestionControlRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario2>
/ items = ("THE ROOFTOP:
You are standing on a rooftop with some friends who are enjoying the view. You begin to have thoughts about what it would be like to fall from this height. You try to think about something other than fal_ing.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario2>
/ items = ("Are you on a rooftop?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ControlRecogscenario2>
/ stimulusframes = [1=ControlRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionControlRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario2>
/ stimulusframes = [1=compquestionControlRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario1>
/ items = ("THE COLD:
You decide to go to work to make a presentation even though you have a cold. You fully cover your mouth each time you cough so you don’t bother your friend sitting next to you. The following afternoon when you talk to your friend, she tells you she woke up feeling si_k.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario1>
/ items = ("Do you try to cover your mouth when you cough?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ResponRecogscenario1>
/ stimulusframes = [1=ResponRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionResponRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario1>
/ stimulusframes = [1=compquestionResponRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario2>
/ items = ("THE ACCIDENT:
You are walking with a coworker down the hallway and the floors have just been washed. You are being careful to watch where you step. Suddenly your coworker slips and falls on the grou_d.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario2>
/ items = ("Did you watch where you were stepping on the wet floor?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ResponRecogscenario2>
/ stimulusframes = [1=ResponRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionResponRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario2>
/ stimulusframes = [1=compquestionResponRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

*****************************************************************************************
RECOGNITION RATINGS RADIOBUTTONS
******************************************************************************************

<radiobuttons Controlrating1A>
/ caption = "As thoughts about the interview pop into your mind, you realize that controlling all of them won’t matter for whether or not you get the job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1B>
/ caption = "As thoughts about the interview pop into your mind, you realize that you need to control them if you want to make a favorable impression."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1C>
/ caption = "As thoughts about the interview pop into your mind, you realize how excited you are about the new job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1D>
/ caption = " As thoughts about the interview pop into your mind, you think about how you don’t really like to work."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2A>
/ caption = "As you are on the rooftop, you can't keep the falling thoughts under control, but you are still safe on the rooftop, enjoying the view."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2B>
/ caption = " As you are on the rooftop, you can't keep the falling thoughts under control, and this ruins your evening with friends."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2C>
/ caption = "As you are on the rooftop, you are thinking about what a great time you are having."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2D>
/ caption = "As you are on the rooftop, you are thinking about how cold you are."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Threatrating1A>
/ caption = "As you drive down the road, you think your chances of getting into an accident are low because you are being so cautious."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1B>
/ caption = "As you drive down the road, you worry that you’ll accidentally crash your car even though you aren’t speeding."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1C>
/ caption = "As you drive down the road, you are looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1D>
/ caption = "As you drive down the road, you are not looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2A>
/ caption = "As you wash and bandage your cut, you believe that it is very unlikely that your cut will become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2B>
/ caption = "As you wash and bandage your cut, you believe that it is very likely to become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2C>
/ caption = "As you wash and bandage your cut, you notice that you have a new package of bandages with fun designs you can use."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2D>
/ caption = "As you wash and bandage your cut, you notice that you don't have any bandages left."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1A>
/ caption = "As you sit there, you think that having this blasphemous thought has no bearing on your morality."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1B>
/ caption = "As you sit there, you think that having this blasphemous thought means you are an immoral person."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1C>
/ caption = " As you think about this blasphemous thought, you decide that you like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1D>
/ caption = " As you think about this blasphemous thought, you realize that you don’t really like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2A>
/ caption = "As you watch the passengers file by, you believe having a thought about harming someone is not as bad as actually harming them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2B>
/ caption = "As you watch the passengers file by, you believe thinking about hurting somebody is equally as terrible as actually hurting them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2C>
/ caption = " As you watch the passengers file by, you think about how much you are looking forward to your day."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2D>
/ caption = "As you watch the passengers file by, you think about how much you are dreading going to class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Perfrating1A>
/ caption = " When you receive the paper, you feel satisfied with your teacher’s positive remarks."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1B>
/ caption = "When you receive the paper, you feel disappointed that you made mistakes."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1C>
/ caption = "When you receive the paper, your friend leans over and asks if you want to go to a party with her."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1D>
/ caption = "When you receive the paper, your feel bored and hope class will end soon."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2A>
/ caption = "As you raise your head above water to see how you did, you are happy with your accomplishment."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2B>
/ caption = "As you raise your head above water to see how you did, you feel disappointed that you failed to get first place."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2C>
/ caption = "As you raise your head above water to see how you did, you hear the audience cheering loudly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2D>
/ caption = "As you raise your head above water to see how you did, your goggles pinch uncomfortably at your face."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1A>
/ caption = "The following afternoon when you talk to your classmate, you wish she felt better but believe it's not your fault she is sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1B>
/ caption = "The following afternoon when you talk to your friend you feel badly because you think you probably got her sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1C>
/ caption = "The following afternoon when you think about the presentation, you think you did well."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1D>
/ caption = "The following afternoon when you think about the presentation, you think you did poorly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2A>
/ caption = "You feel bad for his fall, but know that accidents happen all the time and it's not your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2B>
/ caption = "You feel bad for his fall, and feel that his accident is your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2C>
/ caption = " After getting up from the floor, your friend laughs at how clumsy he is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2D>
/ caption = "Your friend badly injures his knee from the fall."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1A>
/ caption = "As you take the test, you feel confident in your responses even though some of the items are tricky."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1B>
/ caption = "As you take the test, you worry that you will do poorly because the test is so challenging."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1C>
/ caption = "As you take the test, you think about how much you enjoy this class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1D>
/ caption = "As you take the test, you think about how much you dislike your professor."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2A>
/ caption = "When you give your friend your opinion, you think it will be useful even though you didn’t first think through all aspects of the issue."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2B>
/ caption = "When you give your friend your opinion, you doubt it will be helpful since you didn’t have enough time to think about it."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2C>
/ caption = "When you give your friend your opinion, you think about how much fun your friend is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2D>
/ caption = "When you give your friend your opinion, you think about how annoyed you are with your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

**************************************************************************************
Recognition Ratings Survey Pages
**************************************************************************************

<surveypage Responratings1A>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1B>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1C>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1D>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2A>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2B>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2C>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2D>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1A>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1B>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1C>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1D>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2A>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2B>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2C>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2D>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1A>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1B>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1C>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1D>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2A>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2B>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2C>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2D>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1A>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1B>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1C>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1D>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2A>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2B>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2C>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2D>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1A>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1B>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1C>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1D>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2A>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2B>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2C>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2D>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false

</surveypage>
<surveypage Threatratings1A>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1B>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1C>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1D>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2A>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2B>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2C>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2D>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

*************************************************************************
<block Recogscenarios>
/ preinstructions = (recognitionscenarios1)
/ trials = [1-12 = random (ImportRecogscenario1, UncertRecogscenario1, ControlRecogscenario1, PerfRecogscenario1, ThreatRecogscenario1, ResponRecogscenario1
ImportRecogscenario2, UncertRecogscenario2, ControlRecogscenario2, PerfRecogscenario2, ThreatRecogscenario2, ResponRecogscenario2)]
/ branch = [block.IAPS]
</block>

<text info>
/ items = ("word <%block.Recogscenarios%> of <%block.Recogscenarios.totalcount%>")
/ position = (50%, 10%)
/ size = (20%, 10%)
/ erase = false
</text>

*************************************************************************
<block IAPS>
/ preinstructions = (IAPSinstruct)
/ bgstim = (likertlabel)
/ trials = [1-60 = noreplace(IAPS)]
/ branch = [block.Recogratings]
</block>

********************************************************************************

<block Recogratings>
/ preinstructions = (recognitionscenarios2, recognitionscenarios3)
/trials = [1-48 = random(Importratings1A, Importratings1B, Importratings1C, Importratings1D,
Uncertratings1A, Uncertratings1B, Uncertratings1C, Uncertratings1D,
Controlratings1A, Controlratings1B, Controlratings1C, Controlratings1D,
Perfratings1A, Perfratings1B, Perfratings1C, Perfratings1D,
Threatratings1A, Threatratings1B, Threatratings1C, Threatratings1C, Threatratings1D,
Responratings1A, Responratings1B, Responratings1C, Responratings1D,
Importratings2A, Importratings2B, Importratings2C, Importratings2D,
Uncertratings2A, Uncertratings2B, Uncertratings2C, Uncertratings2D,
Controlratings2A, Controlratings2B, Controlratings2C, Controlratings2D,
Perfratings2A, Perfratings2B, Perfratings2C, Perfratings2D,
Threatratings2A, Threatratings2B, Threatratings2C, Threatratings2D,
Responratings2A, Responratings2B, Responratings2C, Responratings2D)]
</block>

********************************************************************************

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>


******************************************************************************

<expt>
/ blocks = [1=practice; 2, 4=SUDS; 3=noreplace(RecogScenarios)]
/ postinstructions = (end)
</expt>

> (2) I am not sure where else in the script the code is that programs the Continue button [...]

It's the continue button in <openended ThreatRecogscenario2>. Its position cannot be changed.

I'm confused about (3), which as far as I can tell, is the same as question (1). The answer would still be give your text elements a sufficient height instead of specifying 0% for the height. Or what am I missing?

So, I've tested the script on a mobile (here: Android 11; Inquisit Web 6.5.2) and I'm not seeing either the cut-off or the missing underscores issue. This is what ThreatRecogscenario2 looks like (before the display of the textbox to enter the missing letter):



Is the full original script online somewhere? I'm wondering whether there's something off about that <text> element that gets lost during copy & paste.

Thank you for trying to test it, that's odd these issues don't show up on your screen! So far our team has tested it on our own phones which are 3 different types of iPhones and we have all had the same problems. Unfortunately adding more vertical space didn't seem to help, perhaps because of the other elements on the same page. Here's the original script where the underscore was visible below.

I believe what happened was once I tried adding percentages for size & position for all elements to make it work across all types of mobile devices, that is when the underscore stopped being visible. Of course there are other differences too like font size but you can see the 3 versions over time:

ORIGINAL SCRIPT, INTENDED FOR COMPUTERS:
<text ThreatRecogscenario2>
/ items = ("THE CUT:

You are organizing some paperwork in the office and get a papercut.
You go to the bathroom to wash the cut and ask a coworker for a bandage.
You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Arial", 4%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the letter that is missing in the word fragment.")
/ fontstyle = ("Arial", 4%, false, true, false, false, 5, 0)
/ txbgcolor = black
/ txcolor = white
/ position = (50,80)
</text>

<trial ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2, reminder1]
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </trial>

-------------------------------------------------------------------------------------------------------------------------
MODIFIED SCRIPT, INTENDED FOR MOBILE DEVICES BEFORE ADDING PERCENTAGES FOR SIZE & POSITION:
<text ThreatRecogscenario2>
/ items = ("THE CUT:

You are organizing some paperwork in the
office and get a papercut. You go to the
bathroom to wash the cut and ask a coworker
for a bandage. You examine the cut to see
how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the letter that is missing in the word fragment.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ txbgcolor = black
/ txcolor = white
/ position = (50,80)
</text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 5000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 95%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

-------------------------------------------------------------------------------------------------------------------------
MODIFIED SCRIPT, INTENDED FOR DIFFERENTLY-SIZED MOBILE DEVICE SCREENS:
<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the missing letter.")
/ fontstyle = ("Hiragino Sans", 7.5%, false, true, false, false, 5, 0)
/ size = (95%, 50%)
/ position = (50%, 80%)
/ txbgcolor = black
/ txcolor = white
</text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

Hmm, I'm puzzled. What happens when you add another line break, i.e.

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.
")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1
</text>

Wow that worked, thank you so much! I wonder why that was different for your phone? So the remaining issues then are how to get the lines to fit on the screen across devices.

And for the continue button, the reason I wanted to modify the formatting was so that I could get each of these radiobutton choices (please see attached) to fit on the screen, and thought one way to do that was just to have the Continue button take less real estate. Even though I can't change the position, might I be able to cut down the amount of space the button takes?

Thanks again!

While that's yet another entirely different continue button (here: of a surveypage), no, you can't change the amount of screen estate it takes up on mobile. Basically, the amount of space and position you see there is always reserved for navigation buttons and they'll always be located there.

inquisituser22
inquisituser22
Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)Distinguished Member (2.8K reputation)
Group: Forum Members
Posts: 96, Visits: 339
Dave - 1/26/2022
inquisituser22 - 1/26/2022
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Dave - 1/25/2022
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Dave - 1/25/2022
inquisituser22 - 1/25/2022
Hello,
We are putting the finishing touches on our experiment and have a few questions where we have gotten stuck:

1. We would like the underscores we have written in this script to be visible to participants, but they appear as blank spaces. Please see attached to see what participants see, and below for the script.

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

2. Also in the attached image and script below, please see our "Continue" button. Is there a way to modify the size and position of this button, so that it is just in the bottom right corner rather than the full bottom of the page?

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>

3. We have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

Thank you!

(1) You should give your <text> element a sufficiently large vertical size:

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1
</text>

(2) The "button" in your screenshot is not on an instruction page as far as I can tell, so I don't know why you posted the script's <instruct> element. Please provide the relevant code, otherwise your question is not answerable.

(1) thank you
(2) I am not sure where else in the script the code is that programs the Continue button, I pasted the code below. I don't see it clearly labeled in any "survey" pages to change a 'nextbuttonposition attribute' or anything (I did not write the original script, have just modified it for Inquisit Web use).
(3) just repasting this question so it doesn't fall off the radar: we have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

Thanks again!

******************************************************************************

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>

**********************************DATA SPECIFICATIONS**************************

<text error> / items = ("X") / color = (255, 0, 0) / numitems = 1 / </text>

<data>
/ columns = (subject date time build blocknum blockcode trialcode trialnum stimulus response latency correct response correct)
</data>

*****************************************************************************

<text reminder1>
/ numitems = 1
/ items = ("Please type the missing letter.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (95%, 50%)
/ position = (50%, 75%)
/ txbgcolor = black
/ txcolor = white
</text>

<text reminder2>
/ numitems = 1
/ items = ("Please answer based on the previous scenario.

Press Y for 'Yes' and N for 'No'.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ size = (80%, 12%)
/ txbgcolor = black
/ txcolor = white
</text>

<page pretraining1>
PRACTICE SESSION INSTRUCTIONS:
Please try to imagine yourself in the following scenarios.
There will be word fragments to complete;
you will need to type the correct missing letter
to proceed on the keypad which will pop up automatically.
It will take a few moments for the keypad to appear.
</page>

<page pretraining2>
After reading the scenarios, a question to make sure you understood
the scenario will appear. You won't be able to proceed until responding correctly.
^^
You will need to press Y for 'Yes' and N for 'No'.
</page>

<page ratingsinstruct>
^^^^
Please rate the following items for how closely they match the meaning of the original scenario. Also, please rate each sentence independently of the other.
</page>

<page recognitionscenarios1>
^^
The session will now begin.
^^
You will complete several scenarios.
^^
</page>

<page recognitionscenarios2>
Next, you will see the title of the previous scenarios followed by 4 sentences;
none will be worded identically to the sentences in the previous scenarios.
^^
You will rate each sentence for its similarity in meaning to what you believe to be the meaning of the scenario you read earlier.
</page>

<page recognitionscenarios3>
Also, rate each sentence independently of all others.
^^
For example, if you believe the sentences have the same similarity
in meaning to the scenario, assign them the same level of similarity. 
^^
</page>

<page end>
^^
All done with this part!
^^
Please let the experimenter know you are done with this part of the assessment.
</page>

*************************************************************************

<block practice>
/ preinstructions = (pretraining1, pretraining2)
/ trials = [1-3 = random(practicescenarios1, practicescenarios2, practicescenarios3)]
</block>

*************************************************************************
SUDS
*************************************************************************
<slider sliderSUDS>
/ caption = "How anxious do you feel right now on a scale from:
0 (Not at all anxious) to 100 (Most Anxious)?

Please move the slider to respond."
/ range = (0,100)
/ position = (5, 25)
/ slidersize = (80%, 10%)
/ required = true
/ labels=("0","25","50","75","100")
/ defaultresponse = "0"
</slider>

<surveypage surveySUDS>
/ questions = [1=sliderSUDS]
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<block SUDS>
/ trials = [1=surveySUDS]
</block>

*************************************************************************
IMAGES
*************************************************************************
<page IAPSinstruct>
^^
In this next task, you will rate a series of images on how pleasant they are from 1 to 5,
1 being not pleasant at all, and 5 being very pleasant.
^^
Press the number on the keypad to respond.
</page>

<trial IAPS>
/ stimulusframes = [1=IAPS, likertlabel]
/ inputdevice=keyboard
/ correctresponse = ("1", "2", "3", "4", "5")
/ validresponse = ("1", "2", "3", "4", "5")
/ response = correct </trial>

<item likertlabel>
/1 = "(Unpleasant) 1  2  3  4  5 (Very Pleasant)"
</item>

<text likertlabel>
/ items = likertlabel
/ halign = center
/ position = (50%, 5%)
/ txbgcolor = black
/ txcolor = white

/ fontstyle = ("Hiragino Sans", 8%, true, false, false, false, 5, 1)
</text>

<picture IAPS>
/numitems = 60
/ items = NeutralIAPS
/ size = (80%, 80%)
</picture>

<item NeutralIAPS>
/1 = "1670.jpg"
/2 = "2190.JPG"
/3 = "2191.jpg"
/4 = "2200.JPG"
/5 = "2206.JPG"
/6 = "2210.JPG"
/7 = "2220.JPG"
/8 = "2221.JPG"
/9 = "2230.JPG"
/10 = "2235.jpg"
/11 = "2272.jpg"
/12 = "2320.JPG"
/13 = "2381.JPG"
/14 = "2440.JPG"
/15 = "2480.JPG"
/16 = "2500.JPG"
/17 = "2514.jpg"
/18 = "2570.JPG"
/19 = "2580.JPG"
/20 = "2630.JPG"
/21 = "2840.JPG"
/22 = "2880.JPG"
/23 = "2890.JPG"
/24 = "5390.jpg"
/25 = "5471.jpg"
/26 = "5740.jpg"
/27 = "7000.JPG"
/28 = "7006.JPG"
/29 = "7009.JPG"
/30 = "7010.JPG"
/31 = "7020.JPG"
/32 = "7030.JPG"
/33 = "7034.JPG"
/34 = "7035.jpg"
/35 = "7037.jpg"
/36 = "7040.JPG"
/37 = "7041.jpg"
/38 = "7050.JPG"
/39 = "7052.jpg"
/40 = "7080.jpg"
/41 = "7096.jpg"
/42 = "7100.JPG"
/43 = "7130.jpg"
/44 = "7160.jpg"
/45 = "7161.jpg"
/46 = "7175.jpg"
/47 = "7185.jpg"
/48 = "7207.jpg"
/49 = "7211.jpg"
/50 = "2305.jpg"
/51 = "7217.jpg"
/52 = "7236.jpg"
/53 = "7237.jpg"
/54 = "7490.jpg"
/55 = "7491.jpg"
/56 = "7493.jpg"
/57 = "7503.jpg"
/58 = "7550.JPG"
/59 = "7590.jpg"
/60 = "7595.jpg"
</item>

***********************************************************************
PRACTICE SCENARIOS
***********************************************************************

<text practicescenarios1>
/ items = ("PRACTICE SESSION:
You decide to go to the movies with your friends. You get to the theater and there is a long line. Because of the line, you are l_te.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios1>
/ items = ("Did you make it to the movie on time?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios1>
/ stimulusframes = [1=practicescenarios1, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios1)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios1>
/ stimulusframes = [1=compquestionpracticescenarios1, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios2>
/ items = ("PRACTICE SESSION:
You have some free time in your afternoon, so you go grocery shopping. You think you have bought everything you need. When you get home, you realize you forgot the m_lk.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios2>
/ items = ("Did you forget to buy the milk?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ numitems=1 </text>

<openended practicescenarios2>
/ stimulusframes = [1=practicescenarios2, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("i")
/ responsetrial = ("i", compquestionpracticescenarios2)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios2>
/ stimulusframes = [1=compquestionpracticescenarios2, reminder2]
/ correctresponse = ("y")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text practicescenarios3>
/ items = ("PRACTICE SESSION:
You spend a long time working on a presentation late one night. As you finish up on the computer, you go to print out your work. You then realize you do not have any more p_per.")
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false, 5, 0)
/ numitems = 1 </text>

<text compquestionpracticescenarios3>
/ items = ("Did you run out of ink?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended practicescenarios3>
/ stimulusframes = [1=practicescenarios3, reminder1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ correctresponse = ("a")
/ responsetrial = ("a", compquestionpracticescenarios3)
/ errormessage = true(error, 200)
/ response = correct
/ size = (1%, 1%)
/ position = (50%, 75%)
</openended>

<trial compquestionpracticescenarios3>
/ stimulusframes = [1=compquestionpracticescenarios3, reminder2]
/ correctresponse = ("n")
/ validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

***********************************************************************
RECOGNITION RATINGS
***********************************************************************

<text ImportRecogscenario1>
/ items = ("THE BLASPHEMOUS THOUGHT:
You are chatting with a friend on a new phone. Unexpectedly, a blasphemous thought about your friend pops into your mind. As you think about this blasphemous thought, you wonder whether it says anything about who you are as a per_on.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionImportRecogscenario1>
/ items = ("Are you talking with your mom on the phone?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario1>
/ stimulusframes = [1=ImportRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionImportRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct
</openended>

<trial compquestionImportRecogscenario1>
/ stimulusframes = [1=compquestionImportRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ImportRecogscenario2>
/ items = ("THE BUS RIDE:
You are sitting on a bus. The bus stops, people get on, and an unwanted thought of tripping the next person who walks by pops into your mind. As you watch the passengers file by, you wonder whether thinking this thought is as bad as actually tripping someo_e. ")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionImportRecogscenario2>
/ items = ("Are you the only person on the bus?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ImportRecogscenario2>
/ stimulusframes = [1=ImportRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionImportRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionImportRecogscenario2>
/ stimulusframes = [1=compquestionImportRecogscenario2, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario1>
/ items = ("THE TEST:
You studied a lot for a difficult test. Some of the questions are a little difficult and really make you think. As you take the test, you realize you aren’t 100% sure how best to answer all of the questio_s.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionUncertRecogscenario1>
/ items = ("Is the test easy?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended UncertRecogscenario1>
/ stimulusframes = [1=UncertRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionUncertRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario1>
/ stimulusframes = [1=compquestionUncertRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text UncertRecogscenario2>
/ items = ("THE OPINION:
Your friend asks for your opinion on a personal matter. You need to tell her what you think within the next couple days. When you give your opinion, you know that you haven’t been able to fully consider every single aspect of the situati_n.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionUncertRecogscenario2>
/ items = ("Does your friend want your advice?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended UncertRecogscenario2>
/ stimulusframes = [1=UncertRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("o")
/ responsetrial = ("o", compquestionUncertRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionUncertRecogscenario2>
/ stimulusframes = [1=compquestionUncertRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario1>
/ items = ("THE TERM PAPER:
Your teacher returns a paper that you worked very hard on. She commented on several minor errors and also made some positive remarks. When you receive the paper, you think about whether having perfect work is ever possib_e.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionPerfRecogscenario1>
/ items = ("Did your teacher forget to comment on your paper?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended PerfRecogscenario1>
/ stimulusframes = [1=PerfRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionPerfRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario1>
/ stimulusframes = [1=compquestionPerfRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text PerfRecogscenario2>
/ items = ("THE SWIM MEET:
You are swimming in a state championship meet. You give your very best effort during your race. As you raise your head above water to see how you did, you realize you’ve come in second pla_e.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionPerfRecogscenario2>
/ items = ("Did you try your best?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended PerfRecogscenario2>
/ stimulusframes = [1=PerfRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionPerfRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionPerfRecogscenario2>
/ stimulusframes = [1=compquestionPerfRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario1>
/ items = ("THE ROAD TRIP:
You are driving to visit friends who live several hours away. Outside, it begins to rain and you are careful to drive the speed limit. You think about the importance of driving saf_ly.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems = 1 </text>

<text compquestionThreatRecogscenario1>
/ items = ("Do your friends live just a few minutes away?")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Hiragino Sans", 8%)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems = 1 </text>

<openended ThreatRecogscenario1>
/ stimulusframes = [1=ThreatRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("e")
/ responsetrial = ("e", compquestionThreatRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario1>
/ stimulusframes = [1=compquestionThreatRecogscenario1, reminder2]
/ correctresponse = ("n") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text compquestionThreatRecogscenario2>
/ items = ("Did you wash your papercut in the bathroom?")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionThreatRecogscenario2>
/ stimulusframes = [1=compquestionThreatRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario1>
/ items = ("THE JOB INTERVIEW:
You are preparing for a job interview. As you prepare, you have a number of unwanted, intrusive thoughts about messing up the interview. As thoughts about the interview pop into your mind, you think about whether or not these thoughts will mess up your interview if you can’t get rid of t_em.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario1>
/ items = ("Are you getting ready for a job interview?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ControlRecogscenario1>
/ stimulusframes = [1=ControlRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("h")
/ responsetrial = ("h", compquestionControlRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario1>
/ stimulusframes = [1=compquestionControlRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ControlRecogscenario2>
/ items = ("THE ROOFTOP:
You are standing on a rooftop with some friends who are enjoying the view. You begin to have thoughts about what it would be like to fall from this height. You try to think about something other than fal_ing.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionControlRecogscenario2>
/ items = ("Are you on a rooftop?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ControlRecogscenario2>
/ stimulusframes = [1=ControlRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("l")
/ responsetrial = ("l", compquestionControlRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionControlRecogscenario2>
/ stimulusframes = [1=compquestionControlRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario1>
/ items = ("THE COLD:
You decide to go to work to make a presentation even though you have a cold. You fully cover your mouth each time you cough so you don’t bother your friend sitting next to you. The following afternoon when you talk to your friend, she tells you she woke up feeling si_k.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario1>
/ items = ("Do you try to cover your mouth when you cough?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ txcolor = white
/ numitems=1 </text>

<openended ResponRecogscenario1>
/ stimulusframes = [1=ResponRecogscenario1]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("c")
/ responsetrial = ("c", compquestionResponRecogscenario1)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario1>
/ stimulusframes = [1=compquestionResponRecogscenario1, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

<text ResponRecogscenario2>
/ items = ("THE ACCIDENT:
You are walking with a coworker down the hallway and the floors have just been washed. You are being careful to watch where you step. Suddenly your coworker slips and falls on the grou_d.")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ numitems=1 </text>

<text compquestionResponRecogscenario2>
/ items = ("Did you watch where you were stepping on the wet floor?")
/ fontstyle = ("Hiragino Sans", 8%)
/ txbgcolor = black
/ txcolor = white
/ hjustify = center
/ size = (80%, 80%)
/ position = (50%, 50%)
/ numitems=1 </text>

<openended ResponRecogscenario2>
/ stimulusframes = [1=ResponRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("n")
/ responsetrial = ("n", compquestionResponRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

<trial compquestionResponRecogscenario2>
/ stimulusframes = [1=compquestionResponRecogscenario2, reminder2]
/ correctresponse = ("y") / validresponse = ("y", "n")
/ errormessage = true(error, 200)
/ response = correct </trial>

*****************************************************************************************
RECOGNITION RATINGS RADIOBUTTONS
******************************************************************************************

<radiobuttons Controlrating1A>
/ caption = "As thoughts about the interview pop into your mind, you realize that controlling all of them won’t matter for whether or not you get the job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1B>
/ caption = "As thoughts about the interview pop into your mind, you realize that you need to control them if you want to make a favorable impression."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1C>
/ caption = "As thoughts about the interview pop into your mind, you realize how excited you are about the new job."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating1D>
/ caption = " As thoughts about the interview pop into your mind, you think about how you don’t really like to work."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2A>
/ caption = "As you are on the rooftop, you can't keep the falling thoughts under control, but you are still safe on the rooftop, enjoying the view."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2B>
/ caption = " As you are on the rooftop, you can't keep the falling thoughts under control, and this ruins your evening with friends."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2C>
/ caption = "As you are on the rooftop, you are thinking about what a great time you are having."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Controlrating2D>
/ caption = "As you are on the rooftop, you are thinking about how cold you are."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Threatrating1A>
/ caption = "As you drive down the road, you think your chances of getting into an accident are low because you are being so cautious."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1B>
/ caption = "As you drive down the road, you worry that you’ll accidentally crash your car even though you aren’t speeding."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1C>
/ caption = "As you drive down the road, you are looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating1D>
/ caption = "As you drive down the road, you are not looking forward to visiting your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2A>
/ caption = "As you wash and bandage your cut, you believe that it is very unlikely that your cut will become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2B>
/ caption = "As you wash and bandage your cut, you believe that it is very likely to become infected."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2C>
/ caption = "As you wash and bandage your cut, you notice that you have a new package of bandages with fun designs you can use."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Threatrating2D>
/ caption = "As you wash and bandage your cut, you notice that you don't have any bandages left."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1A>
/ caption = "As you sit there, you think that having this blasphemous thought has no bearing on your morality."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1B>
/ caption = "As you sit there, you think that having this blasphemous thought means you are an immoral person."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1C>
/ caption = " As you think about this blasphemous thought, you decide that you like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating1D>
/ caption = " As you think about this blasphemous thought, you realize that you don’t really like your new phone."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2A>
/ caption = "As you watch the passengers file by, you believe having a thought about harming someone is not as bad as actually harming them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2B>
/ caption = "As you watch the passengers file by, you believe thinking about hurting somebody is equally as terrible as actually hurting them."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2C>
/ caption = " As you watch the passengers file by, you think about how much you are looking forward to your day."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Importrating2D>
/ caption = "As you watch the passengers file by, you think about how much you are dreading going to class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>


<radiobuttons Perfrating1A>
/ caption = " When you receive the paper, you feel satisfied with your teacher’s positive remarks."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1B>
/ caption = "When you receive the paper, you feel disappointed that you made mistakes."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1C>
/ caption = "When you receive the paper, your friend leans over and asks if you want to go to a party with her."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating1D>
/ caption = "When you receive the paper, your feel bored and hope class will end soon."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2A>
/ caption = "As you raise your head above water to see how you did, you are happy with your accomplishment."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2B>
/ caption = "As you raise your head above water to see how you did, you feel disappointed that you failed to get first place."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2C>
/ caption = "As you raise your head above water to see how you did, you hear the audience cheering loudly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Perfrating2D>
/ caption = "As you raise your head above water to see how you did, your goggles pinch uncomfortably at your face."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1A>
/ caption = "The following afternoon when you talk to your classmate, you wish she felt better but believe it's not your fault she is sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1B>
/ caption = "The following afternoon when you talk to your friend you feel badly because you think you probably got her sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1C>
/ caption = "The following afternoon when you think about the presentation, you think you did well."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating1D>
/ caption = "The following afternoon when you think about the presentation, you think you did poorly."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2A>
/ caption = "You feel bad for his fall, but know that accidents happen all the time and it's not your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2B>
/ caption = "You feel bad for his fall, and feel that his accident is your fault."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2C>
/ caption = " After getting up from the floor, your friend laughs at how clumsy he is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Responrating2D>
/ caption = "Your friend badly injures his knee from the fall."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1A>
/ caption = "As you take the test, you feel confident in your responses even though some of the items are tricky."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1B>
/ caption = "As you take the test, you worry that you will do poorly because the test is so challenging."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1C>
/ caption = "As you take the test, you think about how much you enjoy this class."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating1D>
/ caption = "As you take the test, you think about how much you dislike your professor."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2A>
/ caption = "When you give your friend your opinion, you think it will be useful even though you didn’t first think through all aspects of the issue."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2B>
/ caption = "When you give your friend your opinion, you doubt it will be helpful since you didn’t have enough time to think about it."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2C>
/ caption = "When you give your friend your opinion, you think about how much fun your friend is."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

<radiobuttons Uncertrating2D>
/ caption = "When you give your friend your opinion, you think about how annoyed you are with your friend."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>

**************************************************************************************
Recognition Ratings Survey Pages
**************************************************************************************

<surveypage Responratings1A>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1B>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1C>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings1D>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2A>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2B>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2C>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Responratings2D>
/ caption = "THE ACCIDENT"
/ questions = [1-4=random(Responrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1A>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1B>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1C>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings1D>
/ caption = "THE TERM PAPER"
/ questions = [1-4=random(Perfrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2A>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2B>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2C>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Perfratings2D>
/ caption = "THE SWIM MEET"
/ questions = [1-4=random(Perfrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1A>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1B>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1C>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings1D>
/ caption = "THE JOB INTERVIEW"
/ questions = [1-4=random(Controlrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2A>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2B>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2C>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Controlratings2D>
/ caption = "THE ROOFTOP"
/ questions = [1-4=random(Controlrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1A>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1B>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1C>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings1D>
/ caption = "THE BLASPHEMOUS THOUGHT"
/ questions = [1-4=random(Importrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2A>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2B>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2C>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Importratings2D>
/ caption = "THE BUS RIDE"
/ questions = [1-4=random(Importrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1A>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1B>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1C>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings1D>
/ caption = "THE TEST"
/ questions = [1-4=random(Uncertrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2A>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2B>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2C>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Uncertratings2D>
/ caption = "THE OPINION"
/ questions = [1-4=random(Uncertrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false

</surveypage>
<surveypage Threatratings1A>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1B>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1C>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings1D>
/ caption = "THE ROAD TRIP"
/ questions = [1-4=random(Threatrating1D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2A>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2A)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2B>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2C>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2C)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

<surveypage Threatratings2D>
/ caption = "THE CUT"
/ questions = [1-4=random(Threatrating2D)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>

*************************************************************************
<block Recogscenarios>
/ preinstructions = (recognitionscenarios1)
/ trials = [1-12 = random (ImportRecogscenario1, UncertRecogscenario1, ControlRecogscenario1, PerfRecogscenario1, ThreatRecogscenario1, ResponRecogscenario1
ImportRecogscenario2, UncertRecogscenario2, ControlRecogscenario2, PerfRecogscenario2, ThreatRecogscenario2, ResponRecogscenario2)]
/ branch = [block.IAPS]
</block>

<text info>
/ items = ("word <%block.Recogscenarios%> of <%block.Recogscenarios.totalcount%>")
/ position = (50%, 10%)
/ size = (20%, 10%)
/ erase = false
</text>

*************************************************************************
<block IAPS>
/ preinstructions = (IAPSinstruct)
/ bgstim = (likertlabel)
/ trials = [1-60 = noreplace(IAPS)]
/ branch = [block.Recogratings]
</block>

********************************************************************************

<block Recogratings>
/ preinstructions = (recognitionscenarios2, recognitionscenarios3)
/trials = [1-48 = random(Importratings1A, Importratings1B, Importratings1C, Importratings1D,
Uncertratings1A, Uncertratings1B, Uncertratings1C, Uncertratings1D,
Controlratings1A, Controlratings1B, Controlratings1C, Controlratings1D,
Perfratings1A, Perfratings1B, Perfratings1C, Perfratings1D,
Threatratings1A, Threatratings1B, Threatratings1C, Threatratings1C, Threatratings1D,
Responratings1A, Responratings1B, Responratings1C, Responratings1D,
Importratings2A, Importratings2B, Importratings2C, Importratings2D,
Uncertratings2A, Uncertratings2B, Uncertratings2C, Uncertratings2D,
Controlratings2A, Controlratings2B, Controlratings2C, Controlratings2D,
Perfratings2A, Perfratings2B, Perfratings2C, Perfratings2D,
Threatratings2A, Threatratings2B, Threatratings2C, Threatratings2D,
Responratings2A, Responratings2B, Responratings2C, Responratings2D)]
</block>

********************************************************************************

<instruct>
/ fontstyle = ("Hiragino Sans", 7.0%, false, false, false, false, 5, 1)
/ txcolor = (white)
/ screencolor = black
/ lastlabel = "Continue"
</instruct>


******************************************************************************

<expt>
/ blocks = [1=practice; 2, 4=SUDS; 3=noreplace(RecogScenarios)]
/ postinstructions = (end)
</expt>

> (2) I am not sure where else in the script the code is that programs the Continue button [...]

It's the continue button in <openended ThreatRecogscenario2>. Its position cannot be changed.

I'm confused about (3), which as far as I can tell, is the same as question (1). The answer would still be give your text elements a sufficient height instead of specifying 0% for the height. Or what am I missing?

So, I've tested the script on a mobile (here: Android 11; Inquisit Web 6.5.2) and I'm not seeing either the cut-off or the missing underscores issue. This is what ThreatRecogscenario2 looks like (before the display of the textbox to enter the missing letter):



Is the full original script online somewhere? I'm wondering whether there's something off about that <text> element that gets lost during copy & paste.

Thank you for trying to test it, that's odd these issues don't show up on your screen! So far our team has tested it on our own phones which are 3 different types of iPhones and we have all had the same problems. Unfortunately adding more vertical space didn't seem to help, perhaps because of the other elements on the same page. Here's the original script where the underscore was visible below.

I believe what happened was once I tried adding percentages for size & position for all elements to make it work across all types of mobile devices, that is when the underscore stopped being visible. Of course there are other differences too like font size but you can see the 3 versions over time:

ORIGINAL SCRIPT, INTENDED FOR COMPUTERS:
<text ThreatRecogscenario2>
/ items = ("THE CUT:

You are organizing some paperwork in the office and get a papercut.
You go to the bathroom to wash the cut and ask a coworker for a bandage.
You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ fontstyle = ("Arial", 4%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the letter that is missing in the word fragment.")
/ fontstyle = ("Arial", 4%, false, true, false, false, 5, 0)
/ txbgcolor = black
/ txcolor = white
/ position = (50,80)
</text>

<trial ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2, reminder1]
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </trial>

-------------------------------------------------------------------------------------------------------------------------
MODIFIED SCRIPT, INTENDED FOR MOBILE DEVICES BEFORE ADDING PERCENTAGES FOR SIZE & POSITION:
<text ThreatRecogscenario2>
/ items = ("THE CUT:

You are organizing some paperwork in the
office and get a papercut. You go to the
bathroom to wash the cut and ask a coworker
for a bandage. You examine the cut to see
how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ hjustify = center
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the letter that is missing in the word fragment.")
/ fontstyle = ("Hiragino Sans", 8%, false, true, false, false, 5, 0)
/ txbgcolor = black
/ txcolor = white
/ position = (50,80)
</text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 5000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 95%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

-------------------------------------------------------------------------------------------------------------------------
MODIFIED SCRIPT, INTENDED FOR DIFFERENTLY-SIZED MOBILE DEVICE SCREENS:
<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<text reminder1>
/ numitems = 1
/ items = ("Please type the missing letter.")
/ fontstyle = ("Hiragino Sans", 7.5%, false, true, false, false, 5, 0)
/ size = (95%, 50%)
/ position = (50%, 80%)
/ txbgcolor = black
/ txcolor = white
</text>

<openended ThreatRecogscenario2>
/ stimulusframes = [1=ThreatRecogscenario2]
/ beginresponsetime = 7000
/ mask = alphabetic
/ charlimit = 1
/ size = (12%, 12%)
/ position = (50%, 75%)
/ correctresponse = ("s")
/ responsetrial = ("s", compquestionThreatRecogscenario2)
/ errormessage = true(error, 200)
/ response = correct </openended>

Hmm, I'm puzzled. What happens when you add another line break, i.e.

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.
")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1
</text>

Wow that worked, thank you so much! I wonder why that was different for your phone? So the remaining issues then are how to get the lines to fit on the screen across devices.

And for the continue button, the reason I wanted to modify the formatting was so that I could get each of these radiobutton choices (please see attached) to fit on the screen, and thought one way to do that was just to have the Continue button take less real estate. Even though I can't change the position, might I be able to cut down the amount of space the button takes?

Thanks again!

While that's yet another entirely different continue button (here: of a surveypage), no, you can't change the amount of screen estate it takes up on mobile. Basically, the amount of space and position you see there is always reserved for navigation buttons and they'll always be located there.

Ok thank you, I'll reduce the font size so that it fits. So the remaining issue is how to get the lines of text to fit across mobile devices - I hoped this "/ size = (100%, 0%) / position = (50%, 0%)" would make it consistent but as we've discovered, it can really vary by phone!

re-pasting from original post:
3. We have received very helpful guidance on this page before about how to modify our script to adapt to many different types of smartphone screen sizes. We changed all of our values from absolute numbers to percentages. Unfortunately there is one paragraph (for now) that is still cutting off on screens, and we are not sure why. Please see the lines of text in attached image, and the script for this below where we have "size" and "position" as well as our default settings for the script - is there anything else we can try?

<text ThreatRecogscenario2>
/ items = ("THE CUT:
You are organizing some paperwork in the office and get a papercut. You go to the bathroom to wash the cut and ask a coworker for a bandage. You examine the cut to see how deep it i_.")
/ txbgcolor = black
/ txcolor = (white)
/ size = (100%, 0%)
/ position = (50%, 0%)
/ hjustify = left
/ fontstyle = ("Hiragino Sans", 8%)
/ numitems = 1 </text>

<defaults>
/ fontstyle = ("Hiragino Sans", 8%, false, false, false, false)
/ txcolor = (white)
/ screencolor = black
/ canvassize = (100%, 100%)
</defaults>
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search