Millisecond Forums

Checkboxes squares of previous surveypage reappears in next surveypages

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

By c0sm0s - 11/21/2019

Hi 

So this funny problem I am facing.
I have a survey, where I have put a checkbox in between, after I am done with that page, the squares of the checkboxes reappear in the next surveypages.
Although the functionality is not affected, the participants can still see the squares and renders the survey unappealing.
Maybe it runs fine in your system, so I have attached a screenshot.

<textbox demo13>
/ caption = "What is your age (enter a number only)?"
/ responsefontstyle = ("Arial", 16pt, false)
/ required = false
/ mask = ^0*[1-9][0-9]?$
/ fontstyle = ("Arial", 18pt, false) </textbox>
<checkboxes demo14>
/ caption = "What is your race / ethnicity (select all that apply):"
/ options = ("European American (White)", "African American", "Latin American", "Native American", "East Asian American (e.g., Chinese, Japanese, Korean, etc.)", "South-east Asian American (e.g., Philippines, Vietnamese, Cambodian, etc.)", "South Asian American (e.g., Indian, Pakistani, etc.)", "Middle Eastern American")
/ other = "Other (please specify):"
/ optionvalues = ("1", "2", "3", "4", "5", "6", "7", "8", "9")
/ required = false
/ orientation = vertical
/ responsefontstyle = ("Arial", 16pt, false)
/ fontstyle = ("Arial", 18pt, false) </checkboxes>
<radiobuttons demo15>
/ caption = "Which country are you a citizen of?"
/ options = ("US")
/ other = "Other (please specify):"
/ optionvalues = ("1", "2")
/ required = false
/ orientation = vertical
/ responsefontstyle = ("Arial", 16pt, false)
/ fontstyle = ("Arial", 18pt, false) </radiobuttons>

<surveypage demopage5>
/ fontstyle = ("Arial", 18pt, false)
/ questions = [1=demo13; 2=demo14; 3=demo15]
/ showquestionnumbers = false
/ showpagenumbers = false
/ nextbuttonposition = (90%, 90%)
/ showbackbutton = false </surveypage>


<radiobuttons demo19>
/ caption = "What is the highest education that YOU have received?"
/ options = ("Less than high school", "High school", "Incomplete college", "Associate's Degree (AA)", "Bachelor's Degree (BA, BS, BBA)", "Master'€™s degree (MA, MS, MBA)", "Doctor's degree (Ph.D., JD, MD)")
/ required = false
/ optionvalues = ("1", "2", "3", "4", "5", "6", "7")
/ orientation = vertical
/ responsefontstyle = ("Arial", 16pt, false)
/ fontstyle = ("Arial", 16pt, false) </radiobuttons>
<radiobuttons demo20>
/ caption = "What is the highest education that your MOTHER received?"
/ options = ("Less than high school", "High school", "Incomplete college", "Associate's Degree (AA)", "Bachelor's Degree (BA, BS, BBA)", "Master'€™s degree (MA, MS, MBA)", "Doctor'€™s degree (Ph.D., JD, MD)")
/ optionvalues = ("1", "2", "3", "4", "5", "6", "7")
/ required = false
/ orientation = vertical
/ responsefontstyle = ("Arial", 16pt, false)
/ fontstyle = ("Arial", 16pt, false) </radiobuttons>

<surveypage demopage6>
/ fontstyle = ("Arial", 18pt, false)
/ questions = [1=demo19; 2=demo20]
/ showquestionnumbers = false
/ showpagenumbers = false
/ nextbuttonposition = (90%, 90%)
/ showbackbutton = false </surveypage>

<survey labdata>
/pages = [1=demopage5; 2=demopage6]
/nextlabel = "Next" </survey>

<expt exp>
/blocks = [1=labdata]