I would like (non-logged in) users to be able to come to the site, search for results that match certain criteria and then have the matching results displayed. Is this possible?
I'll try to explain in more detail by way of an example:
Survey
Q1. Which organisation are you from?
Q2. How good is food in your canteen (radio buttons)?
Q3. How clean are your toilets (radio buttons)?
Q4. How good are transport links (radio buttons)?
Ideal process for displaying results
- User comes to website.
- User is asked: "Which organisation would you like to see results for?"
- User enters some text.
- Text is searched against answers to Q1.
- Matching answers to Q1 are displayed.
- User selects one matching answer.
- Results (graphs and text ideally) for Q2, Q3 and Q4 are displayed.
Simpler(?) process for displaying results
- User comes to website.
- User is asked: "Which organisation would you like to see results for?"
- User selects from list of all answers to Q1
- Results (graphs and text ideally) for Q2, Q3 and Q4 are displayed.