How to build a survey question in a specific format?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2022 05:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2022 06:05 AM
Hi,
You can create something like this, which closely matches to your requirement :
1. You need to create a new survey.
Survey --> View Surveys and open New Survey
Fill the required fields and in the top right you have an option called Add Questions. You can add whatever questions you want to display in the survey.
Click on Add Questions. Then it will open another form.
In Assessment, metrics click new
You have to select Data Type as Field Selection.
You have to publish the survey once you have completed your questions.
If you want to set any trigger condition you have to set it in the Trigger Conditions Section.
At last, the survey will come in below manner.
You can use this code for creating a button to take the survey : How to create Survey Button on incident form
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2022 06:18 AM
Hi Sandeep,
I want to create surveys like there will be a question and a sub question with choices like the format I have attached.
Is it possible to create like this?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2022 06:57 AM
You can Create Dependency on other questions , but sub-questions i doubt!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2022 07:37 AM
Hi,
The only way I know this is possible is by using containers within containers.
If you want multiple choices, then you'll need to use radio buttons and they can be configured to display vertically/horizontally. You'll have to put them in a nested containers and set the display as horizontal.
Please let me know if you stuck in any point.
Thanks.