Hi!
Thanks so much for your help with earlier questions. I noticed our Inquisit pages with radio buttons have the bottom of the text (before the buttons) getting cut off. I've attached an example here. It's a super minor detail, but as you can see, the bottom of the p, y, and g got cut off in the line "probably got them sick." Any ideas how we can fix this? I've tried making changes to the sizing, position, and font style, but I might be doing it incorrectly. Any help would be super appreciated! We've noticed this small issue on all of our slides with radio buttons.
Here are the relevant parts of the script for the example above:
<radiobuttons Responrating1B>
/ caption = "The following afternoon when you talk to your friend you feel badly because you think you probably got them sick."
/ options=("Very Different in Meaning"; "Different in Meaning"; "Similar in Meaning"; "Very Similar in Meaning")
/ optionvalues=("1", "2", "3", "4")
/ required = true
</radiobuttons>
<surveypage Responratings1B>
/ caption = "THE COLD"
/ questions = [1-4=random(Responrating1B)]
/ fontstyle = ("Hiragino Sans", 7%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ showquestionnumbers = false
/ itemspacing = 1px
</surveypage>
Thanks so much!