diff --git a/app/views/answers/_new_edit.html.erb b/app/views/answers/_new_edit.html.erb index ca97561..524c839 100644 --- a/app/views/answers/_new_edit.html.erb +++ b/app/views/answers/_new_edit.html.erb @@ -3,9 +3,6 @@ This partial creates a form for each type of question. The local variables are: plan, answer, question, readonly --> -
- <%= raw question.text %> -
<% q_format = question.question_format %> <% if q_format.rda_metadata? %> <% answer_hash = answer.answer_hash %>