okay, I managed it, it doesn´t look beautiful, but it worked!
so I have this for every questions,
if (value('RG01') == 1) {
    if (!isset($itemsSR01)) {
       $itemsSR01 = getItems('SR01','all');
    // devide the list into lists of 3 items
    $itemsSR01 = array_chunk($itemsSR01, 3);
    registerVariable('itemsSR01');
    }
    $i = loopPage(count($itemsSR01));
    question('SR01',$itemsSR01[$i]);