-
Created On: 01/07/2014
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...
-
Created On: 01/07/2014
in SurveyGizmo Functions
This function returns the answer option title of the selected answer option (or null, if not answered). For single-select questions, a single value is returned. Multi-select and matrix questions will return an array. Using the %%language paramet...
-
Created On: 01/07/2014
in SurveyGizmo Functions
This function returns the value (reporting value) of an answered question (or null, if not answered). For single answer questions, a single value is returned. Multi-answer questions return an array. Grid and custom group questions return a multidime...
-
Created On: 01/07/2014
in SurveyGizmo Functions
This function submits the data on the current page and records the response as complete. All data collected on previous pages will be stored for reporting.
Note: this will not submit the current page and move to the next. To do that, use...
-
Created On: 01/07/2014
in SurveyGizmo Functions
This function submits the data from the current page and records the response as a partial. All data from previous pages will be stored for reporting.
Note: this will not submit the current page and move to the next. To do that, use sgapiJum...