elif line.startswith(START_CORRECT_ANSWER_MARK) or line.startswith(START_INCORRECT_ANSWER_MARK):
            if not a_saved:
                answers.append(a)
                a_saved = True