Пример #1
0
 def response_negative(self):
     """ Returns a scaled string telling the user they need to improve their overall reaction time"""
     print("Negative Response")
     self._last_response = "negative_response"
     #print("scale = ", self.user_stats.find_worst_grip_scale(grip_times(self._all_grips)))
     return Mglove_str_gen.negative_response(self.user_stats.find_worst_grip_scale(grip_times(self._all_grips)))