/////////////////////// //---COLUMN ARRAYS---// /////////////////////// &columnArray1=ynn,mcb,ddb,rb& &columnArray2=t,t& //////////////////////////// //---QUESTION VARIABLES---// //////////////////////////// &ynn1=Have you been a guest or member of XSport Fitness?^Yes^No& &mcb1=This membership is for:^You^You and Your Spouse^Your Family& &ddb1=How did you hear about us?^300^ ^Live or work in the area (WI)^Through your Employer (Corp)^Online (IGP)^Flyer (Guerilla)^Postcard (DM)^A Friend (BR)^Guest of Premium Member (Premium Guest)& &rb1=Where will you be working out near?^Home^Work& &t1= & &t2= & /////////////////////////// //---COLUMN PARAMETERS---// /////////////////////////// &columnWidth=466& &column1InitialX=35& &column1InitialY=45& &column2InitialX=525& &column2InitialY=20& &questionSeparatorSize=55& ////////////////////////// //---TITLE PARAMETERS---// ////////////////////////// &titleBoxColor=0x285064& &titleBoxOpacity=0& &titleTextFontSize=24& &titleTextColor=0xFFFFFF& &titleTextLeading=0& &titleTextIsUnderlined=false& &titleTextIsBold=true& &titleTextIsItalics=false& ///////////////////////////// //---QUESTION PARAMETERS---// ///////////////////////////// &questionTextFontSize=21& &questionTextColor=0xffffff& &questionTextLeading=0& &questionTextIsUnderlined=false& &questionTextIsBold=true& &questionTextIsItalics=false& /////////////////////////// //---CHOICE PARAMETERS---// /////////////////////////// &choiceTextFontSize=18& &choiceTextColor=0xffffff& &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=7& /////////////////////////// //---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^...