fixed finish later bug for coder+text
This commit is contained in:
parent
5cac3af354
commit
5d906c6ff4
@ -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')
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
|
Loading…
Reference in New Issue
Block a user