diff --git a/Experiments/MatchPort.py b/Experiments/MatchPort.py index f50828c4..a2b37f28 100644 --- a/Experiments/MatchPort.py +++ b/Experiments/MatchPort.py @@ -80,7 +80,7 @@ def next(self): if self.is_stopped(): return 'Exit' elif self.beh.is_sleep_time(): - return 'Offtime' + return 'InterTrial' elif self.resp_ready: return 'Trial' else: diff --git a/Experiments/MatchToSample.py b/Experiments/MatchToSample.py index 88c059b0..d5e21fa1 100644 --- a/Experiments/MatchToSample.py +++ b/Experiments/MatchToSample.py @@ -89,7 +89,7 @@ def next(self): if self.is_stopped(): return 'Exit' elif self.beh.is_sleep_time(): - return 'Offtime' + return 'InterTrial' elif self.resp_ready: return 'Cue' else: