I'm trying to set up on my website a way for municipilaties to answer a survey discussing their current affordable housing programs and, based on their responses, to share recommendations for actions they are not taken from a much larger list of best practices. It essentially involves:
1. Input - survey responses
2. Logic - based on responses, determining which of our recommendations are relevant
3. Output - for the survey completer, ideally a pdf doc or just a webpage with the recommendations listed
I've done some looking at recommender systems which seem more complex than I need. The questions in the survey correspond directly with recommendations (i.e. if they are doing this, we won't put it as a best practice recommendation).
Does anyone know of a tool I can look at to easily set one up? Or is there a better term to describe this type of system than what I am using (recommender system)?