/////////////////////// //---COLUMN ARRAYS---// /////////////////////// &columnArray1=t,mcb,t,txt,mcb& &columnArray2=t,ynnn,t,mcb& //////////////////////////// //---QUESTION VARIABLES---// //////////////////////////// &t1=Fitness Goals& &mcb1=What changes do you wish to achieve from your exercise%0Dprogram?^Weight Loss^Muscle Gain/Tone Up& &t2=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?& &mcb2=Check all that apply:^Diabetes^Heart Disease^Stroke^Cancer& &t3=Exercise& &ynnn1=Have you been exercising vigorously 4 to 5 times per week %0Dconsistently for 6 months or more?^I exercise vigorously on a regular basis.^I do not exercise that much.& &rb1=Have you been exercising vigorously 4 to 5 times per week %0Dconsistently for 6 months or more?^I exercise vigorously on a regular basis.^I do not exercise that much.& &t4=%0D%0DHealth Conditions& &mcb3=^I smoke now - or - I have smoked in the last 5 years.^I have high blood pressure.^I have high cholesterol.& /////////////////////////// //---COLUMN PARAMETERS---// /////////////////////////// &columnWidth=466& &column1InitialX=23& &column1InitialY=25& &column2InitialX=505& &column2InitialY=25& &questionSeparatorSize=10& ////////////////////////// //---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=0xF2F2F2& &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 where the Yes and No answers are side by side var example: ynn1=your question text^option1^option2 ---------------------------------------- ynnn = A yes/no or 2-choice question where the Yes and No answers are stacked 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^...