I am trying to implement a fill in the blanks game on my project. I am using flowlistviews for showing items on UI.
I have 2 flowlistviews aligned vertically on my project. The top flowlistview shows the questions and bottom flowlistview has its answers. I need to drag the answer from the bottom listview and drop it on the top list view.
Also instead of {{2fill}}
I need a blank space (underscore) on UI where the answer from bottom listview is dropping.
Screenshot
I have uploaded a video here, which contains the working of this game. I need to drag the answer from the bottom list and put it on the top list blank space. If the answer is right the player gets point and if the answer is wrong, the dragged item goes back to the bottom list as per the video.