!

No, that looks like it would only carry over the top choice for the first question of a maxdiff not the entire series of questions (e.g. testing 16 different features, see 4 features at a time for a series of 8 questions, selecting top choice and bottom choice each time). I would also be using the built-in maxdiff platform from qualtrics.
So you would have to somehow indicate what the top choice was in the embedded data, then you could pipe that in. So long as you have a limited number of branches, you might be able to work out in the survey flow.
If Q1 =1 AND Q2 =1 then Embedded data Selected Choice= A
But if you have more than 2 exposures to the selection, the survey flow is unable to use nested logic.
Two possible options:
1. Pipe all the "most" choices into JavaScript and count up the occurences to find the top choice. There's a chance there will be a tie for the top choice, so you'd have to decide how to handle that.
2. Have a follow-up question that asks for the top choice with all 16 features as choices. Add display logic to each choice to only display if it was picked as "most" in one of the maxdiff questions. Then pipe the answer into your why open end question.
> @Kate said:
> Ah I see.
>
> So you would have to somehow indicate what the top choice was in the embedded data, then you could pipe that in. So long as you have a limited number of branches, you might be able to work out in the survey flow.
>
> If Q1 =1 AND Q2 =1 then Embedded data Selected Choice= A
>
> But if you have more than 2 exposures to the selection, the survey flow is unable to use nested logic.
> @TomG said:
> @jmejia,
>
> Two possible options:
> 1. Pipe all the "most" choices into JavaScript and count up the occurences to find the top choice. There's a chance there will be a tie for the top choice, so you'd have to decide how to handle that.
> 2. Have a follow-up question that asks for the top choice with all 16 features as choices. Add display logic to each choice to only display if it was picked as "most" in one of the maxdiff questions. Then pipe the answer into your why open end question.
!

https://www.qualtrics.com/support/conjoint-project/survey-tab-px/building-additional-survey-content-px/
Has this feature been added to Qualtrics yet? Seems like a pretty big hole in the MaxDiff functionality which Sawtooth satisfies.

With the built-in MaxDiff project type, I have tried a few ways of getting at that info (adding embedded data to the Survey Flow, with Javascript in the survey header, with JS in a question that displays after the MaxDiff block, …) but haven’t had any luck getting it to tell me what people actually selected in that MaxDiff block yet. If anyone else has found a good solution, I’d love to learn!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.