Hi,
Is it possible to set the value of an embedded data to the name of a block and then find and show the corresponding block based on the value of that embedded data?
Thanks in advance for your help.
Solved
Set the value of an embedded data to the name of the block I want to show
Best answer by TomG
Setting the randomized order of the blocks from your JavaScript would be awfully difficult. You should let Qualtrics randomize the blocks. Assuming you have 24 blocks (12 scenarios + 2 conditions per scenario), you can have your JavaScript set 24 embedded variable flags (A1, A2, B1, ... , X2) that specify whether a block should be displayed or not. Then inside a survey flow randomizer add 24 branches with a block in each one:
Randomizer (Display 24 of 24)
Branch If A1 = 1
Block A1
Branch If A2 = 1
Block A2
...
Branch If X2 = 1
Block X2
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
