-
Created On: 08/08/2020
These functions were built to allow you to interact with your surveys to build the exact functionality you want. Question Functions These are functions that allow you to evaluate and affect survey questions. For example, sgapiGetValue, sgapiS...
-
In this tutorial we'll show you how to use a script to maintain randomization order for images in Image Choice questions. We'll cover how to do so with image questions on the same page and image questions on separate pages. This script also stores...
-
If you're a fan of merge codes , this simple and handy tool is made handier still by the ability to specify a default value when the merge code is empty! Question Value Merge Code when value is present. Question Value Merge Code when no v...
-
This JavaScript 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 t...
-
Did you know you can customize the default Please Select text used in Dropdown Menus , Dropdown Menu Lists , Dropdown Menu Grids , and Cascading Dropdown Menu question types? You can also translate this text for multi-language surveys. Here's...
-
Ever needed to add the totals from one or more Continuous Sum question on the same page?*
This script is increadibly easy to add to your survey. The output is displayed to the respondent in a Text / Instructions field.
Check it out in an ...
-
While we have a Ranking Grid question that automatically validates for a single answer per column there are some scenarios where you might wish to apply this type of validation to a Radio Button Grid question. For example, in a Ranking Grid que...
-
The image selection question does not allow you to have an N/A Exclusive option. This tutorial will walk you through adding an exclusive option where no other images can be selected if the N/A option is selected. Check it out in a survey here: C...
-
While we do have a built-in feature that will hide a question once it is answered . This JavaScript will allow you to still display the question but not allow changes. It works with Radio Button questions and Radio Button Grids . Check it out...
-
Often survey builders wish to set the maximum answers a respondent can provide to a checkbox question dynamically based on the value entered in a previous Textbox question. You can achieve this, both for Checkbox questions on the same page and later...