I want to let respondents answer only one question out of three questions. However that one question should be answered among three questions

Dear helpers:

Thank you for your help.

  1. I want to let respondents answer only one question out of three
    questions.

  2. However that one question should be answered among three questions.

To solve 1,

I put validation condition to first question like <question2 = '' and
question3 = ''>

to second question like <question1 = '' and question3 = ''>

to third question like <question1 = '' and question2 = ''>

So it works not to put more than one answer for three questions.

However I don't know how to solve 2

  1. However that one question should be answered among three questions.?

Hi!

I think the easiest way to do this would be to make a fourth question which
is a Label in your form, something like:

Question List:

  • Question 1
  • Question 2
  • Question 3
  • Validation

the Validation question would have a display condition which evaluated your
second condition (that at least one of the questions has a value) and would
have a Validation Condition that was simply "false()" You could then make
the text of that label say something like "Please at least one of the
questions"

-Clayton

ยทยทยท On Thu, Oct 1, 2015 at 6:41 AM, Yong-Hyun Nam wrote:

Dear helpers:

Thank you for your help.

  1. I want to let respondents answer only one question out of three
    questions.

  2. However that one question should be answered among three questions.

To solve 1,

I put validation condition to first question like <question2 = '' and
question3 = ''>

to second question like <question1 = '' and question3 = ''>

to third question like <question1 = '' and question2 = ''>

So it works not to put more than one answer for three questions.

However I don't know how to solve 2

  1. However that one question should be answered among three questions.?

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.