diff --git a/edivorce/apps/core/templates/question/06_children_your_children.html b/edivorce/apps/core/templates/question/06_children_your_children.html
index 5323b476..155a6dd0 100644
--- a/edivorce/apps/core/templates/question/06_children_your_children.html
+++ b/edivorce/apps/core/templates/question/06_children_your_children.html
@@ -460,7 +460,7 @@
How many children spend more than 60 percent of their time with you and for whom you are asking for support?
diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json
index 44465768..d6d25a7d 100644
--- a/edivorce/fixtures/Question.json
+++ b/edivorce/fixtures/Question.json
@@ -1410,5 +1410,65 @@
},
"model": "core.question",
"pk": "additional_relevant_spouse_children_info"
+},
+{
+ "fields": {
+ "name": "How many children spend more than 60 percent of their time with you and for whom you are asking for support?",
+ "description": "For Step 6, Your children - Your children - Fact Sheet C Split Custody",
+ "summary_order": 0,
+ "required": "Conditional",
+ "conditional_target": "claimant_children",
+ "reveal_response": ""
+ },
+ "model": "core.question",
+ "pk": "number_of_children_claimant"
+},
+{
+ "fields": {
+ "name": "How do I calculate annual income?",
+ "description": "For Step 6, Your children - Your children - Fact Sheet C Split Custody",
+ "summary_order": 0,
+ "required": "Conditional",
+ "conditional_target": "claimant_children",
+ "reveal_response": ""
+ },
+ "model": "core.question",
+ "pk": "spouse_annual_income"
+},
+{
+ "fields": {
+ "name": "What is the monthly amount for child support payable by your spouse (as per Federal Child Support Tables)?",
+ "description": "For Step 6, Your children - Your children - Fact Sheet C Split Custody",
+ "summary_order": 0,
+ "required": "Conditional",
+ "conditional_target": "claimant_children",
+ "reveal_response": ""
+ },
+ "model": "core.question",
+ "pk": "total_spouse_paid_child_support"
+},
+{
+ "fields": {
+ "name": "How do I calculate annual income?",
+ "description": "For Step 6, Your children - Your children - Fact Sheet C Split Custody",
+ "summary_order": 0,
+ "required": "Conditional",
+ "conditional_target": "claimant_children",
+ "reveal_response": ""
+ },
+ "model": "core.question",
+ "pk": "claimant_annual_income"
+},
+{
+ "fields": {
+ "name": "What is the monthly amount for child support payable by you (as per Federal Child Support Tables)?",
+ "description": "For Step 6, Your children - Your children - Fact Sheet C Split Custody",
+ "summary_order": 0,
+ "required": "Conditional",
+ "conditional_target": "claimant_children",
+ "reveal_response": ""
+ },
+ "model": "core.question",
+ "pk": "total_paid_child_support"
}
]