Hi,
I hope you already activated your prototype survey, entered some data and had a look at the answer table.
This is important to know how the values of different question types are stored.
Well, in a ranking question (let's call it R1) the storage is:
R1_1 contains the code of the item on 1st place
R1_2 contains the code of the item on 2nd place
R1_3 contains the code of the item on 3rd place
...
As you might have read in the manual
www.limesurvey.org/manual/Expression_Man...#Access_to_Variables
Qcode.shown the dispay value for the question
So you just have to enter as subquestions of your multiple question
{R1_1.shown}
{R1_2.shown}
...
That's fine to display, but difficult to analyse later, because in the first column you get different objects (depending on the ranking)
Joffm