Hello, I would like to create a multiple choice. I use a radio buttons to create a single choice…
But How can I create a multiple choice ?
Thanks for your help
Have a good day
Christophe
Hello, I would like to create a multiple choice. I use a radio buttons to create a single choice…
But How can I create a multiple choice ?
Thanks for your help
Have a good day
Christophe
You can just keep adding choices by clicking on enter.
Also, If you want the choices to be in a horizontal line, You can increase the number of columns to 4
Ok thank you but if I would like to choose the option 1 and the option 2 how I can do that ?
Not sure, I understand your question properly. Can you help me understand it a bit more in detail? An example would help
with the radio button I have to choose one option but I would like to choose more than one option
In my example I would like to choose red, dark and green
I think you should checkboxes. Drag as many as needed on the canvas group then for layout purposes and using the workflow or auto binding to save the multi-selection made
I’m not sure to understand can you show me how you do that ?
Datamodel:
Thing Question:
Thing: Answer Option:
Editor:
Overview:
RG - Questions (light yellow)
Add custom state: answers (type text, list of items)
Nested RG - Question Option
In this RG put the checkbox with label = current cell’s answer option’s value
RG: Results Given answers (this is added for demo purposes
Button: Save (the list of given answer to the question at hand:
Workflows:
When input changes (only when checked)
Add given answer to custom state “answers”
When input changes (only when unchecked)
Remove given answer from custom state “answers”
When save is clicked
Make changed to the question answer is given for (in this demo i took a shortcut: questions first item). Update answers field using set list = custom state lists of answers
When everything is in a group (grey) you can say reset data to clear the checkboxes and set the custom state to empty to empty the custom state
Result:
Select two answers - these wil come available in custom state / custom state RG:
Answers on question are still empty in database:
Click save - Screen will be reset (checkboxes unchecked, custom state empty)
Answers are saved as mulitple answers on Question
Hope this helps. Good luck
Hi, thank you so much I’ll try it
You’re welcome. Did you succeed?
Yes thank you so much !!!
This topic was automatically closed after 70 days. New replies are no longer allowed.