Esto me muestra solo una fila de respuestas.
Código PHP:
<? while ($row2 = $result2->fetch_array()){?><p>
<?echo "<strong>".($r=$r+1).". ".$row2['descrip_preg']."</strong> <br><br>";?>
<? while($row=$result->fetch_array()){ ?>
<? if($row2['id_preguntas']==$row['id_preguntas']){ ?>
<? echo "<input name=".$row['id_preguntas']." value=".$row['letra_resp']." type='radio'> ".$row['descrip_resp']."<br>"; ?>
<? } }?>
<hr class="arr_aba"></p><? } ?>