Hej !
We use a webhook with Typeform that send us the user’s responses.
The data we get has a field named “form_response” then “definition” what is cool because it gives the “real definition” of the form that the user answered.
I mean the “real definition” because let’s say that if a form defintion is modified in time, like questions are added, question’s ordre modified, questions are deleted, it modifies the form definition.
Having the “real defintion” in the data response, guaranties us having the right user’s questions and answers.
BUT the data response does not include the “logic” part of the form where from we can calculate de scoreMax a user can get.
This data is only on the form defintion.
But as said upper, the form defintion can be modified in time, so we can’t really guarante that the user’s responses score “match” with the current form defintion scoreMax.
Idk if it’s all clear, I’m sorry for my poor english, but my final question is : As we have a field named “score” in the user’s data response (in a webhook), “form_response.calculated.score”, maybe you can include a “form_response.calculated.scoreMax” ?
Regards,