For ease of explanation, I have separated the following mockup:
The idea is this:
Each of the options in the DIV is originally not visible, the idea is that an option is visible only after the user clicks. In addition, the option clicked is moved to the last div
, where a sentence is created based on the users' choices in the three boxes.
How can I make the user choose only one option per box (when selecting one, the previous selection is forgotten / blocked)? And how can I transfer these choices to the last div
, where a sentence will be formed?