diff --git a/app/views/phases/_answer_form.html.erb b/app/views/phases/_answer_form.html.erb
index 600b01c..38193da 100644
--- a/app/views/phases/_answer_form.html.erb
+++ b/app/views/phases/_answer_form.html.erb
@@ -58,7 +58,7 @@
<% if question.option_based? %>
- <% options = question.options.order("number") %>
+ <% options = question.question_options.order("number") %>
<% if q_format.checkbox? %>