How Do I Integrate with LimeSurvey?

The easiest way to integrate with LimeSurvey is to reference a token variable. These tokens can be enabled in your LimeSurvey settings, and act as response IDs.

<phonic-mic
surveyid="YOUR-SURVEY-ID"
questionid="YOUR-QUESTION-ID"
responseid="${TOKEN:TOKEN}">
</phonic-mic>
<script type="text/javascript" src="https://api.phonic.ai/phonic-embed.min.js"></script>