Hello guys,
I look for some help
I have three pick, group and rank questions. Let us say:
Question 1 has to group values A, B, C, D in two bins(high and low).
Question 2 has to group values L, M, N in two bins(high and low).
Question 3 has to group values X, Y, Z in two bins ( high and low).
Based on all these items I need to generate dynamic questions of type:
Dynamic question 1: A has the property L because of X
Dynamic question 2: A has the property L because of Y.
Dynamic question 3: A has the property L because of Z.
Dynamic question 4: A has property M because of X. and so on until I finished all the possible combinations.
My fist big question: Can this design be done without JS or JQuery or not?
My second big question: What is the approach without JS or JQuery, if possible?
My third big question: What is the approach for the soultion with JS or JQuery?
What I did so far:
I tried to implement a solution without JS or JQuery.
I have created the three pick, group and rank questions inside a block(block1).
I have created three randomization having embedded data the items from the three aforementioned questions in another block(block2).
I have created dynamic questions using the embedded data from block 2 in another block(block3).
The problem I have is that all the questions in clock three display the same values while I was expecting to see different values based on the randomization from block2.
Thank you for your help.