I see that there is a way to pass metadata into the result and update it but can't seems to find the way how to update answer data via API. Is this possible?
May I ask for the business case to see if there is any workaround?
I had a similar requirement some time ago as we had a contact block included which collected personal data. If the customer decided to stay anonymous at the end, we wanted to clear those answers via API. Our workaround, however, was to just only ask for this data after the confidentialy question. Another workaround would have been to store the answers in some embedded data fields and clear the actual inputs with JavaScript when the page was submitted.
Is there a way to set variables via API so that they can be used within the dashboard for better data analysis?
Could you provide more details on how you want to connect a question and what you want to show in the dashboard? Some specific example would be good.
In q1 and q2 i’ve used external widget to collect answers. After the response was submitted external provider sets embedded data associated the response by using API.
My response embedded data will look something like this:
{
"q1": "Answer 1",
"q2": "Answer 2",
}
So at this point i need a dashboard that for q1 and q2 it would always use embedded data mapped by question id and for q3 and q4 it would use standard answer data.
q1 | q2 | q3 | q4 | |
---|---|---|---|---|
response | Answer 1 (from embedded data) | Answer 2 (from embedded data) | Answer 3 (form answer data) | Answer 4 (from answer data) |
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.