-
Notifications
You must be signed in to change notification settings - Fork 20
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
Cannot drop answer onto input field #64
Comments
Can you export an example question to xml and send it to me at marcusgreen at mailbox.org |
Thank you for sending me the xml. I have reproduced the issue and will work on it further. |
Thanks for taking a look at this. |
I may have a solution, are you able to install an updated css file and purge caches, or are you limited to getting the next version from the moodle.org plugins database. |
I can make the modified version available for you to test on a publicly visible website. |
I can do anything on my dev machine. You can just send me the updated css for testing. |
Get a copy of the current version of this |
That solves it. Thanks for the quick fix :) |
Thanks for the feedback, very much appreciated. Can I mention you in the credits for the next release |
Sure, much appreciated as well. |
If I want to drag the answer "Anwendung von physikalischen Effekten" into the second input field I have to drop it onto the area outlined in green here:
In this screenshot I paused the JavaScript at the moment that I clicked the answer text to start dragging it. I set a breakpoint in jquery-ui.js in the function "_cacheHelperProportions". I did click the answer that I underlined in red. But then a copy of it is being created or made visible which I encircled on the right. That element then immediately gets moved to my cursor and I can drag it around. But when I drag it around it has different dimensions than in the screenshot. It's one line instead of four. I think that's why all the drop areas are effectively to the top and right of the input fields when dragging this specific answer. With the one-word answers I don't have this problem and with the two-word answers it's less pronounced.
The text was updated successfully, but these errors were encountered: