From c9d2245e6d4c527320d2a879a455b7bd2ec4c2d0 Mon Sep 17 00:00:00 2001 From: Benard Ebinu Date: Thu, 11 Jan 2018 15:07:10 -0800 Subject: [PATCH] DIV-683,DIV-682,DIV-685 - questions implemented --- .../question/06_children_payor_medical.html | 31 ++++++++++++++-- edivorce/fixtures/Question.json | 36 +++++++++++++++++++ 2 files changed, 65 insertions(+), 2 deletions(-) diff --git a/edivorce/apps/core/templates/question/06_children_payor_medical.html b/edivorce/apps/core/templates/question/06_children_payor_medical.html index 5c82d9a8..c84b9eb2 100644 --- a/edivorce/apps/core/templates/question/06_children_payor_medical.html +++ b/edivorce/apps/core/templates/question/06_children_payor_medical.html @@ -158,8 +158,6 @@ - -
@@ -202,6 +200,35 @@ Federal Child Support Guidelines amount based on the income of the payor(s)? +
+ +
+
+ +
+
+ + + + {% endblock %} diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json index bdbc887e..f818103e 100644 --- a/edivorce/fixtures/Question.json +++ b/edivorce/fixtures/Question.json @@ -1544,5 +1544,41 @@ }, "model": "core.question", "pk": "child_support_in_order_reason" +}, +{ + "fields": { + "name": "Does this amount match with what is specified in the current Federal Child Support Guidelines amount based on the income of the payor(s)?", + "description": "For Step 6, Your children - Payor & medical expenses", + "summary_order": 0, + "required": "Conditional", + "conditional_target": "child_support_in_order_reason", + "reveal_response": "YES" + }, + "model": "core.question", + "pk": "does_payour_amount_match_guidelines" +}, +{ + "fields": { + "name": "Do you and the other parent agree (have consented) on the child support amount?", + "description": "For Step 6, Your children - Payor & medical expenses", + "summary_order": 0, + "required": "Conditional", + "conditional_target": "does_payour_amount_match_guidelines", + "reveal_response": "NO" + }, + "model": "core.question", + "pk": "claimants_agree_to_child_support_amount" +}, +{ + "fields": { + "name": "What special provisions have been made?", + "description": "For Step 6, Your children - Payor & medical expenses", + "summary_order": 0, + "required": "Conditional", + "conditional_target": "claimants_agree_to_child_support_amount", + "reveal_response": "NO" + }, + "model": "core.question", + "pk": "child_support_payment_special_provisions" } ]