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

feat(input): drag and drop #34

Open
eladzlot opened this issue Mar 19, 2015 · 1 comment
Open

feat(input): drag and drop #34

eladzlot opened this issue Mar 19, 2015 · 1 comment
Milestone

Comments

@eladzlot
Copy link
Contributor

This needs some more planning
maybe use this? http://www.quirksmode.org/js/dragdrop.html

@eladzlot
Copy link
Contributor Author

from @baranan
One example for a task with drag&drop is an IAT in which participants drag the target stimulus to its category. However, perhaps that task is usually implemented with simple clicking on the categories, rather than dragging.
Another example is a task in which in each trial the user moves an image (e.g., snakes and puppies) to a manikin that represents him/her.

It seems fine to me to use an enableDrag attribute in media or stimuli. And a mouse event for drop with two handles for the stimuli sounds useful.

Most uses I have seen so far for drag and drop in studies is for ranking items (order by importance). But that might be better implemented as a question type in piQuest.

@eladzlot eladzlot added this to the 0.3 milestone Mar 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant