Hello Kobo community,
I’m facing an issue with displaying selected answers from two previous questions. One question is of the select_one
type, and the other is of the select_multiple
type. I want to display these answers in a note, but both questions have the same answer options, just different selection types.
For example:
- Q1. What is your favorite animal? (single answer)
- a. dog
- b. cat
- c. cow
- Q2. Which animals would you like to pet? (multiple answers)
- a. dog
- b. cat
- c. cow
- Q3. (Display type) Your favorite animal is: ___, and you want to pet: ___
I want to see only unique animals, even if an animal is selected twice.
Could you please assist me in writing the XLSForm? thank you in advance!