I am trying to build a form for a question. It asked people about preferences about which hand they use to perform during a number of tasks.
Vertically are the tasks i.e. writing, using a spoon etc..
Horizontally are 2 columns (Left and Right) each of which contains two check boxes. In this way each task corresponds to 4 checkboxes - 2 for left and 2 for right.
The participant is told that if their preference for particular task is so strong that they would never use another hand unless forced to they should put two ticks in the column corresponding to the hand that they use.
If they have a medium preference for one hand over another put only one tick in that column.
If they dont care which hand they use, put one tick in each hand (i.e. one in left and one in right).
If you dont perform the task at all leave all the checkboxes unticked.
You should not be able to tick all four boxes or two ticks in one column and one in the other because it doesnt make sense.
Furthermore, the way its scored is that:
1. you total the number of ticks in the "left" and "right". 2. You also have to substact the left total from the right total ("difference").
3. You then divide the "difference" by the "total" and multiply by 100 to give you your score.
I can probably work out how to do the calculations because I could make a query to calculate all these things. However when I am creating the table do I have to create 4 variables for each question i.e. Q1L1, Q2L2, Q1R1, Q1R2 etc..? Is this the best way to do it?
How do I put rules in place so the participant cannot pick all 4 or pick 2 and 1?
Vertically are the tasks i.e. writing, using a spoon etc..
Horizontally are 2 columns (Left and Right) each of which contains two check boxes. In this way each task corresponds to 4 checkboxes - 2 for left and 2 for right.
The participant is told that if their preference for particular task is so strong that they would never use another hand unless forced to they should put two ticks in the column corresponding to the hand that they use.
If they have a medium preference for one hand over another put only one tick in that column.
If they dont care which hand they use, put one tick in each hand (i.e. one in left and one in right).
If you dont perform the task at all leave all the checkboxes unticked.
You should not be able to tick all four boxes or two ticks in one column and one in the other because it doesnt make sense.
Furthermore, the way its scored is that:
1. you total the number of ticks in the "left" and "right". 2. You also have to substact the left total from the right total ("difference").
3. You then divide the "difference" by the "total" and multiply by 100 to give you your score.
I can probably work out how to do the calculations because I could make a query to calculate all these things. However when I am creating the table do I have to create 4 variables for each question i.e. Q1L1, Q2L2, Q1R1, Q1R2 etc..? Is this the best way to do it?
How do I put rules in place so the participant cannot pick all 4 or pick 2 and 1?