diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json index d6d25a7d..618e8184 100644 --- a/edivorce/fixtures/Question.json +++ b/edivorce/fixtures/Question.json @@ -1470,5 +1470,64 @@ }, "model": "core.question", "pk": "total_paid_child_support" +}, +{ + "fields": { + "name": "How many child(ren) are 19 years or older for whom you are asking for support?", + "description": "For Step 6, Your children - Income & expenses - Fact Sheet D Child(ren) 19 Years or Older", + "summary_order": 0, + "required": "Conditional", + "conditional_target": "claimant_children", + "reveal_response": "" + }, + "model": "core.question", + "pk": "number_children_over_19_need_support" +}, +{ + "fields": { + "name": "What is the monthly amount that {{ conditional_logic_based_on_input }} will be paying for child support(as per Schedule 1 of the Federal Child Support Guidelines)?", + "description": "For Step 6, Your children - Income & expenses - Fact Sheet D Child(ren) 19 Years or Older", + "summary_order": 0, + "required": "Conditional", + "conditional_target": "claimant_children", + "reveal_response": "" + }, + "model": "core.question", + "pk": "total_spouse_paid_child_support" +}, +{ + "fields": { + "name": "Do you and your spouse agree that the monthly Guidelines table amount for child support is appropriate?", + "description": "For Step 6, Your children - Income & expenses - Fact Sheet D Child(ren) 19 Years or Older", + "summary_order": 0, + "required": "Conditional" + }, + "model": "core.question", + "pk": "agree_to_child_support_amount" +}, +{ + "fields": { + "name": "What would be the appropriate amount?", + "description": "For Step 6, Your children - Income & expenses - Fact Sheet D Child(ren) 19 Years or Older", + "summary_order": 0, + "required": "Conditional", + "conditional_target": "agree_to_child_support_amount", + "reveal_response": "YES" + }, + "model": "core.question", + "pk": "total_spouse_paid_child_support" +}, +{ + "fields": { + "name": "Please describe - Why do you think the court should approve your proposed amount?", + "description": "For Step 6, Your children - Income & expenses - Fact Sheet D Child(ren) 19 Years or Older", + "summary_order": 0, + "required": "Conditional", + "conditional_target": "agree_to_child_support_amount", + "reveal_response": "YES" + }, + "model": "core.question", + "pk": "suggested_child_support" } + ]