Making choices from a list

how to create a form where you have to make 3 choices but when you select the first one it disappears from the list

Welcome back to the community, @kirori! Could you also let the community know if this for the select_one or select_multiple question type question?

It’s a multiple select, but it I chose the first one it disappears from the list and so on.

@kirori, is this something you are looking at?

I appreciate.
I feel like missing something, it should be a a select_one. given an example: Which are the three best food item in an order of importance. From a list of five items, choose three, first, second and third singly. once the first one is picked, it disappears from the list of five, this limit the chance of having it on the list and ending up choosing it again

So you want 3 questions
1st question:
option a
*option b
option c
option d
option e

(user selects option b in 1st question)

Then 2nd question
option a
option c
*option d
option e

Then 3rd question
option a
option c
option e

For this check Adding Cascading Select Questions, specifically check the last part Adding cascading question sets in XLSForm (Option 2)