
<expressions>
/ rosenbergscore = radiobuttons.q1.selectedvalue + radiobuttons.q2.selectedvalue + radiobuttons.q3.selectedvalue + 
	radiobuttons.q4.selectedvalue + radiobuttons.q5.selectedvalue + radiobuttons.q6.selectedvalue + 
	radiobuttons.q7.selectedvalue + radiobuttons.q8.selectedvalue + radiobuttons.q9.selectedvalue + 
	radiobuttons.q10.selectedvalue 
</expressions>

<survey rosenberg>
/ pages = [1=p1]
/ itemspacing = 2.7%
/ showpagenumbers = false
/ responsefontstyle = ("Arial", 1.2%, false, false, false, false, 5, 0)
/ itemfontstyle = ("Arial", 1.5%, false, false, false, false, 5, 0)
/ pagefontstyle = ("Arial", 1.7%, false, false, false, false, 5, 0)
</survey>

<surveypage p1>
/ caption = "Below is a list of statements dealing with your general feelings about yourself. Please indicate whether you strongly agree, agree, disagree, or strongly disagree with each statement."
/ questions = [1=sequence(q1, q2, q3, q4, q5, q6, q7, q8, q9, q10)]
</surveypage>

<radiobuttons q1>
/ caption = "I feel that I'm a person of worth, at least on an equal plane with others."
/ options = ("Strongly Agree", "Agree", "Disagree", "Strongly Disagree")
/ optionvalues = ("3", "2", "1", "0")
/ orientation = horizontal
</radiobuttons>

<radiobuttons q2>
/ caption = "I feel that I have a number of good qualities."
/ options = ("Strongly Agree", "Agree", "Disagree", "Strongly Disagree")
/ optionvalues = ("3", "2", "1", "0")
/ orientation = horizontal
</radiobuttons>

<radiobuttons q3>
/ caption = "All in all, I am inclined to feel that I am a failure."
/ options = ("Strongly Agree", "Agree", "Disagree", "Strongly Disagree")
/ optionvalues = ("0", "1", "2", "3")
/ orientation = horizontal
</radiobuttons>

<radiobuttons q4>
/ caption = "I am able to do things as well as most other people."
/ options = ("Strongly Agree", "Agree", "Disagree", "Strongly Disagree")
/ optionvalues = ("3", "2", "1", "0")
/ orientation = horizontal
</radiobuttons>

<radiobuttons q5>
/ caption = "I feel I do not have much to be proud of."
/ options = ("Strongly Agree", "Agree", "Disagree", "Strongly Disagree")
/ optionvalues = ("0", "1", "2", "3")
/ orientation = horizontal
</radiobuttons>

<radiobuttons q6>
/ caption = "I take a positive attitude toward myself."
/ options = ("Strongly Agree", "Agree", "Disagree", "Strongly Disagree")
/ optionvalues = ("3", "2", "1", "0")
/ orientation = horizontal
</radiobuttons>

<radiobuttons q7>
/ caption = "On the whole, I am satisfied with myself."
/ options = ("Strongly Agree", "Agree", "Disagree", "Strongly Disagree")
/ optionvalues = ("3", "2", "1", "0")
/ orientation = horizontal
</radiobuttons>

<radiobuttons q8>
/ caption = "I wish I could have more respect for myself."
/ options = ("Strongly Agree", "Agree", "Disagree", "Strongly Disagree")
/ optionvalues = ("0", "1", "2", "3")
/ orientation = horizontal
</radiobuttons>

<radiobuttons q9>
/ caption = "I certainly feel useless at times."
/ options = ("Strongly Agree", "Agree", "Disagree", "Strongly Disagree")
/ optionvalues = ("0", "1", "2", "3")
/ orientation = horizontal
</radiobuttons>

<radiobuttons q10>
/ caption = "At times I think I am no good at all."
/ options = ("Strongly Agree", "Agree", "Disagree", "Strongly Disagree")
/ optionvalues = ("0", "1", "2", "3")
/ orientation = horizontal
</radiobuttons>






