SPSS mrStudio Read only ranking question

Create a read-only ranking question.

//surveyscripting.com

Metadata:
Q1 "Please rank the following languages?" loop
{
	1 "PHP",
	2 "JavaScript",
	3 "HTML"
} fields (
	Q1sub "" long [1..5];
) expand grid;
ErrQ1 "Duplicate answers" info;
                               
Routing section instead of Q3.Ask() use:
Q3.Show()