fixed finish later bug for coder+text

This commit is contained in:
Mark Moser 2016-08-04 21:20:01 -05:00
parent 5cac3af354
commit 5d906c6ff4

View File

@ -3,7 +3,7 @@
checkbox_html = {class: 'checkbox', checkbox_html = {class: 'checkbox',
id: "answer_#{option_id}", id: "answer_#{option_id}",
name: "answer[live_code][later]", name: "answer[#{question.input_type}][later]",
checked: Array(question.answer).include?('finish-later') checked: Array(question.answer).include?('finish-later')
} }
%> %>