0
同じ名前の値を持つ複数のラジオボタングループを1つのフォームに含めることはできますか?同じ名前の複数のラジオボタングループ?
私は次のように複数で構成クイズ(質問)ラジオボタングループに取り組んでいる:私が欲しいもの
<div class="question">
<p><b>Question 19</b></p>
<div class="choices">
<input type="radio" name="choice-for-question-98" id="choice-98-1" value="389">
<label for="choice-98-1">e duhur </label><br>
<input type="radio" name="choice-for-question-98" id="choice-98-2" value="388">
<label for="choice-98-2">qëllim</label><br>
<input type="radio" name="choice-for-question-98" id="choice-98-3" value="387">
<label for="choice-98-3">drejt</label><br>
<input type="radio" name="choice-for-question-98" id="choice-98-4" value="386">
<label for="choice-98-4">e drejtë</label><br>
</div>
</div>
は「答え」のリストを取得することです、私は同じことを設定すると、POSTの属性が、異なる質問の名前、すべての質問から1つのラジオボタンのみを選択できます。