diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B1.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B1.cs index 86afe238..941340e6 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B1.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B1.cs @@ -8,5 +8,5 @@ public class B1() : SingleChoiceQuestion("Spent time in care as a child", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B10.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B10.cs index d369f109..054311d6 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B10.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B10.cs @@ -8,5 +8,5 @@ public class B10() : SingleChoiceQuestion("Felt safe at home", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B11.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B11.cs index 9f89aae8..0fcb6aa1 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B11.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B11.cs @@ -8,5 +8,5 @@ public class B11() : SingleChoiceQuestion("Enjoyed going to school", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B12.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B12.cs index 5e46bcf2..079032bc 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B12.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B12.cs @@ -8,5 +8,5 @@ public class B12() : SingleChoiceQuestion("Parent or guardian had a drug / alcoh { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B13.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B13.cs index da7dd2c0..84e01ac7 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B13.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B13.cs @@ -8,5 +8,5 @@ public class B13() : SingleChoiceQuestion("Parent or guardian was seriously ill { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B14.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B14.cs index c711e5aa..7848cdc9 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B14.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B14.cs @@ -8,5 +8,5 @@ public class B14() : SingleChoiceQuestion("Had a close friend you could confide { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B15.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B15.cs index 1e76f819..bdbbf4df 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B15.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B15.cs @@ -8,5 +8,5 @@ public class B15() : SingleChoiceQuestion("Had someone you looked up to", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B2.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B2.cs index 333c8626..0a3fd0b3 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B2.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B2.cs @@ -8,5 +8,5 @@ public class B2() : SingleChoiceQuestion("Spent most of childhood in the same fa { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B3.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B3.cs index 2e8b0bdd..1d94d9d9 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B3.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B3.cs @@ -8,5 +8,5 @@ public class B3() : SingleChoiceQuestion("Suffered abuse or neglect as a child", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B4.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B4.cs index ca2e6137..5518830f 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B4.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B4.cs @@ -8,5 +8,5 @@ public class B4() : SingleChoiceQuestion("Had a difficult childhood", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B5.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B5.cs index 7c88d529..61989309 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B5.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B5.cs @@ -8,5 +8,5 @@ public class B5() : SingleChoiceQuestion("Both parents/guardians were mostly pre { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B6.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B6.cs index dd8128b8..b7f0201a 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B6.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B6.cs @@ -8,5 +8,5 @@ public class B6() : SingleChoiceQuestion("At least one parent or guardian was mo { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B7.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B7.cs index 5d33d923..02e6c62c 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B7.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B7.cs @@ -8,5 +8,5 @@ public class B7() : SingleChoiceQuestion("A parent or guardian was in trouble wi { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B8.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B8.cs index 2a19e242..154c5db0 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B8.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B8.cs @@ -8,5 +8,5 @@ public class B8() : SingleChoiceQuestion("A parent or guardian spent time in pri { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B9.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B9.cs index 73510665..b2a476dc 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B9.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B9.cs @@ -8,5 +8,5 @@ { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A1.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A1.cs index 5ee0324c..ba8163bb 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A1.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A1.cs @@ -9,5 +9,5 @@ public class A1() : SingleChoiceQuestion("Consider yourself a religious person", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A10.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A10.cs index 9ea30f29..cb8adcf0 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A10.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A10.cs @@ -9,5 +9,5 @@ public class A10() : SingleChoiceQuestion("Are/have been a member of a gang", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A11.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A11.cs index 7e5c4d47..c0bab68b 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A11.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A11.cs @@ -9,5 +9,5 @@ public class A11() : SingleChoiceQuestion("Have carried an illegal weapon at som { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A12.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A12.cs index f42c1cef..9ebbcd6a 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A12.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A12.cs @@ -9,5 +9,5 @@ public class A12() : SingleChoiceQuestion("Have undertaken prostitution or sex w { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A13.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A13.cs index 5052a9b6..c0c836b0 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A13.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A13.cs @@ -9,5 +9,5 @@ public class A13() : SingleChoiceQuestion("Feel you are being taken advantage of { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A14.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A14.cs index 5a64def2..87d7ad5b 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A14.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A14.cs @@ -9,5 +9,5 @@ public class A14() : SingleChoiceQuestion("Feel you are part of a community ", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A15.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A15.cs index 49052816..d24f98ac 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A15.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A15.cs @@ -9,5 +9,5 @@ public class A15() : SingleChoiceQuestion("Feel you have been discriminated agai { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A16.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A16.cs index 31640637..592eddc1 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A16.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A16.cs @@ -8,5 +8,5 @@ public class A16() : SingleChoiceQuestion("Feel you generally share the same vie { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A17.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A17.cs index 56c7f1bd..00be53f4 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A17.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A17.cs @@ -9,5 +9,5 @@ public class A17() : SingleChoiceQuestion("Feel you are always getting into trou { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A18.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A18.cs index 36ec327f..5ee55cfb 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A18.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A18.cs @@ -9,5 +9,5 @@ public class A18() : SingleChoiceQuestion("Regret the offence(s) you committed", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A19.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A19.cs index 9ddbc953..404bd9ac 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A19.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A19.cs @@ -9,5 +9,5 @@ public class A19() : SingleChoiceQuestion("Feel your current situation is not yo { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A2.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A2.cs index efaf52a3..ecb484a9 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A2.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A2.cs @@ -9,5 +9,5 @@ public class A2() : SingleChoiceQuestion("Practise your faith regularly", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A20.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A20.cs index b134256f..2a1b7c4f 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A20.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A20.cs @@ -9,5 +9,5 @@ public class A20() : SingleChoiceQuestion("Feel you are a better person than you { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A3.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A3.cs index 4e2d52b0..6ea5469d 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A3.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A3.cs @@ -9,5 +9,5 @@ public class A3() : SingleChoiceQuestion("Gay, lesbian, bisexual, or other non-h { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A4.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A4.cs index cc1f6a77..ac969c74 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A4.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A4.cs @@ -9,5 +9,5 @@ public class A4() : SingleChoiceQuestion("Gender you identify with is different { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A5.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A5.cs index fdab4654..7b6cbae4 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A5.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A5.cs @@ -9,5 +9,5 @@ public class A5() : SingleChoiceQuestion("A member of a Gypsy or Irish traveller { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A6.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A6.cs index ed156c05..657e2200 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A6.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A6.cs @@ -9,5 +9,5 @@ public class A6() : SingleChoiceQuestion("A member of the Roma community", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A7.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A7.cs index 555c4ad7..2f4057c5 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A7.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A7.cs @@ -9,5 +9,5 @@ public class A7() : SingleChoiceQuestion("Served in the British Armed Forces, in { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A8.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A8.cs index 0ddd3824..222c71e5 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A8.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A8.cs @@ -9,5 +9,5 @@ public class A8() : SingleChoiceQuestion("Undertook an operational tour with the { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A9.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A9.cs index 680e00f6..cb0de2c2 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A9.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A9.cs @@ -9,5 +9,5 @@ { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C1.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C1.cs index 16ddeffc..b0ea563c 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C1.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C1.cs @@ -8,5 +8,5 @@ public class C1() : SingleChoiceQuestion("Had a loved one become seriously ill o { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C10.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C10.cs index e3ff853b..b178690d 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C10.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C10.cs @@ -8,5 +8,5 @@ { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C2.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C2.cs index 00d76888..9e90f9b3 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C2.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C2.cs @@ -8,5 +8,5 @@ public class C2() : SingleChoiceQuestion("Got engaged, married, entered a civil { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C3.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C3.cs index 7281fdca..421834cf 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C3.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C3.cs @@ -8,5 +8,5 @@ public class C3() : SingleChoiceQuestion("Became a parent", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C4.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C4.cs index ea68f919..b115802f 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C4.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C4.cs @@ -8,5 +8,5 @@ { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C5.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C5.cs index cceddcae..f858a825 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C5.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C5.cs @@ -8,5 +8,5 @@ public class C5() : SingleChoiceQuestion("Left a significant long-term relations { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C6.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C6.cs index 85284b8b..57646619 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C6.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C6.cs @@ -8,5 +8,5 @@ public class C6() : SingleChoiceQuestion("Subject to verbal abuse or harassment" { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C7.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C7.cs index af37baa0..2e117a46 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C7.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C7.cs @@ -8,5 +8,5 @@ public class C7() : SingleChoiceQuestion("Subject to violence or harm by another { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C8.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C8.cs index c51f4d38..ac5240d4 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C8.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C8.cs @@ -8,5 +8,5 @@ public class C8() : SingleChoiceQuestion("Lost your job", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C9.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C9.cs index 2ef1f1da..ae0ff768 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C9.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C9.cs @@ -8,5 +8,5 @@ { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file