between question, question 1 is a 3, question 3 is a 1

  • Thread starter Thread starter Jose Cortez
  • Start date Start date
J

Jose Cortez

I am working with a questionaire of 36 questions which they have 5 options
(1-5). i am having a problem with getting result for some of the question.
for example, i have a client who will choose question #3 option 1 or option
3. so if a client chooses option 1 the value that i would like to get is
option 3 not one, and vice verse if they choose option 3 the return value
should be option 1. so if someone chooses 1 the one is actually a 3, and if
he/she chooses 3 then the 3 is actually a 1. Can you help me out with this.
 
OMG

I'm sort of lost with this.

Is this what you want ??

Question number 3 - please choose an option
1 = Cat
2 = Dog
3 = Mouse

If they choose 3 (mouse) you want to stored value to be Cat
If they choose 1 (Cat) you want to stored value to be mouse
Is that right - sounds VERY strange

What happens if they choose 2 (dog)

I think this is not what you want.

Can you give a simple example of a question and a simple example of the
stored data you want (that is, if they choose an option what do you save in
th record)
 
Back
Top