I have a survey data that asked multiple-choice questions. For example, one of the questions asked why you decided to live in the current house. Respondents can select multiple choices (there are 25 options in total). The answer is recorded like a dummy variable, 1 is the selection of the option and 0 is not. I looks like this:$$ {\rm Answer\ for \ Question \ 1} =({\rm Option}_1, {\rm Option}_2, \cdots, {\rm Option}_n) = (0,1,0,0,\cdots,1) $$
I conducted a factor analysis and found that there are four factors. I want to know what people think important in deciding house. For example, if factors are space, cost, area, and security, I want to say people in the sample prioritize cost over all other factors, space is the second most important and so on.
Is there any method to do so?