-
If you want to display single choice in a Radio Button Grid vertically this JavaScript will do just this but record the data in the same format by row. Check it out in an example survey ! OR Add this survey to your US account or your EU acc...
-
Last Updated: 06/26/2017
in SurveyGizmo Functions
This function sets the given property to the given value for the given question.
Possible Properties
Values
exclude_number
boolean
labels_right
boolean
orientation...
-
Last Updated: 06/26/2017
in PHP Functions
This is equivalent to the print_r function in PHP. Given any variable sgapiPrint_R will display information about a variable in a way that is readable by humans. Use with %%output to output to the page. Very useful when looking at arrays of data o...
-
Last Updated: 07/12/2016
in Tips and Tricks
Throughout our application we use the CodeMirror text editor for editing code. Below are keyboard functions for find and replace within the CodeMirror editor in our application.
Start searching
Ctrl-F / Cmd-F
Find next
Ctrl-G / C...
-
Last Updated: 06/26/2017
in SurveyGizmo Functions
This function returns the title of a question.
Using the %%language parameter you can return the title in the given language. The values are the languages available in the translation menu. %%language must be title case.
Example
...
-
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...
-
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...
-
Last Updated: 06/26/2017
in SurveyGizmo Functions
This function sets the title of a question. HTML is allowed.
The %%language parameter is a required parameter. The values are the languages available in the translation menu. Languages must be title case, for example, %%language = "Spanish".
...
-
Last Updated: 08/10/2018
in SurveyGizmo Functions
This is a realtime reporting function. You can query the total response count for a question using the %%questionID parameter. Or, by passing an option sku in %%osku, you can return the response count for a particular answer option. You can also fil...
-
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 SurveyGizmo features in this example:
Max Diff Question
...