{{ validationOutput }}\n
{{ errorText }}
\n\n You can create javascript functions to use to validate data and collate results to then use in follow-up surveys.\n Functions are passed the entire survey session state and can either return a boolean or an array of filtered survey sessions.\n The function name is specified at save, please only enter the code for within the function, and not the function definition itself.\n You must validate before you can save.\n
\nfor (var id in surveySessionData.sessionData) {\n
var sessionData = surveySessionData.sessionData[id]
console.log(sessionData)
}
return true
{{ surveySessionDataString }}\n
{{ errorText }}
\n{{ answer.text }}
\nPlease give some basic instructions to be displayed before the user starts the survey.
\nThe completion function to determine when the completion flow can be presented. This function must return an boolean.
\nPlease give some basic instructions to be displayed when the user finishes the survey.
\nPlease give some basic instructions to be displayed with the redirect button.
\n \nPlease give some basic instructions to be displayed before the user starts the survey.
\nThe follow-up function determines surveys that require further questioning based off the Follow-up Survey. This function must return an array of the sessionDataIDs you wish to reference.
\nThe completion function to determine when the completion flow can be presented. This function must return an boolean.
\nPlease give some basic instructions to be displayed when the user finishes the survey.
\nPlease give some basic instructions to be displayed with the redirect button.
\n \n