DEV Community

Discussion on: How we created a web-based typing experiment

Collapse
 
fjones profile image
FJones • Edited

Some small issues I noticed, haven't looked at the code for specifics:

  • the radios are very area-sensitive and don't register unless clicked precisely
  • backspace on the first character of an input chunk jumps to the previous chunk, while only the next key press navigates back to the empty chunk
  • 0/O mismatch probably accounts for a lot of errors - you might want to consider that a separate variable for study, or eliminate it from the data

Note that the latter two would obviously have some impact on the results.