Display non selected option in Question

Dear All

I have a question (Q1 for simplicity) that asks if you are ³right" or ³left"
handed.

I then have 2 follow up questions:

  1. The first question asks you do perform a task with ${Q1} and replaced
    ${Q1} with the selected hand either right or left.
  2. The second question asks you to perform a task with the hand not selected
    in Q1, I.E. Non dominant hand.
  1. Is there a way I can display either left or right depending on Q1¹s answer,
    so if the participant selects Right as dominant hand, I would like to ask him
    to perform a task with his left hand in the same/similar manner as question 1
    Hope this makes sense.

Bash

Define a text calculate field that inverts the selection with a formula,
e.g.,:

Q2 text if( ${Q1} = 'left', 'right', 'left')

Then reference this field ${Q2} for the second question.

··· On Tue, Nov 10, 2015 at 5:31 AM, Bashir Jahed wrote:

Dear All

I have a question (Q1 for simplicity) that asks if you are “right" or
“left" handed.

I then have 2 follow up questions:

  1. The first question asks you do perform a task with ${Q1} and
    replaced ${Q1} with the selected hand either right or left.
  2. The second question asks you to perform a task with the hand not
    selected in Q1, I.E. Non dominant hand.
    1. Is there a way I can display either left or right depending on
      Q1’s answer, so if the participant selects Right as dominant hand, I would
      like to ask him to perform a task with his left hand in the same/similar
      manner as question 1

Hope this makes sense.

Bash

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


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

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com