diderot-edu / diderot-feedback

0 stars 0 forks source link

Code grading rubric frequently drops keystrokes and selects wrong item sometimes #80

Closed ishantheperson closed 3 years ago

ishantheperson commented 3 years ago

If a student answer is completely correct, you want to hit several rubric items at once (e.g. 1 2 3). We expect all 3 rubric items to be selected, but what happens is that only one item "wins" and ends up selected (potential race condition?)

It's possible this only happens when there are more than 10 rubric items

umutacar commented 3 years ago

Sounds like debounce needs some tuning. Will look into it.

umutacar commented 3 years ago

Should be fixed!