|
|
|
|
@ -13,8 +13,7 @@
|
|
|
|
|
data-synonyms="<%= answer_option_synonyms(answer.resource) %>" |
|
|
|
|
data-append="<%= answer_option_append(answer.resource) %>" |
|
|
|
|
data-hint="<%= answer_option_hint(answer.resource) %>" |
|
|
|
|
<%= question.answer_selected?(@log, answer) ? "selected" : "" %> |
|
|
|
|
<%= answer.id == "" ? "disabled" : "" %>><%= answer.name || answer.resource %></option> |
|
|
|
|
<%= question.answer_selected?(@log, answer) ? "selected" : "" %>><%= answer.name || answer.resource %></option> |
|
|
|
|
<% end %> |
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
|