This is my PHP code,if (!isset($pages)) {
$pages = array('PA', 'PB', 'PC', 'PD', 'PE', 'PF');
shuffle($pages);
$pages[] = 'PX';
registerVariable($pages);
}
setPageOrder($pages);
I did not use put () but can I DO IT now ? so there is no way to get the data regarding in which order did each of my participant answered the questions ?
and I did not get this "Please note that the "view data set" feature will NOT reproduce the original order as displayed in the questionnaire (see the note at the top), but any random order." does this mean that when I click "view data set" and I click each of the cases separately , then that is not the order they really answered the questions but just any random order ?
This is my PHP code, I did not use put () but can I DO IT now ? so there is no way to get the data regarding in which order did each of my participant answered the questions ?
and I did not get this "Please note that the "view data set" feature will NOT reproduce the original order as displayed in the questionnaire (see the note at the top), but any random order." does this mean that when I click "view data set" and I click each of the cases separately , then that is not the order they really answered the questions but just any random order ?