You can setup redirect with response data using following steps.
1) Open survey --> builder
2) Go to advance settings
3) Insert below script in header code injection.
<script>
var redirectWithResponseData = true;
</script>
When survey redirects to external URL, URL would contain survey data in URL as query string parameters.