-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support drag-and-drop feature #122
Comments
I see |
@rgaudin This is a bug we can? should fix? |
Not a bug. We cannot support user uploading data (except if the process is done in JS, which is not the case with drag and drop xblock if I remember) |
Should we close the ticket than if thi sis not fixable? |
I think drag and drop can be implemented, but requires a bit of work. In drag and drop, what happens is there's some items which can be dragged, and some zones on which they can be dropped upon. Each of these items have a value and each of these zones have a value attribute. The whole process of dragging and dropping an item is controlled by a JavaScript file and the process flow is as follows -
Also,
So, what I think is we can support this xblock in the following way -
In this way at least we can support the standard mode and the constraints on requests would be as follows -
I think the assessments mode support cannot be there as that would also require that we consider all combinations of the aforementioned requests and that would mean insanely large number of POST requests. So to answer your question @kelson42 , I think this ticket shall be kept alive with enhancement lable instead of the bug label. |
Agrees, would be a nice addition. |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
drag and drop does not work in this task (Topic 9, Unit 1)
The text was updated successfully, but these errors were encountered: