This script will show Choice question options, Grid rows/columns and page items in reversed order when respondents are going through the survey link. After clicking the next button, responses will be saved in the original order.
Detailed Steps
- Create your question/page as required.
- Copy the appropriate type script from below.
- Select the question/page in the Questionnaire Tree.
- In the Scripting section, click Edit Scripts.
- Paste the script into On Load tab.
- Change Q_NAME to the name of your question or page.
- Click Save.
- Validate and test your survey.
- Repeat step 1 to 7 for each question/page you would like to display in reversed order.
Type | Script |
|
/* Script Name: How do I reverse the order of Choice question options, Grid rows/columns and page items? To ensure your script works as expected, always copy the original script from the script library found in the support portal. Failure to use the most up to date script from the script library may cause unexpected results. */ ReverseItems(Q_NAME); |
|
/* Script Name: How do I reverse the order of Choice question options, Grid rows/columns and page items? To ensure your script works as expected, always copy the original script from the script library found in the support portal. Failure to use the most up to date script from the script library may cause unexpected results. */ ReverseColumns(Q_NAME); |
Comments
0 comments
Article is closed for comments.