position of surveypage caption


Author
Message
ai293
ai293
Associate Member (109 reputation)Associate Member (109 reputation)Associate Member (109 reputation)Associate Member (109 reputation)Associate Member (109 reputation)Associate Member (109 reputation)Associate Member (109 reputation)Associate Member (109 reputation)Associate Member (109 reputation)
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!
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: 13K, Visits: 109K
ai293 - 10/3/2025
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!

A <surveypage> has no position, elements on it do. If you want to put a caption in a speciic place, the define a <caption> element with the desired /position and /size, then display it vie the page's /questions just like any other survey-type question. 

https://www.millisecond.com/support/docs/v6/html/language/elements/caption.htm

As for bolding single words, you can use HTML bolding tags (<b>...</b>).

<caption exampleCaption>
/ caption = "What we will ask you to do:<br>
1. You’ll see a diagram where you are in the <b>center</b> (“Self”) and several surrounding areas that represent different levels of closeness."
/ position = (5%, 35%)
/ size = (40%, 70%)
</caption>

<surveypage examplePage>
/ questions = [1=exampleCaption]
/ showpagenumbers = false
/ showquestionnumbers = false
</surveypage>





Edited Last Week by Dave
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search