diff --git a/app/views/answers/_new_edit.html.erb b/app/views/answers/_new_edit.html.erb index ca97561..14e1513 100644 --- a/app/views/answers/_new_edit.html.erb +++ b/app/views/answers/_new_edit.html.erb @@ -3,11 +3,11 @@ 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? %> ++ <%= raw question.text %> +
<% answer_hash = answer.answer_hash %>