SurveyToGo has the ability to indicate that you want to run a set of questions that are part of a chapter in a random order through a simple script setting. This is done here:
In various surveys you may want to know what was that random order that was eventually used.
The reasons may vary and can be related to a logic that you want to apply later in the script (so use the same order in a subsequent iteration for example) or for data processing purposes.
SurveyToGo Allows you to get that order by calling the function GetQuestionsRandomOrder. The function is described here: GetQuestionsRandomOrder
You can refer to the attached sample survey. Import it into your account to see how it was built as described here: How To Import a Survey
Comments
Article is closed for comments.