I have an Kobo xlsx form which contains a repeat group based on count of options that a previous multiple-choice question takes, but I am unable to put none in this question because the repeat group runs for the none option as well. is there any way to introduce this none option which does not take any data?
Hello!
To introduce a “none” option in your Kobo xlsx form without triggering the repeat group, add “None” as an option in the multiple-choice question. Then, use the relevant column to control the visibility of the repeat group choice advantages by setting a condition that excludes the “None” option, like not(selected(${Q1},‘None’)). This ensures the repeat group doesn’t appear when “None” is selected.
1 Like