I'm developing a small quiz game.Player is presented with 3 different options and he needs to drag and drop the answers to get the question correct.EXAMPLE
5 X 5 = 30
6 X 5 = 25
7 X 6 = 42
player needs to arrange the correct answer.In the above example player should be able to drop 25 at 5 x 5
and 30 should automatically come to the 6 x 5 place. I'm able to drag and drop 25 at 5 x 5 but I cannot
automatically move 30 to the place of 25 where that 25 started from.
Can anybody please tell me how to do