Display selected answers from multiple question

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!

Welcome back to the community, @titonuppun! You should be able to do this by following this support article Including Responses Inside Another Question.

And these community posts discussed previously should also be helpful:

And this post too …

Thank you @Kal_Lam for finding similar discussion! let me try. have a good one :slight_smile: