Currently, there is a bug where a question (observed with matching) is answered incorrectly, it will not get caught and will print out the incorrect answers. The if statement in the processor code for matching is faulty. The issue is if the quiz answers were not being displayed, the parser tried to find answered marked wrong if user points != max total for a question and since no answers were marked wrong it defaulted to true.
Currently, there is a bug where a question (observed with matching) is answered incorrectly, it will not get caught and will print out the incorrect answers. The if statement in the processor code for matching is faulty. The issue is if the quiz answers were not being displayed, the parser tried to find answered marked wrong if user points != max total for a question and since no answers were marked wrong it defaulted to true.