Solved
How to build an avatar through the survey
As part of our survey, we need our participants to build their own customized avatar, based on a set number of characteristics (e.g. face shape, skin color, hair length, etc). We have pre-built avatars for all possible combinations of these characteristics.
Is there a way to map a specific set of responses to a single image file (i.e. if a participant selects "oval face shape", "light skin", and "long hair", then the appropriate image with those features will be displayed)? There are over 600 finished avatars so ideally we are not doing this with a brute force method. Any suggestions are much appreciated!
Best answer by TomG
If I were doing it, I would import the characteristics and image urls into a web database, then write a web service to lookup the image and return it as an embedded variable.
If you don't have the ability to do that, a second option would be to define a JS object with the all the characteristics and image urls. Then use JS to do the lookup.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
