mhtess / gen-games

Games for eliciting generalizations in language
1 stars 2 forks source link

Implement accuracy / bonus tracking #34

Closed mhtess closed 7 years ago

mhtess commented 7 years ago

After each test page, we should compute:

  1. Hits
  2. False alarms
  3. Correct Rejections
  4. Misses

We can compute a score. As a first pass, we'll try Hits + Correct Rejections. This should be displayed after each test page (make a new slide) to give participants feedback.

In order to give joint feedback (either Player A got this many points, player B got that many points; or a combined score), we will have to have a wait screen in between Test and the next Training trials, so that the other player can catch up.