Last active
January 22, 2025 23:25
-
-
Save meetchandan/c4844609f76995c19eeb014b5d0bbff3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"question_groups": [ | |
{ | |
"group_title": "Group A", | |
"group_position": 1, | |
"questions": [ | |
{ | |
"question_code": "Q1", | |
"question": "Question 1", | |
"bool_input_condition": "mandatory", | |
"text_input_condition": "optional", | |
"file_input_condition": "not_required", | |
"date_input_condition": "not_required" | |
}, | |
{ | |
"question_code": "Q2", | |
"question": "Question 2", | |
"bool_input_condition": "mandatory", | |
"text_input_condition": "not_required", | |
"file_input_condition": "optional", | |
"date_input_condition": "not_required" | |
} | |
] | |
}, | |
{ | |
"group_title": "Group B", | |
"group_position": 2, | |
"questions": [ | |
{ | |
"question_code": "Q3", | |
"question": "Question 3", | |
"bool_input_condition": "not_required", | |
"text_input_condition": "not_required", | |
"file_input_condition": "not_required", | |
"date_input_condition": "mandatory" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment