New Articles

  1. sgapiSetQuestionProperty(%%questionID, %%property, %%value)

    This function sets the given property to the given value for the given question. Possible Properties Values exclude_number boolean labels_right boolean orientation...
  2. sgapiGetValueLabel(%%questionID,%%language)

    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...
  3. sgapiGetValue(%%questionID)

    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...
  4. sgapiSubmitSurveyComplete()

    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...
  5. sgapiSubmitSurvey()

    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...