Group: Forum Members
Posts: 14,
Visits: 125
|
Hi Dave, does the surveypage element have an equivalent of the "/position" attribute for its caption? I currently have the script below, and want to limit the caption to the left side of the screen so that the stimulus, self_concentric, which is an image, can be displayed clearly. Is there a way to do this?
On another note, can I make a single word in the caption bold? In the radiobuttons element, for example, using <b> and </b> works to make the word bold, but this doesn't seem to work for surveypage.
<surveypage concentric_instruction3> / stimulustimes = [1=self_concentric] / showpagenumbers = false / showquestionnumbers = false / nextbuttonposition = (80%, 90%) / responsefontstyle = ("Arial", 3%, false, false, false, false, 5, 0) / itemfontstyle = ("Arial", 3%, false, false, false, false, 5, 0) / caption = "What we will ask you to do: 1. You’ll see a diagram where you are in the center (“Self”) and several surrounding areas that represent different levels of closeness." </surveypage>
Thank you!
|