I have MaxDiff exercises with 20 attributes. After that in one question I want to pipe-in the labels of Top 5 MaxDiff attributes. For that I have created constructed list called MDConList with parent list as MD1List with the below code.
MaxDiffRankAttLabel(MD1, 1)
MaxDiffRankAttLabel(MD1, 2)
MaxDiffRankAttLabel(MD1, 3)
MaxDiffRankAttLabel(MD1, 4)
MaxDiffRankAttLabel(MD1, 5)
Then again I have created another constructed list and within that used the below code.
ADD(MDConList)
However, I am not getting the attributes to the questions and it is skiping to next question.
Am I follwing the help instruction correctly?
How to Pipe-in Top 5 MaxDiff Attributes?
Resolved
2 replies