New Articles

  1. Piping from a Checkbox Question Into Multi-Slider

    Unfortunately the multi-sliders question does not have piping as a feature, but we can do this through a custom script as illustrated here. For this to work the target question must be setup with slider option names which correspond to the opti...
  2. Piping: Checkbox Grid to Radio Button Grid

    In this example we are going to only show the rows in the target radio button grid questions for which any of a specified set of column answers were checked in the source grid. For this to work, the target grid question must be setup with row t...
  3. Filtering Textbox List by Checkbox Question

    As piping into answer options is not available for Textbox List questions, this script will query the answers from a source Checkbox question and filter the option list in a target Textbox List question accordingly. For this to work, the option titl...
  4. Piping From Two Questions Into One

    Sometimes it is appropriate to ask two separate questions on slightly different themes, but ask a follow-up question about what the respondents select as a combination.  In this case, we set up a script which filters the answer options displayed in ...
  5. Setting Continuous Sum Max Total Value Dynamically

    The Continuous Sum question is a very popular question, particularly with our market research users. Often survey designers are looking to make sure that the continuous sum total matches another value that the respondent entered. In this tutorial, w...
  6. Show Pages Based off a Drag & Drop Ranking

    In this tutorial we will go over an example script for conditionally showing pages based on the option that is rated highest and/or lowest in a Drag & Drop Ranking question. These steps assume a basic familiarity with Alchemer and programming. Chec...
  7. Using Continuous Sum Total in a Merge Code

    There isn't a built in way to use the total of the Continuous Sum question in another question. Fret not! There's a custom script for that! In this tutorial we'll show you how to use a custom script to populate a hidden value so that you can use the...
  8. Use Signature Question Later in Survey

    This script will allow you to use a signature question's input later in a survey. Check it out in an example survey ! OR Add a survey with this setup to your account! Setup First set up your signature question. On a following page that you w...
  9. Age Verification by Birth Date

    This script will perform age verification based on the date of birth entered in an open text field. The qualifying age can be set in the script (18 years old, 21 years old, etc.) and if the user is not old enough, they will be disqualified. If they ...
  10. Script to Display Follow Up Items for Highest Ranked Max Diff Attributes

    In this example we cover a script to conditionally show text elements based on the attributes that are rated highest in a Max Diff question. We'll be using the following Alchemer features in this example: Max Diff Question Our custom script...