@ -230,6 +230,7 @@ class Form::Question
def answer_selected?(case_log, answer)
return false unless type == "select"
case_log[id].to_s == answer.id.to_s
end