KodyAnderson1 / CanvasQuizFileGenerator

0 stars 0 forks source link

Wrong answer - Decimal #13

Open KodyAnderson1 opened 1 year ago

KodyAnderson1 commented 1 year ago

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.