()
| 4073 | # this function causes the key labels along the bottom to revert to their |
| 4074 | # "non-pressed" state for a new trial or when returning to the main screen. |
| 4075 | def reset_input(): |
| 4076 | for k in list(mode.inputs): |
| 4077 | mode.inputs[k] = False |
| 4078 | mode.input_rts[k] = 0. |
| 4079 | arithmeticAnswerLabel.reset_input() |
| 4080 | update_input_labels() |
| 4081 | |
| 4082 | # this handles the computation of a round with exactly 6 position and 6 audio matches |
| 4083 | # this function is not currently used -- compute_bt_sequence() is used instead |
no test coverage detected