We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue: json responses from surveyor surveys are not including any validation
example of current json response:
{ uuid: "fbb547d6-fd91-4e54-b40c-a3d6b8ef57fb", answers: [ { uuid: "f59535e7-b698-4d48-b456-701f1cce343d", text: "Integer", type: "integer", input_mask: "9999", input_mask_placeholder: "Y" } ], dependency: { rule: "A", conditions: [ { rule_key: "A", operator: "==", question: "d42730de-c2eb-43c6-afe9-8acd5db957e1", answer: "69841716-8b5b-4cb7-871e-c9b52f3df79d" } ] }, text: "What year was your <b><u>biological mother</u></b> born?", help_text: "Please answer in YYYY format.", reference_identifier: "year" },
from a template:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
issue: json responses from surveyor surveys are not including any validation
example of current json response:
from a template:
The text was updated successfully, but these errors were encountered: