Integrate with SPSS
Integrating with SPSS is a simple matter of adding the following custom HTML question with the "platform" attribute set to spss.
<phonic-mic
surveyid="paste-survey-id"
questionid="paste-question-id"
platform="spss"
responseid="OPTIONAL_ID"
>
</phonic-mic>
<script type="text/javascript" src="https://api.phonic.ai/phonic-embed.min.js">
</script>
While not mandatory, setting the platform attribute to "spss" modifies the default embedded widget behaviour in a few ways.
- Hides the Next Question button, effectively making the question mandatory.
- Automatically advancing when the audio response successfully submits.