Likert Scale and Item Fitting


Author
Message
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: 104K
> 1)How do I insert a likert scale?
A <likert> element is a type of <trial>. It is not a survey-question, you cannot display or "insert" it on a <surveypage> (a <surveypage> is itself a type of <trial>). For use on a <surveypage>, you need to resort to a suitable question element such as <radiobuttons>.

> 2)How do I get questions to post side by side so they all fit on the same page?

Use the individual question elements' /position attributes to place them on the page as needed.

megangoldring
megangoldring
Associate Member (256 reputation)Associate Member (256 reputation)Associate Member (256 reputation)Associate Member (256 reputation)Associate Member (256 reputation)Associate Member (256 reputation)Associate Member (256 reputation)Associate Member (256 reputation)Associate Member (256 reputation)
Group: Forum Members
Posts: 2, Visits: 4
Hi everyone!
I'm brand new to Inquisit and have some very basic questions.
1)How do I insert a likert scale?
2)How do I get questions to post side by side so they all fit on the same page?

Here is the script I have so far (which doesn't work correctly)

<likert emotionlikert>
/ anchors = [1= "Not At All"; 2= "2" , 3 = "3" , 4 = "Somewhat" , 5 = "5" , 6 = "6" , 7 = "7" , 8 = "Extremely"]
/ numpoints = 10/ position = (50,90)/ anchorwidth = 25%/ fontstyle = ("Verdana", 8pt , true)/ mouse=false/ numpoints= 10/
</likert>

<textbox Amusement>
/ caption = "Amusement"
/ mask = positiveinteger
/ range = (1,8)
</textbox>
<textbox Anger>
/caption="Anger"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Anxiety>
/caption="Anxiety"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Confusion>
/caption="Confusion"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Contempt>
/caption="Contempt"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Disgust>
/caption="Disgust"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Embarrassment>
/caption="Embarrassment"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Fear>
/caption="Fear"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Guilt>
/caption="Guilt"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Happiness>
/caption="Happiness"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Interest>
/caption="Interest"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Joy>
/caption="Joy"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Love>
/caption="Love"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Pride>
/caption="Pride"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Sadness>
/caption="Sadness"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Shame>
/caption="Shame"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Surprise>
/caption="Surprise"
/mask=positiveinteger
/range=(1,8)
</textbox>
<textbox Unhappiness>
/caption="Unhappiness"
/mask=positiveinteger
/range=(1,8)
</textbox>

<surveypage Emotions>
/ caption = "Please use the scale above to indicate how much you felt EACH of the following emotions while watching the film clip:"
/ fontstyle = ("Verdana", -16, true, false, false, false, 5, 0)
/ questions = [1=Amusement; 2=Anger; 3=Anxiety; 4=Confusion; 5=Contempt; 6=Disgust; 7=Embarrassment; 8=Fear; 9=Guilt; 10=Happiness; 11=Interest; 12=Joy; 13=Love; 14=Pride; 15=Sadness; 16=Shame; 17=Surprise; 18=Unhappiness]
</surveypage>

<survey PostInduction>
/ pages = [1=Emotions]
/ responsefontstyle = ("Verdana", -12, false, false, false, false, 5, 0)
/ itemfontstyle = ("Verdana", -13, false, false, false, false, 5, 0)
/ itemspacing = .3%
/ showpagenumbers = false
</survey>



GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search