what you would do is have a question like:
Check the instruments that you play:
- keyboard
- guitar
- drums
- bass
- etc
and then based on that answer, you would spit out an image for those they select. If you have PHP experience, then you'll be able to code the image results yourself. If not, it will be more difficult since I think the results are stored in a binary format (1 for the first option, 2 for the second, 4 for the third, etc). So, you need to take that result and break out what the actual answers were first before you spit out an image.
|