Customizable individual response reports accessible via web URL
- Using the Qualtrics API, QuickView queries for the requested response set and generates a report on the fly
- Dynamically responds to the structure of any Qualtrics survey
Walker-hosted solution via AWS
- When users visit a QuickView URL, this fires an event to our AWS API gateway
- The API gateway then parses the payload from the request, before passing it on to our AWS lambda
- The lambda is then responsible for querying the appropriate API endpoints to accumulate all response and survey data, before compiling that into an HTML report which is then returned to the user