選択肢のリストを含むドロップダウン メニューがあります。
select_tag(:"answers[#{question.question_no}]", options_for_select( [['Agree Strongly', 7], ['Agree Mostly', 6], ['Agree Somewhat', 5], ['Neither Agree Nor Disagree', 4], ['Disagree Somewhat', 3], ['Disagree Mostly', 2], ['Disagree Strongly', 1]] ))
代わりに 7 つのラジオ ボタンを表示するようにしてください。これはどのように可能ですか。もしや?