NIST-BWS / wsabi

iOS Client for WS-Biometric Devices
http://bws.nist.gov
8 stars 0 forks source link

Think about screenshot frequency in user testing add-on #51

Closed nbcl-maronoff closed 13 years ago

nbcl-maronoff commented 13 years ago

We need to figure out how often screenshots will be captured. (I've got the code to create a screenshot programmatically, it's just a question of how often we invoke it). Things to consider:

Anyway, to ponder.

nbcl-kkgreene commented 13 years ago

I'm more concerned with the touch log (timestamped X,Y coordinates at least—haven't thought too much beyond that yet, maybe touch duration/dwell?) than the screenshots for sure. Most touches won't change the system in a way that's really screen-shot-worthy-interesting. Reconstructing screenshots based on the usual Vanilla touch sequences won't be hard. For the rarer and more interesting Mango touch sequences, may be a little harder, but if there were a way to add system-state info interleaved with the touch data, you'd still easily have all the detail needed to reconstruct. In sum: we can make screenshots at any point, but we can only collect quantitative data from real users at the necessary fine level of granularity if we do it during testing.