Hey, this is not really a bug, but rather a question of functionality. I want to change the position of the group answer boxes to be left-to-right, rather than top-down. I tried to change their position with CSS and was successful. However, the questions were not recognized as being answered correctly. I realized that the javascript to recognize correct questions should also be changed. But the javascript is a little beyond me. What do I need to change to make the group boxes get laid out left to right and be recognized correctly as correct answers?

CommentFileSizeAuthor
#1 grouping_question.js_.txt3.61 KBvoja_

Comments

voja_’s picture

Issue summary: View changes
StatusFileSize
new3.61 KB

I've tackled this by remembering the groups left position, height and width, and also tracked the left position of the member (the draggable element). If the member's top and left position was within the group's area, then it'll add it into the hidden input field.
Attached is a txt file of the entire js file.