Skip to content
New issue

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

Add a button to upload a JSON file with the interview structure #905

Closed
nonprofittechy opened this issue Dec 4, 2023 · 1 comment · Fixed by #909
Closed

Add a button to upload a JSON file with the interview structure #905

nonprofittechy opened this issue Dec 4, 2023 · 1 comment · Fixed by #909
Labels

Comments

@nonprofittechy
Copy link
Member

nonprofittechy commented Dec 4, 2023

It should include:

  1. A representation of the questions of the interview, including question, subquestion, fields, and datatypes. It will only include non-built-in questions.
  2. An interview order block that includes both built-in and custom fields, just the top one per each screen

Sample PDF:
Fax_cover_sheet.pdf

Sample JSON formats, showing some acceptable variations in the input: it can be a dictionary with a key "questions", one with both "questions" and "interview order", or just a list of questions without an outer dictionary.

fax_cover_sheet.json
fax_cover_sheet_from_chatgpt.json
fax_cover_sheet_no_interview_order.json

@nonprofittechy
Copy link
Member Author

See also #907

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant