Get 3 row ID’s via ARRAY_A

Errm…

$item_1 = $records[0];
$item_2 = $records[1];
$item_3 = $records[2];

// e.g.
echo $item_2->answer_time;