Can I deploy a map in my survey? i.e. interactive Google maps
Yes you can include any javascript APIs within your survey.
You will need to read the relevant API documentation and implement within your survey within script tags. Do this by creating a text element then selecting the codeview </> button to paste raw html and scripts.
Two things to note.
- SurveyEngine executes all javascript within a ‘container’ this prevents JS errors breaking the rest of the survey
- JQuery is natively included, so this does not need to be included.