Millisecond Forums

Minimize space between caption and first item

https://forums.millisecond.com/Topic10578.aspx

By AleD - 5/31/2013

Hi,


I can't find the way to reduce the space between the instructions text and the first item of the test (see the red circle on the screenshot attached). 


Below is how I defined the first surveypage and the second. The thing is, I have this problem with the / caption of the first page but not of the second page.


Could you help me with that?


Best


Ale



<surveypage sponds1>


/ caption = "


SCHAAL VOOR POSITIEVE EN NEGATIEVE DENKSTIJL



Hierna volgt een serie uitspraken over hoe mensen over zichzelf denken en over hoe ze doen. 


Leest u s.v.p. elke uitspraak zorgvuldig en geeft u daarna aan in welke mate de uitspraak het laatste half jaar op u van toepassing was. 


Bijvoorbeeld:



Ik neig ertoe de dingen persoonlijk op te vatten



1.   nooit


2.   zelden


3.   soms


4.   vaak


5.   altijd"



/ fontstyle = ("Cambria", -14, true, false, false, false, 5, 0)


/ txcolor = (49, 79, 79)


/ questions = [1= sp1 ; 2 = sp2] 


</surveypage>



<surveypage sponds2>


/ caption = " ... vervolg van eerdere pagina"


/ fontstyle = ("Cambria", -14, true, false, false, false, 5, 0)


/ txcolor = (49, 79, 79)


/ questions = [1=sp3; 2=sp4] 


</surveypage>

By Dave - 5/31/2013

Use the /position attribute to force your question elements in the desired location:


<surveypage sponds1>
/ caption = "SCHAAL VOOR POSITIEVE EN NEGATIEVE DENKSTIJL

Hierna volgt een serie uitspraken over hoe mensen over zichzelf denken en over hoe ze doen.

Leest u s.v.p. elke uitspraak zorgvuldig en geeft u daarna aan in welke mate de uitspraak het laatste half jaar op u van toepassing was.

Bijvoorbeeld:
Ik neig ertoe de dingen persoonlijk op te vatten
 
1.    nooit
2.    zelden
3.    soms
4.    vaak
5.    altijd"
/ fontstyle = ("Cambria", -14, true, false, false, false, 5, 0)
/ txcolor = (49, 79, 79)
/ questions = [1=q1]
</surveypage>

<radiobuttons q1>
/ caption="Who was the first president of the United States:"
/ options=("George Washington", "Abraham Lincoln", "Thomas Jefferson")
/ required=true
/ position = (10%,40%)
</radiobuttons>