この問題が発生しました。
ユーザーは複数選択フォームから 1 つの回答をチェックする必要がありますが、フォームは複数の質問を処理する必要があります。
<form>
Question1:
This is the question 1 text? (static text question.text property)
- Answer 1 (radio)
- Answer 2 (radio)
- Answer 3 (radio)
Question2:
This is the question 2 text? (static text question.text property)
- Answer 4 (radio)
- Answer 5 (radio)
- Answer 6 (radio)
- Answer 7 (radio)
Question3:
This is the question 3 text? (static text question.text property)
- Answer 8 (radio)
- Answer 9 (radio)
[submit button]
</form>
ここには2つの問題があります。まずフォーム、どうすればそのフォームを作成できますか? 次に、検証です。各質問には多くの回答があり、同じではなく、同じ量でもありません。
コレクションとエンティティを試してみましたが...欲求不満しか得られません:(
どうすればこれを解決できますか?