Two things to do:
- Preserve your master list of answers. Do this by using the copy List block to a new list you will use for your answer list
- When a user selects an answer, delete the selection from your answer list by using the remove item from list block and the selection.index (I assume you are using a spinner, listview or listpicker for the answers). Then reload the elements of the list to your chosen list display.