diff --git a/src/visiomode/tasks/__init__.py b/src/visiomode/tasks/__init__.py index 78a5191..c33c836 100644 --- a/src/visiomode/tasks/__init__.py +++ b/src/visiomode/tasks/__init__.py @@ -201,7 +201,7 @@ def trial_block(self): self.on_no_response() # Correction trials - if self.corrections_enabled and (outcome not in (NO_RESPONSE, INCORRECT)): + if self.corrections_enabled and (outcome in (NO_RESPONSE, INCORRECT)): self.correction_trial = True if self.corrections_enabled and self.correction_trial and (outcome == CORRECT): self.correction_trial = False