class HighLine::Question

def first_answer?

Returns true if _first_answer_ is set.
def first_answer?
  true if @first_answer
end