Skip survey header

sgapiGetQuestionRuntimeProperty

Example Script  

%%property = "Number";

%%q1 = sgapiGetQuestionRunTimeProperty(2,%%property);
%%q2 = sgapiGetQuestionRunTimeProperty(3,%%property);
%%q3 = sgapiGetQuestionRunTimeProperty(4,%%property);

%%randomorder = %%q1 . %%q2 . %%q3;

sgapiSetValue(8,%%randomorder);
1. Do you like scary movies?
2. Do you like clowns?
3. Do you like anchovies?