Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inference of shape type of demonstrations could be modified based on usage seen while at schools #7

Open
dhood opened this issue Sep 9, 2014 · 0 comments

Comments

@dhood
Copy link
Contributor

dhood commented Sep 9, 2014

Currently, the inference about which letter a demonstration was made for is done by combining information about the closest shape to the demonstration's location, and the 'active shape for demonstration.' The active shape for demonstration is used to break ties in the event that they arise, i.e. because a demonstration has been made equally-close (in terms of the ShapeDisplayManager's grid) to multiple shape types. Priority is given to the active shape for demonstration in this case, which by default is the most recently drawn shape. The active shape for demonstration may be manaully assigned, however, with a gesture (swipe with the finger on the tablet) at the position of another shape type.

At schools, it was seen that this inference scheme is not sufficient. On numerous occassions a demonstration was allowed to be sent to the controller which did not fit this protocol. It may be better to have the active shape for demonstration be used as the shape for demonstration all of the time, rather than just in the event of a tie between types. However, children were observed using the gesture capabilities for other purposes/accidentally, and this should be considered also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant