Other-Specify answer options can be resized by width only in a Choice question. This script will only work with Single and Multi-Choice question types (non-visual questions).
Detailed Steps
- Create a Choice question in your questionnaire.
- Right-click on the Choice question containing the Other-Specify answer option in the questionnaire tree.
- Choose Edit Scripts.
- Click on the Style tab.
- Copy and paste the following script into the blank section:
<!--
Script Name: How do I change the size of the Other-Specify text box? (flat only)
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.
-->
<style>
.os {
width: 300px;
}
</style>
Note: This script will only change the width of the Other-Specify text box and not the height of the box.
- You can modify the value 300 to whatever size you want.
- Click Save.
- Validate your study then run a test, you will see the box with the new width that you specified.
More Information
Read this WebHelp article to learn more about Choice questions.
Comments
0 comments
Article is closed for comments.