Dependencies between answers
-
Hi,
First of all I want to thank you for this plugin.
I really hope you will continue developing it and make it also compatible with PHP 8 and the new wordpress versions.I have a question.
How can I set questions like that (for example):Please rank each section with the numbers 8 (strongly agree), 4 (somewhat agree), 2 (hardly agree) and 1 (don’t agree) – you can use each number only once per question.
1. My main goal is:
– Have a job with high position
– Be the best In my work field
– Gain recognition For my work
– Feel secure in my workplace2. I enjoy work that are:
– Technical and well defined
– Allowing variety
– That enable Independent action
– That people are involved in themIn the above example in each question (1,2) there are 4 statements and each one of them should get a ranking (8, 4, 2, 1) – but each ranking can be used only once per question.
Something like that:
1. My main goal is:
– Have a job with high position (8)
– Be the best In my work field (4)
– Gain recognition For my work (1)
– Feel secure in my workplace (2)2. I enjoy work that are:
– Technical and well defined (4)
– Allowing variety (2)
– That enable Independent action (1)
– That people are involved in them (8)It cannot be like that:
1. My main goal is:
– Have a job with high position (8)
– Be the best In my work field (8)
– Gain recognition For my work (1)
– Feel secure in my workplace (2)2. I enjoy work that are:
– Technical and well defined (4)
– Allowing variety (2)
– That enable Independent action (4)
– That people are involved in them (2)At the end I want to marged calculate each the statements to groups and calculate the results.
Something like that:
1. My main goal is:
– Have a job with high position – group A
– Be the best In my work field – group C
– Gain recognition For my work – group D
– Feel secure in my workplace – group B2. I enjoy work that are:
– Technical and well defined – group C
– Allowing variety – group D
– That enable Independent action – group A
– That people are involved in them – group BTotals:
– group A: 8+1 = 9
– group B: 8-2 = 10
– group C: 4+4 = 8
– group D: 4+1 = 5Is there a way to do it?
Again – The main issue is the dependencies between each statements answers per questions.Thanks!
Ram
- The topic ‘Dependencies between answers’ is closed to new replies.