Check responses and record whether right or wrong #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From @mattbk on October 29, 2015 16:58
I haven't gotten through the whole process yet, but looking at the db schema (as I can understand it), the (x,y) of each click is stored, but the accuracy (comparison with target zones in
settings.json
) is not.These data should be stored in the database because it will save a step for the researcher.
Copied from original issue: mattbk/changeblindnesstest#5
Comparison is done at https://github.com/mattbk/changeblindnesstest/blob/master/index.php#L145.
Yes, but not stored in the database.
Done and stored in database.