Hi,
first of all you should have said, that you do not use a ranking question but an array to fake the ranking.
This is absolutely different regarding the storing of answers in the database and therefore Denis' proposal probably won't work.
Well, you can use micro-tayloring:
subquestion text of first ranked item:
{if(Ranking_1==1,"RANK A",if(Ranking_2==1,"RANK B",if(Ranking_3==1,"RANK C",if(Ranking_4==1,"RANK D",if(Ranking_5==1,"RANK E",if(Ranking_6==1,"RANK F",if(Ranking_7==1,"RANK G",if(Ranking_8==1,"RANK H","RANK I"))))))))}
second:
{if(Ranking_1==2,"RANK A",if(Ranking_2==2,"RANK B",if(Ranking_3==2,"RANK C",if(Ranking_4==2,"RANK D",if(Ranking_5==2,"RANK E",if(Ranking_6==2,"RANK F",if(Ranking_7==2,"RANK G",if(Ranking_8==2,"RANK H","RANK I"))))))))}
and so on.
But realize:
In your answer table the first column of prices will contain the price of the item on first place, whatever it was.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
The topic has been locked.