In drupal, when you have ajax refreshing some content, elements get new ids when they refresh. So some input element that was "edit-get-score" becomes "edit-get-score-2" then ""edit-get-score-3" etc.
So to match them properly by ID you can use this. Which is CSS attribute selector using sort of a wildcard