-
Created On: 01/08/2014
in SurveyGizmo Functions
This function sets the number of the first question of the page (default is 1). You can use this script on each page to restart the question numbering on each page.
Example
The below example script can be placed on the beginning of each...
-
Created On: 01/08/2014
in SurveyGizmo Functions
This function causes the given action to run and returns true if it is successful (returns false if given questionID is not an action).
Example
sgapiRunAction(27);
-
Created On: 01/08/2014
in SurveyGizmo Functions
This function allows you to set the value for an individual cell in a custom table question.
Example
The custom table has two rows and two column questions (one radio button and one textbox). In this example, we will pre-populate the ra...
-
Created On: 01/08/2014
in SurveyGizmo Functions
This function accepts two table Question IDs and orders the rows of the table in %%tableID by the table in %%refID. This allows you to maintain randomization order across tables in your survey. The row headers for both tables must be identical.
...
-
Created On: 01/08/2014
in SurveyGizmo Functions
This function pipes the given rows into the given Custom Table question. You can specify a static value or pull selected values from a previous question.
Example
The below example pipes the given rows in the array into the given Custom ...
-
Created On: 01/08/2014
in SurveyGizmo Functions
This function question pipes the given question based on the values specified in %%array.
Example
The below example question pipes the array from question ID 4, a checkbox question, and question pipes question ID 5 from this array of va...
-
Created On: 01/08/2014
in SurveyGizmo Functions
This function returns an array the piped values for the given question-piped question.
Example
In the below example we output the values of question ID 6 which is negative question piped from a question on a previous page.
Check i...
-
Created On: 01/08/2014
in SurveyGizmo Functions
This function returns an array of skus=>values for the given question-piped question.
Example
Check it out in an Example Survey
For example if we question pipe from the below question...
Into this question and output ...
-
Created On: 01/08/2014
in SurveyGizmo Functions
This function returns an array of skus for the given table. This can also be used to get the skus for the subquestions in Custom Groups.
Example
In this example we output the array of table question skus to the page.
Check it out ...
-
Created On: 01/08/2014
in SurveyGizmo Functions
This function accepts the Question ID of a table and returns an array in the following format: [questionID] => "title"
Example
In this example we output the array of table question titles to the page.
Check it out in an Example S...