Skip to content

Commit

Permalink
Update MOT to change cyan to blue (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
sid4py authored Oct 21, 2024
1 parent 8486793 commit b27dfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurobooth_os/tasks/MOT/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def __init__(self, *args, max_attempts: int = 2, **kwargs):
self._log_results = False # This class will handle result logging after calling super.run()

# Set a different message to display at the bottom of the stimulus area
self.click_message = f'Click the {self.n_targets} dots that were cyan'
self.click_message = f'Click the {self.n_targets} dots that were blue'
self.animation_message = ''
self.score_message = ''
self.trial_count_message = ''
Expand Down

0 comments on commit b27dfbf

Please sign in to comment.