<%= answers = question["answer_options"].map {|key, value| OpenStruct.new(id:key, name: value)} f.govuk_collection_select :answer_id, answers, :id, :name, label: { text: question["header"]}, hint: { text: question["hint_text"] } %>