Skip survey header

sgapiSetQuestionProperty

Page One

Example Script
%%questionid = 2;
%%property = "orientation";
%%random = sgapiRand(0,1);

if (%%random == 0) {
    %%value = "VERT";
}

else{
    %%value = "HORZ";
}

sgapiSetQuestionProperty(%%questionid,%%property,%%value);

Page One

Refresh to see the randomization of the answer option orientation.
1. What is your favorite ice cream flavor?