diff --git a/app/views/phases/_answer_form.html.erb b/app/views/phases/_answer_form.html.erb index 16c60e0..5b412bf 100644 --- a/app/views/phases/_answer_form.html.erb +++ b/app/views/phases/_answer_form.html.erb @@ -57,7 +57,7 @@ <% if question.option_based? %> - <% options = question.options.order("number") %> + <% options = question.question_options.order("number") %> <% if q_format.checkbox? %> @@ -68,7 +68,7 @@