/////////////////////// //---COLUMN ARRAYS---// /////////////////////// &columnArray1=t,txt,mcb& &columnArray2=t,mcb,t,ynn,yniy& //////////////////////////// //---QUESTION VARIABLES---// //////////////////////////// &t1=Family History& &txt1=Has any member of your immediate family contracted %0Dany of these conditions before the age of 55?%0D%0DHave you ever been diagnosed with any of these %0Dconditions?& &ynn1=%0DHas any member of your immediate family contracted %0Dany of these conditions before the age of 55?^Yes^No& &ynn2=Have you ever been diagnosed with any of these %0Dconditions?^Yes^No& &mcb1=Check all that apply:^Diabetes^Heart Disease^Stroke^Cancer& &t2=Health Conditions& &mcb2=^I smoke now - or - I have smoked in the last 5 years.^I have high blood pressure.^I have high cholesterol.& &t3=Exercise& &ynn1=In the past 6 months when you've had the chance to be%0Dphysically active or exercise, on your own, 3-4 times%0Dper week, is that something you have been doing?^Yes^No& &yniy1=Have you been a member at a Health Club before?%0D(If yes, where?)^Yes^No& /////////////////////////// //---COLUMN PARAMETERS---// /////////////////////////// &columnWidth=466& &column1InitialX=23& &column1InitialY=85& &column2InitialX=495& &column2InitialY=25& &questionSeparatorSize=15& ////////////////////////// //---TITLE PARAMETERS---// ////////////////////////// &titleBoxColor=0x285064& &titleBoxOpacity=0& &titleTextFontSize=24& &titleTextColor=0x000000& &titleTextLeading=0& &titleTextIsUnderlined=false& &titleTextIsBold=true& &titleTextIsItalics=false& ///////////////////////////// //---QUESTION PARAMETERS---// ///////////////////////////// &questionTextFontSize=18& &questionTextColor=0x000000& &questionTextLeading=0& &questionTextIsUnderlined=false& &questionTextIsBold=false& &questionTextIsItalics=false& /////////////////////////// //---CHOICE PARAMETERS---// /////////////////////////// &choiceTextFontSize=16& &choiceTextColor=0x000000& &choiceTextLeading=0& &choiceTextIsUnderlined=false& &choiceTextIsBold=false& &choiceTextIsItalics=false& &choiceTextYOffset=0& &choiceSeparatorSize=10& /////////////////////////////// //---INPUT TEXT PARAMETERS---// /////////////////////////////// &inputTextFontSize=18& &inputTextColor=0x000000& &inputTextLeading=0& &inputTextIsUnderlined=false& &inputTextIsBold=false& &inputTextIsItalics=false& &inputTextYOffset=0& &inputBoxColor=0xF2F2F2& &inputBoxOutlineThickness=1& &inputBoxOutlineColor=0x878787& &inputBoxPad=4& &inputBoxYOffset=-1& ////////////////////////// //---CHECK PARAMETERS---// ////////////////////////// &checkBoxBackingColor=0xffffff& &checkScale=100& &checkColor=0x000000& ///////////////////////////////// //---RADIO BUTTON PARAMETERS---// ///////////////////////////////// &radioButtonBackingColor=0xFFFFFF& &radioButtonInnerRingColor=0x888888& &radioButtonOuterRingColor=0xCFCFCF& &radioButtonScale=100& &radioButtonDotColor=0x000000& ////////////////////////////////// //---DROP DOWN BOX PARAMETERS---// ////////////////////////////////// &dropDownBoxRowCount=8& /////////////////////////// //---DO NOT EDIT BELOW---// /////////////////////////// &hitBoxOpacity=0& &hitBoxColor=0xFF0000& &guideBoxColor=0x0000FF& &guideBoxOpacity=0& &fontName=Arial& &allLoaded=true& /////////////////// //---USAGE KEY---// /////////////////// ---------------------------------------- NOTE: In examples, text in {brackets} is there for explanation only. Don't use it in your real variables ;) ---------------------------------------- t = Title text field with surrounding colored box var example: t1=your title text ---------------------------------------- txt = Plain text field var example: txt1=your text ---------------------------------------- ynn = A yes/no or 2-choice question var example: ynn1=your question text^option1^option2 ---------------------------------------- yniy = A yes/no or 2-choice question where a text input box pops up when the 1st choice is selected var example: yniy1=your question text^option1^option2 ---------------------------------------- ynin = A yes/no or 2-choice question where a text input box pops up when the 2nd choice is selected var example: ynin1=your question text^option1^option2 ---------------------------------------- fibn = A question with a text input field var example: fibn1=your question text ---------------------------------------- mcb = A question with multiple check box answers var example: mcb1=your question text^option1^option2^... ---------------------------------------- mcbo = A question with multiple check box answers where the final check pops up a text input field when selected var example: mcbo1=your question text^option1^option2^... ---------------------------------------- rb = A question with multiple radio button answers var example: rb1=your question text^option1^option2^... ---------------------------------------- rbo = A question with multiple radio button answers where the final button pops up a text input field when selected var example: rbo1=your question text^option1^option2^... ---------------------------------------- vhit = A question with a text input field of variable height var example: vhit1=your question text^100{height in pixels} ---------------------------------------- mvit = A question with a text input field of variable height which saves it's text out as multiple 40 character strings var example: mvit1=your question text^100{height in pixels}^5{number of 40 char vars. this var also restricts the text input to (40 * number)} ---------------------------------------- ddb = A question with a drop-down/combo box var example: ddb1=your question text^100{width of combo box in pixels}^opt1^opt2^opt3^...