diff --git a/lib/smart_answer_flows/marriage-abroad.rb b/lib/smart_answer_flows/marriage-abroad.rb index 2023defd260..53ca2b3c9fa 100644 --- a/lib/smart_answer_flows/marriage-abroad.rb +++ b/lib/smart_answer_flows/marriage-abroad.rb @@ -30,7 +30,7 @@ def define elsif %w(france monaco new-caledonia wallis-and-futuna).include?(calculator.ceremony_country) question :marriage_or_pacs? elsif calculator.ceremony_country_is_french_overseas_territory? - outcome :outcome_os_france_or_fot + outcome :outcome_marriage_in_france_or_french_overseas_territory else question :legal_residency? end @@ -61,11 +61,11 @@ def define next_node do |response| calculator.marriage_or_pacs = response if calculator.ceremony_country == 'monaco' - outcome :outcome_monaco + outcome :outcome_ceremonies_in_monaco elsif calculator.want_to_get_married? - outcome :outcome_os_france_or_fot + outcome :outcome_marriage_in_france_or_french_overseas_territory else - outcome :outcome_cp_france_pacs + outcome :outcome_civil_partnership_in_france_or_french_overseas_territory end end end @@ -90,205 +90,164 @@ def define next_node do |response| calculator.sex_of_your_partner = response if calculator.ceremony_country == 'brazil' && calculator.resident_outside_of_uk? - outcome :outcome_brazil_not_living_in_the_uk + outcome :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country elsif calculator.ceremony_country == "netherlands" - outcome :outcome_marriage_via_local_authorities + outcome :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries elsif calculator.ceremony_country == "portugal" - outcome :outcome_portugal + outcome :outcome_ceremonies_in_portugal elsif calculator.ceremony_country == "ireland" - outcome :outcome_ireland + outcome :outcome_ceremonies_in_ireland elsif calculator.ceremony_country == "switzerland" - outcome :outcome_switzerland + outcome :outcome_ceremonies_in_switzerland elsif calculator.ceremony_country == "spain" - outcome :outcome_spain + outcome :outcome_ceremonies_in_spain elsif calculator.ceremony_country == 'dominican-republic' - outcome :outcome_dominican_republic + outcome :outcome_ceremonies_in_dominican_republic elsif calculator.partner_is_opposite_sex? if calculator.ceremony_country == 'hong-kong' - outcome :outcome_os_hong_kong + outcome :outcome_opposite_sex_marriage_in_hong_kong elsif calculator.ceremony_country == 'germany' - outcome :outcome_os_germany + outcome :outcome_opposite_sex_marriage_in_germany elsif calculator.ceremony_country == 'oman' - outcome :outcome_os_oman + outcome :outcome_opposite_sex_marriage_in_oman elsif calculator.ceremony_country == 'belarus' - outcome :outcome_os_belarus + outcome :outcome_opposite_sex_marriage_in_belarus elsif calculator.ceremony_country == 'kuwait' - outcome :outcome_os_kuwait + outcome :outcome_opposite_sex_marriage_in_kuwait elsif calculator.ceremony_country == 'japan' - outcome :outcome_os_japan + outcome :outcome_opposite_sex_marriage_in_japan elsif calculator.resident_of_third_country? && ( calculator.opposite_sex_consular_cni_country? || %w(kosovo).include?(calculator.ceremony_country) || calculator.opposite_sex_consular_cni_in_nearby_country? ) - outcome :outcome_consular_cni_os_residing_in_third_country + outcome :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country elsif calculator.ceremony_country == 'norway' && calculator.resident_of_third_country? - outcome :outcome_consular_cni_os_residing_in_third_country + outcome :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country elsif calculator.ceremony_country == 'italy' - outcome :outcome_os_italy + outcome :outcome_opposite_sex_marriage_in_italy_when_residing_in_uk_or_italy elsif calculator.ceremony_country == 'cambodia' - outcome :outcome_os_cambodia + outcome :outcome_opposite_sex_marriage_in_cambodia elsif calculator.ceremony_country == "colombia" - outcome :outcome_os_colombia + outcome :outcome_opposite_sex_marriage_in_colombia elsif calculator.ceremony_country == 'germany' - outcome :outcome_os_germany + outcome :outcome_opposite_sex_marriage_in_germany elsif calculator.ceremony_country == "kosovo" - outcome :outcome_os_kosovo + outcome :outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo elsif calculator.ceremony_country == "indonesia" - outcome :outcome_os_indonesia + outcome :outcome_opposite_sex_marriage_in_indonesia elsif calculator.ceremony_country == "laos" && calculator.partner_is_not_national_of_ceremony_country? - outcome :outcome_os_marriage_impossible_no_laos_locals + outcome :outcome_opposite_sex_marriage_in_laos_without_lao_national elsif calculator.ceremony_country == "laos" - outcome :outcome_os_laos + outcome :outcome_opposite_sex_marriage_in_laos_with_lao_national elsif calculator.ceremony_country == 'poland' - outcome :outcome_os_poland + outcome :outcome_opposite_sex_marriage_in_poland_when_residing_in_uk_or_poland elsif calculator.ceremony_country == 'slovenia' - outcome :outcome_os_slovenia + outcome :outcome_opposite_sex_marriage_in_slovenia_when_residing_in_uk_or_slovenia elsif calculator.opposite_sex_consular_cni_country? || ( calculator.resident_of_uk? && calculator.opposite_sex_no_marriage_related_consular_services_in_ceremony_country? ) || calculator.opposite_sex_consular_cni_in_nearby_country? - outcome :outcome_os_consular_cni + outcome :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country elsif calculator.ceremony_country == "finland" && calculator.resident_of_uk? - outcome :outcome_os_consular_cni + outcome :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country elsif calculator.ceremony_country == "norway" && calculator.resident_of_uk? - outcome :outcome_os_consular_cni + outcome :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country elsif calculator.opposite_sex_affirmation_country? - outcome :outcome_os_affirmation + outcome :outcome_opposite_sex_marriage_in_affirmation_countries elsif calculator.ceremony_country_in_the_commonwealth? || calculator.ceremony_country == 'zimbabwe' - outcome :outcome_os_commonwealth + outcome :outcome_opposite_sex_marriage_in_commonwealth_countries elsif calculator.ceremony_country_is_british_overseas_territory? - outcome :outcome_os_bot + outcome :outcome_opposite_sex_marriage_in_british_overseas_territory elsif calculator.opposite_sex_no_consular_cni_country? || ( calculator.resident_outside_of_uk? && calculator.opposite_sex_no_marriage_related_consular_services_in_ceremony_country? ) - outcome :outcome_os_no_cni + outcome :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country elsif calculator.opposite_sex_marriage_via_local_authorities? - outcome :outcome_marriage_via_local_authorities + outcome :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries elsif calculator.opposite_sex_in_other_countries? - outcome :outcome_os_other_countries + outcome :outcome_opposite_sex_marriage_in_other_countries end elsif calculator.partner_is_same_sex? if %w(belgium norway).include?(calculator.ceremony_country) - outcome :outcome_ss_affirmation + outcome :outcome_same_sex_civil_partnership_in_affirmation_countries elsif calculator.same_sex_ceremony_country_unknown_or_has_no_embassies? - outcome :outcome_os_no_cni + outcome :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country elsif calculator.ceremony_country == "malta" - outcome :outcome_ss_marriage_malta + outcome :outcome_same_sex_marriage_and_civil_partnership_in_malta elsif calculator.same_sex_marriage_not_possible? - outcome :outcome_ss_marriage_not_possible + outcome :outcome_same_sex_marriage_and_civil_partnership_not_possible elsif calculator.ceremony_country == "germany" && calculator.partner_is_national_of_ceremony_country? - outcome :outcome_cp_or_equivalent + outcome :outcome_same_sex_civil_partnership elsif calculator.same_sex_marriage_country? || ( calculator.same_sex_marriage_country_when_couple_british? && calculator.partner_british? ) || calculator.same_sex_marriage_and_civil_partnership? - outcome :outcome_ss_marriage + outcome :outcome_same_sex_marriage_and_civil_partnership elsif calculator.civil_partnership_equivalent_country? - outcome :outcome_cp_or_equivalent + outcome :outcome_same_sex_civil_partnership elsif calculator.civil_partnership_cni_not_required_country? - outcome :outcome_cp_no_cni + outcome :outcome_same_sex_civil_partnership_in_no_cni_countries elsif %w(canada south-africa).include?(calculator.ceremony_country) - outcome :outcome_cp_commonwealth_countries + outcome :outcome_same_sex_civil_partnership_in_commonwealth_countries elsif calculator.civil_partnership_consular_country? - outcome :outcome_cp_consular + outcome :outcome_same_sex_civil_partnership_in_consular_countries else - outcome :outcome_cp_all_other_countries + outcome :outcome_same_sex_marriage_and_civil_partnership_in_other_countries end end end end - outcome :outcome_ireland - - outcome :outcome_switzerland - - outcome :outcome_marriage_via_local_authorities - - outcome :outcome_portugal - - outcome :outcome_os_germany - - outcome :outcome_os_kuwait - - outcome :outcome_os_indonesia - - outcome :outcome_os_laos - - outcome :outcome_os_japan - - outcome :outcome_os_hong_kong - - outcome :outcome_os_kosovo - - outcome :outcome_brazil_not_living_in_the_uk - - outcome :outcome_os_cambodia - - outcome :outcome_os_colombia - - outcome :outcome_os_oman - - outcome :outcome_os_poland - - outcome :outcome_os_slovenia - - outcome :outcome_monaco - - outcome :outcome_spain - - outcome :outcome_os_commonwealth - - outcome :outcome_os_bot - - outcome :outcome_os_belarus - - outcome :outcome_os_italy - - outcome :outcome_consular_cni_os_residing_in_third_country - - outcome :outcome_os_consular_cni - - outcome :outcome_os_france_or_fot - - outcome :outcome_os_affirmation - - outcome :outcome_os_no_cni - - outcome :outcome_os_other_countries - - #CP outcomes - outcome :outcome_cp_or_equivalent - - outcome :outcome_cp_france_pacs - - outcome :outcome_cp_no_cni - - outcome :outcome_cp_commonwealth_countries - - outcome :outcome_cp_consular - - outcome :outcome_cp_all_other_countries - - outcome :outcome_ss_marriage - - outcome :outcome_ss_marriage_not_possible - - outcome :outcome_ss_marriage_malta - - outcome :outcome_ss_affirmation - - outcome :outcome_os_marriage_impossible_no_laos_locals - - outcome :outcome_dominican_republic + outcome :outcome_ceremonies_in_dominican_republic + outcome :outcome_ceremonies_in_ireland + outcome :outcome_ceremonies_in_monaco + outcome :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries + outcome :outcome_ceremonies_in_portugal + outcome :outcome_ceremonies_in_spain + outcome :outcome_ceremonies_in_switzerland + outcome :outcome_civil_partnership_in_france_or_french_overseas_territory + outcome :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country + outcome :outcome_marriage_in_france_or_french_overseas_territory + outcome :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country + outcome :outcome_opposite_sex_marriage_in_affirmation_countries + outcome :outcome_opposite_sex_marriage_in_belarus + outcome :outcome_opposite_sex_marriage_in_british_overseas_territory + outcome :outcome_opposite_sex_marriage_in_cambodia + outcome :outcome_opposite_sex_marriage_in_colombia + outcome :outcome_opposite_sex_marriage_in_commonwealth_countries + outcome :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country + outcome :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country + outcome :outcome_opposite_sex_marriage_in_germany + outcome :outcome_opposite_sex_marriage_in_hong_kong + outcome :outcome_opposite_sex_marriage_in_indonesia + outcome :outcome_opposite_sex_marriage_in_italy_when_residing_in_uk_or_italy + outcome :outcome_opposite_sex_marriage_in_japan + outcome :outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo + outcome :outcome_opposite_sex_marriage_in_kuwait + outcome :outcome_opposite_sex_marriage_in_laos_with_lao_national + outcome :outcome_opposite_sex_marriage_in_laos_without_lao_national + outcome :outcome_opposite_sex_marriage_in_oman + outcome :outcome_opposite_sex_marriage_in_other_countries + outcome :outcome_opposite_sex_marriage_in_poland_when_residing_in_uk_or_poland + outcome :outcome_opposite_sex_marriage_in_slovenia_when_residing_in_uk_or_slovenia + outcome :outcome_same_sex_civil_partnership + outcome :outcome_same_sex_civil_partnership_in_affirmation_countries + outcome :outcome_same_sex_civil_partnership_in_commonwealth_countries + outcome :outcome_same_sex_civil_partnership_in_consular_countries + outcome :outcome_same_sex_civil_partnership_in_no_cni_countries + outcome :outcome_same_sex_marriage_and_civil_partnership + outcome :outcome_same_sex_marriage_and_civil_partnership_in_malta + outcome :outcome_same_sex_marriage_and_civil_partnership_in_other_countries + outcome :outcome_same_sex_marriage_and_civil_partnership_not_possible end end end diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_dominican_republic.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_dominican_republic.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_dominican_republic.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_dominican_republic.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ireland.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_ireland.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ireland.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_ireland.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_monaco.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_monaco.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_monaco.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_monaco.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_marriage_via_local_authorities.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_marriage_via_local_authorities.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_portugal.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_portugal.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_portugal.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_portugal.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_spain.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_spain.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_spain.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_spain.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_switzerland.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_switzerland.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_switzerland.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_switzerland.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_france_pacs.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_civil_partnership_in_france_or_french_overseas_territory.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_france_pacs.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_civil_partnership_in_france_or_french_overseas_territory.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_brazil_not_living_in_the_uk.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_brazil_not_living_in_the_uk.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_france_or_fot.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_marriage_in_france_or_french_overseas_territory.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_france_or_fot.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_marriage_in_france_or_french_overseas_territory.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_no_cni.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_no_cni.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_affirmation.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_affirmation_countries.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_affirmation.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_affirmation_countries.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_belarus.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_belarus.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_belarus.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_belarus.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_bot.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_british_overseas_territory.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_bot.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_british_overseas_territory.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_cambodia.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_cambodia.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_cambodia.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_cambodia.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_colombia.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_colombia.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_colombia.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_colombia.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_commonwealth.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_commonwealth_countries.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_commonwealth.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_commonwealth_countries.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_consular_cni_os_residing_in_third_country.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_consular_cni_os_residing_in_third_country.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_consular_cni.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_consular_cni.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_germany.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_germany.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_germany.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_germany.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_hong_kong.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_hong_kong.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_hong_kong.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_hong_kong.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_indonesia.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_indonesia.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_indonesia.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_indonesia.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_italy.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_italy_when_residing_in_uk_or_italy.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_italy.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_italy_when_residing_in_uk_or_italy.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_japan.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_japan.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_japan.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_japan.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_kosovo.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_kosovo.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_kuwait.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_kuwait.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_kuwait.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_kuwait.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_laos.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_laos_with_lao_national.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_laos.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_laos_with_lao_national.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_marriage_impossible_no_laos_locals.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_laos_without_lao_national.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_marriage_impossible_no_laos_locals.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_laos_without_lao_national.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_oman.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_oman.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_oman.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_oman.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_other_countries.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_other_countries.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_other_countries.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_other_countries.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_poland.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_poland_when_residing_in_uk_or_poland.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_poland.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_poland_when_residing_in_uk_or_poland.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_slovenia.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_slovenia_when_residing_in_uk_or_slovenia.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_slovenia.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_slovenia_when_residing_in_uk_or_slovenia.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_or_equivalent.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_or_equivalent.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ss_affirmation.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership_in_affirmation_countries.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ss_affirmation.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership_in_affirmation_countries.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_commonwealth_countries.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership_in_commonwealth_countries.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_commonwealth_countries.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership_in_commonwealth_countries.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_consular.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership_in_consular_countries.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_consular.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership_in_consular_countries.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_no_cni.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership_in_no_cni_countries.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_no_cni.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership_in_no_cni_countries.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ss_marriage.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_marriage_and_civil_partnership.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ss_marriage.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_marriage_and_civil_partnership.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ss_marriage_malta.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_marriage_and_civil_partnership_in_malta.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ss_marriage_malta.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_marriage_and_civil_partnership_in_malta.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_all_other_countries.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_marriage_and_civil_partnership_in_other_countries.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_all_other_countries.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_marriage_and_civil_partnership_in_other_countries.govspeak.erb diff --git a/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ss_marriage_not_possible.govspeak.erb b/lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_marriage_and_civil_partnership_not_possible.govspeak.erb similarity index 100% rename from lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ss_marriage_not_possible.govspeak.erb rename to lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_marriage_and_civil_partnership_not_possible.govspeak.erb diff --git a/test/data/marriage-abroad-files.yml b/test/data/marriage-abroad-files.yml index a1f64fcd400..0bc18b7a0e6 100644 --- a/test/data/marriage-abroad-files.yml +++ b/test/data/marriage-abroad-files.yml @@ -1,7 +1,7 @@ --- -lib/smart_answer_flows/marriage-abroad.rb: 2993b4913d5babc17aa5b9e4c4cc65f2 +lib/smart_answer_flows/marriage-abroad.rb: 5f58f1ff2e3e5c4852565a8eeccd4b52 test/data/marriage-abroad-questions-and-responses.yml: 2debf4d9c0e525b5fe3b44ca701e36e0 -test/data/marriage-abroad-responses-and-expected-results.yml: 46b94371065ebf17d97a71eaf3387dcc +test/data/marriage-abroad-responses-and-expected-results.yml: b1415318b0ecdba069d2fb6e601d4da1 lib/smart_answer_flows/marriage-abroad/marriage_abroad.govspeak.erb: b4d0cfc1c7c4776d968c9b5b6df85027 lib/smart_answer_flows/marriage-abroad/outcomes/_affirmation_os_translation_in_local_language_text.govspeak.erb: 4ac964ce5e41e3efaf0f43d11c71b2b7 lib/smart_answer_flows/marriage-abroad/outcomes/_appointment_documents_in_vietnam.govspeak.erb: 6390e13560110a71b8a3c0dc018ff4cf @@ -88,47 +88,54 @@ lib/smart_answer_flows/marriage-abroad/outcomes/_you_will_have_to_wait_to_get_ma lib/smart_answer_flows/marriage-abroad/outcomes/os_affirmation/_contact.govspeak.erb: 6cc6f30f8f2b076c5ccfc5e865663bc0 lib/smart_answer_flows/marriage-abroad/outcomes/os_affirmation/_fees.govspeak.erb: 91a208d92860e994e6f903cbd8a0d90a lib/smart_answer_flows/marriage-abroad/outcomes/os_affirmation/_what_you_need_to_do.govspeak.erb: f3b26a16b87e458dec9f089f527061a1 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_brazil_not_living_in_the_uk.govspeak.erb: e3fb0ad81caf8965909db65b7e14603f -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_consular_cni_os_residing_in_third_country.govspeak.erb: 1e7a021cd26dda11e159552200f61920 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_all_other_countries.govspeak.erb: 7e4e34579ba21e10c2a36b0a11241c24 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_commonwealth_countries.govspeak.erb: 19bb1b2a9333666a3cc254bfbc863ee2 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_consular.govspeak.erb: ea8d9a8a82daae843679eff7d942a627 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_france_pacs.govspeak.erb: 71ed894fbccf1cd2249915ceca553bf4 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_no_cni.govspeak.erb: d016ac758c0f76f20f0fc2de524b7065 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_cp_or_equivalent.govspeak.erb: 4f8a188718b127da5d74371b6563941f -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_dominican_republic.govspeak.erb: ac0bf8249eaa87f4caa39b46e12c7201 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ireland.govspeak.erb: 590afbca701db8127d5596e616abc53b -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_marriage_via_local_authorities.govspeak.erb: 3bae8886bb9b619aa509b7e6fc3dd178 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_monaco.govspeak.erb: ed16ccde85e5b0062e85addad4c21d44 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_affirmation.govspeak.erb: 66aa158650bfb56b8c55ceeca01dd310 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_belarus.govspeak.erb: 4cff70171666ca74ea4b8d05b1bfc1d7 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_bot.govspeak.erb: f9ce7bc3d0e5880606bf18b3f9cf1bc9 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_cambodia.govspeak.erb: b693e25f4030a1d19c6acd7cf1b3debe -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_colombia.govspeak.erb: a0860f0581acfa1e5533f3114569301c -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_commonwealth.govspeak.erb: 8709a00e420b96ca7378b89053e638f1 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_consular_cni.govspeak.erb: ec05977ac98e4d4fe0110b4a18bbaa41 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_france_or_fot.govspeak.erb: 71d74db77499d680423d7586ba9e0e61 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_germany.govspeak.erb: e5e8a3e5209c68f513e9dbe145a5b671 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_hong_kong.govspeak.erb: 9c1686c0a3ba24dff0297e4e04f2fae6 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_indonesia.govspeak.erb: 1ffe55ac72b22068cd8ad456662396d3 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_italy.govspeak.erb: 3ea5afa19033b886f75fdb0b0f0733de -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_japan.govspeak.erb: 12f014b4ee31161a7f5a63291ec4dbae -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_kosovo.govspeak.erb: c4885ff578037256da2ac442212ef797 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_kuwait.govspeak.erb: ce1cc1249bd11dc2e8c96ad1db0d6f21 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_laos.govspeak.erb: 9b46da7e894654d0c83bd6d5a53f8a35 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_marriage_impossible_no_laos_locals.govspeak.erb: 23fc1e82a139254773a19515d8cb73b7 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_no_cni.govspeak.erb: 5f136e2925649eb32a8769ada47adb79 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_oman.govspeak.erb: aa62405c74af2b606410b237da134140 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_other_countries.govspeak.erb: 78a93ced22021be5be431aafd3ba4e57 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_poland.govspeak.erb: 7d0b5e2490e3fd1d8b2657a5881533ad -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_os_slovenia.govspeak.erb: fedf4a19edb9a7677d59b27ad0e491dc -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_portugal.govspeak.erb: 7928e930761d5d6d2f32491194004c15 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_spain.govspeak.erb: 0695f1ee4b15779de0023eadd377f8e8 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ss_affirmation.govspeak.erb: cb480b319be828564ae5577ff5558034 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ss_marriage.govspeak.erb: d35500623beb6fd1efc1ecbf9ff92eb9 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ss_marriage_malta.govspeak.erb: 198f2cf34a2c9e2f91466fcbb6ceb15d -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ss_marriage_not_possible.govspeak.erb: 2c396fa00b70301c2f3ff952b2b6aee3 -lib/smart_answer_flows/marriage-abroad/outcomes/outcome_switzerland.govspeak.erb: 4cf5714aa31b252c55e159b24cd7b657 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_dominican_republic.govspeak.erb: ac0bf8249eaa87f4caa39b46e12c7201 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_ireland.govspeak.erb: 590afbca701db8127d5596e616abc53b +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_monaco.govspeak.erb: ed16ccde85e5b0062e85addad4c21d44 +? lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries.govspeak.erb +: 3bae8886bb9b619aa509b7e6fc3dd178 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_portugal.govspeak.erb: 7928e930761d5d6d2f32491194004c15 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_spain.govspeak.erb: 0695f1ee4b15779de0023eadd377f8e8 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_ceremonies_in_switzerland.govspeak.erb: 4cf5714aa31b252c55e159b24cd7b657 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_civil_partnership_in_france_or_french_overseas_territory.govspeak.erb: 71ed894fbccf1cd2249915ceca553bf4 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country.govspeak.erb: e3fb0ad81caf8965909db65b7e14603f +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_marriage_in_france_or_french_overseas_territory.govspeak.erb: 71d74db77499d680423d7586ba9e0e61 +? lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country.govspeak.erb +: 5f136e2925649eb32a8769ada47adb79 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_affirmation_countries.govspeak.erb: 66aa158650bfb56b8c55ceeca01dd310 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_belarus.govspeak.erb: 4cff70171666ca74ea4b8d05b1bfc1d7 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_british_overseas_territory.govspeak.erb: f9ce7bc3d0e5880606bf18b3f9cf1bc9 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_cambodia.govspeak.erb: b693e25f4030a1d19c6acd7cf1b3debe +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_colombia.govspeak.erb: a0860f0581acfa1e5533f3114569301c +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_commonwealth_countries.govspeak.erb: 8709a00e420b96ca7378b89053e638f1 +? lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country.govspeak.erb +: 1e7a021cd26dda11e159552200f61920 +? lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country.govspeak.erb +: ec05977ac98e4d4fe0110b4a18bbaa41 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_germany.govspeak.erb: e5e8a3e5209c68f513e9dbe145a5b671 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_hong_kong.govspeak.erb: 9c1686c0a3ba24dff0297e4e04f2fae6 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_indonesia.govspeak.erb: 1ffe55ac72b22068cd8ad456662396d3 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_italy_when_residing_in_uk_or_italy.govspeak.erb: 3ea5afa19033b886f75fdb0b0f0733de +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_japan.govspeak.erb: 12f014b4ee31161a7f5a63291ec4dbae +? lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo.govspeak.erb +: c4885ff578037256da2ac442212ef797 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_kuwait.govspeak.erb: ce1cc1249bd11dc2e8c96ad1db0d6f21 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_laos_with_lao_national.govspeak.erb: 9b46da7e894654d0c83bd6d5a53f8a35 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_laos_without_lao_national.govspeak.erb: 23fc1e82a139254773a19515d8cb73b7 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_oman.govspeak.erb: aa62405c74af2b606410b237da134140 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_other_countries.govspeak.erb: 78a93ced22021be5be431aafd3ba4e57 +? lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_poland_when_residing_in_uk_or_poland.govspeak.erb +: 7d0b5e2490e3fd1d8b2657a5881533ad +? lib/smart_answer_flows/marriage-abroad/outcomes/outcome_opposite_sex_marriage_in_slovenia_when_residing_in_uk_or_slovenia.govspeak.erb +: fedf4a19edb9a7677d59b27ad0e491dc +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership.govspeak.erb: 4f8a188718b127da5d74371b6563941f +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership_in_affirmation_countries.govspeak.erb: cb480b319be828564ae5577ff5558034 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership_in_commonwealth_countries.govspeak.erb: 19bb1b2a9333666a3cc254bfbc863ee2 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership_in_consular_countries.govspeak.erb: ea8d9a8a82daae843679eff7d942a627 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_civil_partnership_in_no_cni_countries.govspeak.erb: d016ac758c0f76f20f0fc2de524b7065 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_marriage_and_civil_partnership.govspeak.erb: d35500623beb6fd1efc1ecbf9ff92eb9 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_marriage_and_civil_partnership_in_malta.govspeak.erb: 198f2cf34a2c9e2f91466fcbb6ceb15d +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_marriage_and_civil_partnership_in_other_countries.govspeak.erb: 7e4e34579ba21e10c2a36b0a11241c24 +lib/smart_answer_flows/marriage-abroad/outcomes/outcome_same_sex_marriage_and_civil_partnership_not_possible.govspeak.erb: 2c396fa00b70301c2f3ff952b2b6aee3 lib/smart_answer_flows/marriage-abroad/questions/country_of_ceremony.govspeak.erb: 719ab4aed5ee84c7ed03585be9eb3b19 lib/smart_answer_flows/marriage-abroad/questions/legal_residency.govspeak.erb: 70b17d697d07cac396a61cb25453ade0 lib/smart_answer_flows/marriage-abroad/questions/marriage_or_pacs.govspeak.erb: a51aecfac697188f90ca9efefcb2e0ea diff --git a/test/data/marriage-abroad-responses-and-expected-results.yml b/test/data/marriage-abroad-responses-and-expected-results.yml index 4fb174a744f..7bf8311d398 100644 --- a/test/data/marriage-abroad-responses-and-expected-results.yml +++ b/test/data/marriage-abroad-responses-and-expected-results.yml @@ -23,7 +23,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -31,7 +31,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -46,7 +46,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -54,7 +54,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -69,7 +69,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -77,7 +77,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -98,7 +98,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -106,7 +106,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -121,7 +121,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -129,7 +129,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -144,7 +144,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -152,7 +152,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -173,7 +173,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -181,7 +181,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -196,7 +196,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -204,7 +204,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -219,7 +219,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -227,7 +227,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -253,7 +253,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -261,7 +261,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -276,7 +276,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -284,7 +284,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -299,7 +299,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -307,7 +307,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -328,7 +328,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -336,7 +336,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -351,7 +351,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -359,7 +359,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -374,7 +374,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -382,7 +382,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -403,7 +403,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -411,7 +411,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -426,7 +426,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -434,7 +434,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -449,7 +449,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -457,7 +457,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -483,7 +483,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -491,7 +491,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -506,7 +506,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -514,7 +514,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -529,7 +529,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -537,7 +537,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -558,7 +558,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -566,7 +566,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -581,7 +581,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -589,7 +589,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -604,7 +604,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -612,7 +612,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -633,7 +633,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -641,7 +641,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -656,7 +656,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -664,7 +664,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -679,7 +679,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -687,7 +687,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -713,7 +713,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -721,7 +721,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -736,7 +736,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -744,7 +744,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -759,7 +759,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -767,7 +767,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -788,7 +788,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -796,7 +796,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -811,7 +811,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -819,7 +819,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -834,7 +834,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -842,7 +842,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -863,7 +863,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -871,7 +871,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -886,7 +886,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -894,7 +894,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -909,7 +909,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -917,7 +917,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -943,7 +943,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -951,7 +951,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -966,7 +966,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -974,7 +974,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -989,7 +989,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -997,7 +997,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -1018,7 +1018,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1026,7 +1026,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1041,7 +1041,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1049,7 +1049,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1064,7 +1064,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1072,7 +1072,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -1093,7 +1093,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1101,7 +1101,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1116,7 +1116,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1124,7 +1124,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1139,7 +1139,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1147,7 +1147,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -1173,7 +1173,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1181,7 +1181,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1196,7 +1196,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1204,7 +1204,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1219,7 +1219,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1227,7 +1227,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -1248,7 +1248,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1256,7 +1256,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1271,7 +1271,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1279,7 +1279,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1294,7 +1294,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1302,7 +1302,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -1323,7 +1323,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1331,7 +1331,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1346,7 +1346,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1354,7 +1354,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1369,7 +1369,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1377,7 +1377,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -1403,7 +1403,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1411,7 +1411,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1426,7 +1426,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1434,7 +1434,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1449,7 +1449,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1457,7 +1457,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -1478,7 +1478,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1486,7 +1486,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1501,7 +1501,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1509,7 +1509,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1524,7 +1524,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1532,7 +1532,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -1553,7 +1553,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1561,7 +1561,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1576,7 +1576,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1584,7 +1584,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1599,7 +1599,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1607,7 +1607,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -1633,7 +1633,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1641,7 +1641,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1656,7 +1656,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1664,7 +1664,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1679,7 +1679,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1687,7 +1687,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -1708,7 +1708,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1716,7 +1716,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1731,7 +1731,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1739,7 +1739,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1754,7 +1754,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1762,7 +1762,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -1783,7 +1783,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1791,7 +1791,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1806,7 +1806,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1814,7 +1814,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1829,7 +1829,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1837,7 +1837,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -1863,7 +1863,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1871,7 +1871,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1886,7 +1886,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1894,7 +1894,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1909,7 +1909,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1917,7 +1917,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -1938,7 +1938,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1946,7 +1946,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1961,7 +1961,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1969,7 +1969,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -1984,7 +1984,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -1992,7 +1992,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -2013,7 +2013,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2021,7 +2021,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2036,7 +2036,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2044,7 +2044,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2059,7 +2059,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2067,7 +2067,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -2093,7 +2093,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2101,7 +2101,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2116,7 +2116,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2124,7 +2124,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2139,7 +2139,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2147,7 +2147,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -2168,7 +2168,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2176,7 +2176,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2191,7 +2191,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2199,7 +2199,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2214,7 +2214,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2222,7 +2222,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -2243,7 +2243,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2251,7 +2251,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2266,7 +2266,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2274,7 +2274,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2289,7 +2289,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2297,7 +2297,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -2323,7 +2323,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_belarus + :next_node: :outcome_opposite_sex_marriage_in_belarus :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2331,7 +2331,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2346,7 +2346,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_belarus + :next_node: :outcome_opposite_sex_marriage_in_belarus :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2354,7 +2354,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2369,7 +2369,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_belarus + :next_node: :outcome_opposite_sex_marriage_in_belarus :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2377,7 +2377,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -2398,7 +2398,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_belarus + :next_node: :outcome_opposite_sex_marriage_in_belarus :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2406,7 +2406,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2421,7 +2421,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_belarus + :next_node: :outcome_opposite_sex_marriage_in_belarus :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2429,7 +2429,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2444,7 +2444,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_belarus + :next_node: :outcome_opposite_sex_marriage_in_belarus :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2452,7 +2452,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -2473,7 +2473,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_belarus + :next_node: :outcome_opposite_sex_marriage_in_belarus :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2481,7 +2481,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2496,7 +2496,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_belarus + :next_node: :outcome_opposite_sex_marriage_in_belarus :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2504,7 +2504,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2519,7 +2519,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_belarus + :next_node: :outcome_opposite_sex_marriage_in_belarus :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2527,7 +2527,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -2553,7 +2553,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2561,7 +2561,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2576,7 +2576,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2584,7 +2584,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2599,7 +2599,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2607,7 +2607,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -2628,7 +2628,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2636,7 +2636,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2651,7 +2651,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2659,7 +2659,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2674,7 +2674,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2682,7 +2682,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -2703,7 +2703,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2711,7 +2711,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2726,7 +2726,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2734,7 +2734,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2749,7 +2749,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2757,7 +2757,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -2783,7 +2783,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2791,7 +2791,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2806,7 +2806,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2814,7 +2814,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2829,7 +2829,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2837,7 +2837,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -2858,7 +2858,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2866,7 +2866,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2881,7 +2881,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2889,7 +2889,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2904,7 +2904,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2912,7 +2912,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -2933,7 +2933,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2941,7 +2941,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2956,7 +2956,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2964,7 +2964,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -2979,7 +2979,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -2987,7 +2987,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -3013,7 +3013,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3021,7 +3021,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3036,7 +3036,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3044,7 +3044,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3059,7 +3059,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3067,7 +3067,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -3088,7 +3088,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_brazil_not_living_in_the_uk + :next_node: :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3096,7 +3096,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_brazil_not_living_in_the_uk + :next_node: :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3111,7 +3111,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_brazil_not_living_in_the_uk + :next_node: :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3119,7 +3119,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_brazil_not_living_in_the_uk + :next_node: :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3134,7 +3134,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_brazil_not_living_in_the_uk + :next_node: :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3142,7 +3142,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_brazil_not_living_in_the_uk + :next_node: :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country :outcome_node: true - :current_node: :legal_residency? :responses: @@ -3163,7 +3163,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_brazil_not_living_in_the_uk + :next_node: :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3171,7 +3171,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_brazil_not_living_in_the_uk + :next_node: :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3186,7 +3186,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_brazil_not_living_in_the_uk + :next_node: :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3194,7 +3194,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_brazil_not_living_in_the_uk + :next_node: :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3209,7 +3209,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_brazil_not_living_in_the_uk + :next_node: :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3217,7 +3217,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_brazil_not_living_in_the_uk + :next_node: :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -3243,7 +3243,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3251,7 +3251,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3266,7 +3266,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3274,7 +3274,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3289,7 +3289,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3297,7 +3297,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -3318,7 +3318,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3326,7 +3326,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3341,7 +3341,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3349,7 +3349,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3364,7 +3364,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3372,7 +3372,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -3393,7 +3393,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3401,7 +3401,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3416,7 +3416,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3424,7 +3424,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3439,7 +3439,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3447,7 +3447,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -3473,7 +3473,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3481,7 +3481,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3496,7 +3496,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3504,7 +3504,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3519,7 +3519,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3527,7 +3527,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -3548,7 +3548,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3556,7 +3556,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3571,7 +3571,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3579,7 +3579,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3594,7 +3594,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3602,7 +3602,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -3623,7 +3623,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3631,7 +3631,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3646,7 +3646,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3654,7 +3654,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3669,7 +3669,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_bot + :next_node: :outcome_opposite_sex_marriage_in_british_overseas_territory :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3677,7 +3677,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -3703,7 +3703,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3711,7 +3711,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3726,7 +3726,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3734,7 +3734,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3749,7 +3749,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3757,7 +3757,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -3778,7 +3778,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3786,7 +3786,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3801,7 +3801,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3809,7 +3809,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3824,7 +3824,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3832,7 +3832,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -3853,7 +3853,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3861,7 +3861,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3876,7 +3876,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3884,7 +3884,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3899,7 +3899,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3907,7 +3907,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -3933,7 +3933,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3941,7 +3941,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3956,7 +3956,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3964,7 +3964,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -3979,7 +3979,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -3987,7 +3987,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -4008,7 +4008,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4016,7 +4016,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4031,7 +4031,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4039,7 +4039,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4054,7 +4054,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4062,7 +4062,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -4083,7 +4083,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4091,7 +4091,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4106,7 +4106,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4114,7 +4114,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4129,7 +4129,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4137,7 +4137,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -4163,7 +4163,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4171,7 +4171,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4186,7 +4186,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4194,7 +4194,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4209,7 +4209,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4217,7 +4217,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -4238,7 +4238,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4246,7 +4246,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4261,7 +4261,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4269,7 +4269,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4284,7 +4284,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4292,7 +4292,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -4313,7 +4313,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4321,7 +4321,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4336,7 +4336,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4344,7 +4344,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4359,7 +4359,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4367,7 +4367,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -4393,7 +4393,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_cambodia + :next_node: :outcome_opposite_sex_marriage_in_cambodia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4401,7 +4401,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4416,7 +4416,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_cambodia + :next_node: :outcome_opposite_sex_marriage_in_cambodia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4424,7 +4424,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4439,7 +4439,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_cambodia + :next_node: :outcome_opposite_sex_marriage_in_cambodia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4447,7 +4447,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -4468,7 +4468,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_cambodia + :next_node: :outcome_opposite_sex_marriage_in_cambodia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4476,7 +4476,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4491,7 +4491,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_cambodia + :next_node: :outcome_opposite_sex_marriage_in_cambodia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4499,7 +4499,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4514,7 +4514,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_cambodia + :next_node: :outcome_opposite_sex_marriage_in_cambodia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4522,7 +4522,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -4543,7 +4543,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_cambodia + :next_node: :outcome_opposite_sex_marriage_in_cambodia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4551,7 +4551,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4566,7 +4566,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_cambodia + :next_node: :outcome_opposite_sex_marriage_in_cambodia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4574,7 +4574,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4589,7 +4589,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_cambodia + :next_node: :outcome_opposite_sex_marriage_in_cambodia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4597,7 +4597,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -4623,7 +4623,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4631,7 +4631,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4646,7 +4646,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4654,7 +4654,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4669,7 +4669,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4677,7 +4677,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -4698,7 +4698,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4706,7 +4706,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4721,7 +4721,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4729,7 +4729,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4744,7 +4744,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4752,7 +4752,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -4773,7 +4773,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4781,7 +4781,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4796,7 +4796,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4804,7 +4804,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4819,7 +4819,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4827,7 +4827,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -4853,7 +4853,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4861,7 +4861,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4876,7 +4876,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4884,7 +4884,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4899,7 +4899,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4907,7 +4907,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -4928,7 +4928,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4936,7 +4936,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4951,7 +4951,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4959,7 +4959,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -4974,7 +4974,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -4982,7 +4982,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -5003,7 +5003,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5011,7 +5011,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5026,7 +5026,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5034,7 +5034,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5049,7 +5049,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5057,7 +5057,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -5083,7 +5083,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_colombia + :next_node: :outcome_opposite_sex_marriage_in_colombia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5091,7 +5091,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5106,7 +5106,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_colombia + :next_node: :outcome_opposite_sex_marriage_in_colombia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5114,7 +5114,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5129,7 +5129,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_colombia + :next_node: :outcome_opposite_sex_marriage_in_colombia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5137,7 +5137,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -5158,7 +5158,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_colombia + :next_node: :outcome_opposite_sex_marriage_in_colombia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5166,7 +5166,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5181,7 +5181,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_colombia + :next_node: :outcome_opposite_sex_marriage_in_colombia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5189,7 +5189,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5204,7 +5204,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_colombia + :next_node: :outcome_opposite_sex_marriage_in_colombia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5212,7 +5212,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -5233,7 +5233,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_colombia + :next_node: :outcome_opposite_sex_marriage_in_colombia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5241,7 +5241,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5256,7 +5256,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_colombia + :next_node: :outcome_opposite_sex_marriage_in_colombia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5264,7 +5264,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5279,7 +5279,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_colombia + :next_node: :outcome_opposite_sex_marriage_in_colombia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5287,7 +5287,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -5313,7 +5313,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5321,7 +5321,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5336,7 +5336,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5344,7 +5344,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5359,7 +5359,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5367,7 +5367,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -5388,7 +5388,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5396,7 +5396,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5411,7 +5411,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5419,7 +5419,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5434,7 +5434,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5442,7 +5442,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -5463,7 +5463,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5471,7 +5471,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5486,7 +5486,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5494,7 +5494,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5509,7 +5509,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5517,7 +5517,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -5543,7 +5543,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5551,7 +5551,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5566,7 +5566,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5574,7 +5574,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5589,7 +5589,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5597,7 +5597,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -5618,7 +5618,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5626,7 +5626,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5641,7 +5641,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5649,7 +5649,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5664,7 +5664,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5672,7 +5672,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -5693,7 +5693,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5701,7 +5701,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5716,7 +5716,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5724,7 +5724,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5739,7 +5739,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5747,7 +5747,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -5773,7 +5773,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5781,7 +5781,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5796,7 +5796,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5804,7 +5804,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5819,7 +5819,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5827,7 +5827,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -5848,7 +5848,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5856,7 +5856,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5871,7 +5871,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5879,7 +5879,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5894,7 +5894,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5902,7 +5902,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -5923,7 +5923,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5931,7 +5931,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5946,7 +5946,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5954,7 +5954,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -5969,7 +5969,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -5977,7 +5977,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -6003,7 +6003,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6011,7 +6011,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6026,7 +6026,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6034,7 +6034,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6049,7 +6049,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6057,7 +6057,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -6078,7 +6078,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6086,7 +6086,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6101,7 +6101,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6109,7 +6109,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6124,7 +6124,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6132,7 +6132,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -6153,7 +6153,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6161,7 +6161,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6176,7 +6176,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6184,7 +6184,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6199,7 +6199,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6207,7 +6207,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -6233,7 +6233,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6241,7 +6241,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6256,7 +6256,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6264,7 +6264,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6279,7 +6279,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6287,7 +6287,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -6308,7 +6308,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6316,7 +6316,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6331,7 +6331,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6339,7 +6339,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6354,7 +6354,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6362,7 +6362,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -6383,7 +6383,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6391,7 +6391,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6406,7 +6406,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6414,7 +6414,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6429,7 +6429,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6437,7 +6437,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -6463,7 +6463,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6471,7 +6471,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6486,7 +6486,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6494,7 +6494,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6509,7 +6509,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6517,7 +6517,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -6538,7 +6538,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6546,7 +6546,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6561,7 +6561,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6569,7 +6569,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6584,7 +6584,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6592,7 +6592,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -6613,7 +6613,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6621,7 +6621,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6636,7 +6636,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6644,7 +6644,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6659,7 +6659,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6667,7 +6667,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -6693,7 +6693,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6701,7 +6701,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6716,7 +6716,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6724,7 +6724,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6739,7 +6739,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6747,7 +6747,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :legal_residency? :responses: @@ -6768,7 +6768,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6776,7 +6776,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6791,7 +6791,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6799,7 +6799,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6814,7 +6814,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6822,7 +6822,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :legal_residency? :responses: @@ -6843,7 +6843,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6851,7 +6851,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6866,7 +6866,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6874,7 +6874,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6889,7 +6889,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6897,7 +6897,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_dominican_republic + :next_node: :outcome_ceremonies_in_dominican_republic :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -6923,7 +6923,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6931,7 +6931,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6946,7 +6946,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6954,7 +6954,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -6969,7 +6969,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -6977,7 +6977,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -6998,7 +6998,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7006,7 +7006,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7021,7 +7021,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7029,7 +7029,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7044,7 +7044,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7052,7 +7052,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -7073,7 +7073,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7081,7 +7081,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7096,7 +7096,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7104,7 +7104,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7119,7 +7119,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7127,7 +7127,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -7153,7 +7153,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7161,7 +7161,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7176,7 +7176,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7184,7 +7184,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7199,7 +7199,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7207,7 +7207,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -7228,7 +7228,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7236,7 +7236,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7251,7 +7251,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7259,7 +7259,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7274,7 +7274,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7282,7 +7282,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -7303,7 +7303,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7311,7 +7311,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7326,7 +7326,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7334,7 +7334,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7349,7 +7349,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7357,7 +7357,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -7383,7 +7383,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7391,7 +7391,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7406,7 +7406,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7414,7 +7414,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7429,7 +7429,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7437,7 +7437,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -7458,7 +7458,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7466,7 +7466,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7481,7 +7481,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7489,7 +7489,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7504,7 +7504,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7512,7 +7512,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -7533,7 +7533,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7541,7 +7541,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7556,7 +7556,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7564,7 +7564,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7579,7 +7579,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7587,7 +7587,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -7613,7 +7613,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7621,7 +7621,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7636,7 +7636,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7644,7 +7644,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7659,7 +7659,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7667,7 +7667,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -7688,7 +7688,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7696,7 +7696,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7711,7 +7711,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7719,7 +7719,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7734,7 +7734,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7742,7 +7742,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -7763,7 +7763,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7771,7 +7771,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7786,7 +7786,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7794,7 +7794,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7809,7 +7809,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7817,7 +7817,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -7828,13 +7828,13 @@ :responses: - france - marriage - :next_node: :outcome_os_france_or_fot + :next_node: :outcome_marriage_in_france_or_french_overseas_territory :outcome_node: true - :current_node: :marriage_or_pacs? :responses: - france - pacs - :next_node: :outcome_cp_france_pacs + :next_node: :outcome_civil_partnership_in_france_or_french_overseas_territory :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -7860,7 +7860,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_germany + :next_node: :outcome_opposite_sex_marriage_in_germany :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7868,7 +7868,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7883,7 +7883,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_germany + :next_node: :outcome_opposite_sex_marriage_in_germany :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7891,7 +7891,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7906,7 +7906,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_germany + :next_node: :outcome_opposite_sex_marriage_in_germany :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7914,7 +7914,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -7935,7 +7935,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_germany + :next_node: :outcome_opposite_sex_marriage_in_germany :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7943,7 +7943,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7958,7 +7958,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_germany + :next_node: :outcome_opposite_sex_marriage_in_germany :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7966,7 +7966,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -7981,7 +7981,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_germany + :next_node: :outcome_opposite_sex_marriage_in_germany :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -7989,7 +7989,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -8010,7 +8010,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_germany + :next_node: :outcome_opposite_sex_marriage_in_germany :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8018,7 +8018,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8033,7 +8033,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_germany + :next_node: :outcome_opposite_sex_marriage_in_germany :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8041,7 +8041,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8056,7 +8056,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_germany + :next_node: :outcome_opposite_sex_marriage_in_germany :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8064,7 +8064,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -8090,7 +8090,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8098,7 +8098,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8113,7 +8113,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8121,7 +8121,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8136,7 +8136,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8144,7 +8144,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -8165,7 +8165,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8173,7 +8173,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8188,7 +8188,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8196,7 +8196,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8211,7 +8211,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8219,7 +8219,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -8240,7 +8240,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8248,7 +8248,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8263,7 +8263,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8271,7 +8271,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8286,7 +8286,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8294,7 +8294,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -8320,7 +8320,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8328,7 +8328,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8343,7 +8343,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8351,7 +8351,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8366,7 +8366,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8374,7 +8374,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -8395,7 +8395,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8403,7 +8403,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8418,7 +8418,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8426,7 +8426,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8441,7 +8441,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8449,7 +8449,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -8470,7 +8470,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8478,7 +8478,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8493,7 +8493,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8501,7 +8501,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8516,7 +8516,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8524,7 +8524,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_consular + :next_node: :outcome_same_sex_civil_partnership_in_consular_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -8550,7 +8550,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_hong_kong + :next_node: :outcome_opposite_sex_marriage_in_hong_kong :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8558,7 +8558,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8573,7 +8573,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_hong_kong + :next_node: :outcome_opposite_sex_marriage_in_hong_kong :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8581,7 +8581,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8596,7 +8596,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_hong_kong + :next_node: :outcome_opposite_sex_marriage_in_hong_kong :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8604,7 +8604,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -8625,7 +8625,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_hong_kong + :next_node: :outcome_opposite_sex_marriage_in_hong_kong :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8633,7 +8633,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8648,7 +8648,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_hong_kong + :next_node: :outcome_opposite_sex_marriage_in_hong_kong :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8656,7 +8656,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8671,7 +8671,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_hong_kong + :next_node: :outcome_opposite_sex_marriage_in_hong_kong :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8679,7 +8679,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -8700,7 +8700,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_hong_kong + :next_node: :outcome_opposite_sex_marriage_in_hong_kong :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8708,7 +8708,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8723,7 +8723,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_hong_kong + :next_node: :outcome_opposite_sex_marriage_in_hong_kong :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8731,7 +8731,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8746,7 +8746,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_hong_kong + :next_node: :outcome_opposite_sex_marriage_in_hong_kong :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8754,7 +8754,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -8780,7 +8780,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8788,7 +8788,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8803,7 +8803,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8811,7 +8811,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8826,7 +8826,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8834,7 +8834,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -8855,7 +8855,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8863,7 +8863,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8878,7 +8878,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8886,7 +8886,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8901,7 +8901,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8909,7 +8909,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -8930,7 +8930,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8938,7 +8938,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8953,7 +8953,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8961,7 +8961,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -8976,7 +8976,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -8984,7 +8984,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -9010,7 +9010,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9018,7 +9018,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9033,7 +9033,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9041,7 +9041,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9056,7 +9056,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9064,7 +9064,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -9085,7 +9085,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9093,7 +9093,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9108,7 +9108,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9116,7 +9116,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9131,7 +9131,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9139,7 +9139,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -9160,7 +9160,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9168,7 +9168,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9183,7 +9183,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9191,7 +9191,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9206,7 +9206,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9214,7 +9214,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -9240,7 +9240,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_indonesia + :next_node: :outcome_opposite_sex_marriage_in_indonesia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9248,7 +9248,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9263,7 +9263,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_indonesia + :next_node: :outcome_opposite_sex_marriage_in_indonesia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9271,7 +9271,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9286,7 +9286,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_indonesia + :next_node: :outcome_opposite_sex_marriage_in_indonesia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9294,7 +9294,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -9315,7 +9315,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_indonesia + :next_node: :outcome_opposite_sex_marriage_in_indonesia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9323,7 +9323,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9338,7 +9338,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_indonesia + :next_node: :outcome_opposite_sex_marriage_in_indonesia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9346,7 +9346,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9361,7 +9361,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_indonesia + :next_node: :outcome_opposite_sex_marriage_in_indonesia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9369,7 +9369,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -9390,7 +9390,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_indonesia + :next_node: :outcome_opposite_sex_marriage_in_indonesia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9398,7 +9398,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9413,7 +9413,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_indonesia + :next_node: :outcome_opposite_sex_marriage_in_indonesia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9421,7 +9421,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9436,7 +9436,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_indonesia + :next_node: :outcome_opposite_sex_marriage_in_indonesia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9444,7 +9444,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -9470,7 +9470,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9478,7 +9478,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9493,7 +9493,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9501,7 +9501,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9516,7 +9516,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9524,7 +9524,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -9545,7 +9545,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9553,7 +9553,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9568,7 +9568,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9576,7 +9576,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9591,7 +9591,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9599,7 +9599,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -9620,7 +9620,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9628,7 +9628,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9643,7 +9643,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9651,7 +9651,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9666,7 +9666,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9674,7 +9674,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -9685,13 +9685,13 @@ :responses: - ireland - opposite_sex - :next_node: :outcome_ireland + :next_node: :outcome_ceremonies_in_ireland :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: - ireland - same_sex - :next_node: :outcome_ireland + :next_node: :outcome_ceremonies_in_ireland :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -9717,7 +9717,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_italy + :next_node: :outcome_opposite_sex_marriage_in_italy_when_residing_in_uk_or_italy :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9725,7 +9725,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9740,7 +9740,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_italy + :next_node: :outcome_opposite_sex_marriage_in_italy_when_residing_in_uk_or_italy :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9748,7 +9748,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9763,7 +9763,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_italy + :next_node: :outcome_opposite_sex_marriage_in_italy_when_residing_in_uk_or_italy :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9771,7 +9771,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -9792,7 +9792,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_italy + :next_node: :outcome_opposite_sex_marriage_in_italy_when_residing_in_uk_or_italy :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9800,7 +9800,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9815,7 +9815,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_italy + :next_node: :outcome_opposite_sex_marriage_in_italy_when_residing_in_uk_or_italy :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9823,7 +9823,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9838,7 +9838,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_italy + :next_node: :outcome_opposite_sex_marriage_in_italy_when_residing_in_uk_or_italy :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9846,7 +9846,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -9867,7 +9867,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9875,7 +9875,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9890,7 +9890,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9898,7 +9898,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9913,7 +9913,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9921,7 +9921,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -9947,7 +9947,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_japan + :next_node: :outcome_opposite_sex_marriage_in_japan :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9955,7 +9955,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9970,7 +9970,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_japan + :next_node: :outcome_opposite_sex_marriage_in_japan :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -9978,7 +9978,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -9993,7 +9993,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_japan + :next_node: :outcome_opposite_sex_marriage_in_japan :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10001,7 +10001,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -10022,7 +10022,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_japan + :next_node: :outcome_opposite_sex_marriage_in_japan :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10030,7 +10030,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10045,7 +10045,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_japan + :next_node: :outcome_opposite_sex_marriage_in_japan :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10053,7 +10053,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10068,7 +10068,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_japan + :next_node: :outcome_opposite_sex_marriage_in_japan :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10076,7 +10076,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -10097,7 +10097,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_japan + :next_node: :outcome_opposite_sex_marriage_in_japan :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10105,7 +10105,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10120,7 +10120,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_japan + :next_node: :outcome_opposite_sex_marriage_in_japan :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10128,7 +10128,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10143,7 +10143,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_japan + :next_node: :outcome_opposite_sex_marriage_in_japan :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10151,7 +10151,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -10177,7 +10177,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10185,7 +10185,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10200,7 +10200,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10208,7 +10208,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10223,7 +10223,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10231,7 +10231,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -10252,7 +10252,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10260,7 +10260,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10275,7 +10275,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10283,7 +10283,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10298,7 +10298,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10306,7 +10306,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -10327,7 +10327,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10335,7 +10335,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10350,7 +10350,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10358,7 +10358,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10373,7 +10373,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10381,7 +10381,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -10407,7 +10407,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10415,7 +10415,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10430,7 +10430,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10438,7 +10438,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10453,7 +10453,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10461,7 +10461,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -10482,7 +10482,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10490,7 +10490,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10505,7 +10505,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10513,7 +10513,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10528,7 +10528,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10536,7 +10536,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -10557,7 +10557,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10565,7 +10565,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10580,7 +10580,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10588,7 +10588,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10603,7 +10603,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10611,7 +10611,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -10637,7 +10637,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_kosovo + :next_node: :outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10645,7 +10645,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10660,7 +10660,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_kosovo + :next_node: :outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10668,7 +10668,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10683,7 +10683,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_kosovo + :next_node: :outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10691,7 +10691,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -10712,7 +10712,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_kosovo + :next_node: :outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10720,7 +10720,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10735,7 +10735,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_kosovo + :next_node: :outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10743,7 +10743,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10758,7 +10758,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_kosovo + :next_node: :outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10766,7 +10766,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -10787,7 +10787,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10795,7 +10795,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10810,7 +10810,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10818,7 +10818,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10833,7 +10833,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10841,7 +10841,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -10867,7 +10867,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_kuwait + :next_node: :outcome_opposite_sex_marriage_in_kuwait :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10875,7 +10875,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10890,7 +10890,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_kuwait + :next_node: :outcome_opposite_sex_marriage_in_kuwait :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10898,7 +10898,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10913,7 +10913,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_kuwait + :next_node: :outcome_opposite_sex_marriage_in_kuwait :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10921,7 +10921,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -10942,7 +10942,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_kuwait + :next_node: :outcome_opposite_sex_marriage_in_kuwait :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10950,7 +10950,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10965,7 +10965,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_kuwait + :next_node: :outcome_opposite_sex_marriage_in_kuwait :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10973,7 +10973,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -10988,7 +10988,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_kuwait + :next_node: :outcome_opposite_sex_marriage_in_kuwait :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -10996,7 +10996,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -11017,7 +11017,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_kuwait + :next_node: :outcome_opposite_sex_marriage_in_kuwait :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11025,7 +11025,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11040,7 +11040,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_kuwait + :next_node: :outcome_opposite_sex_marriage_in_kuwait :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11048,7 +11048,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11063,7 +11063,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_kuwait + :next_node: :outcome_opposite_sex_marriage_in_kuwait :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11071,7 +11071,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -11097,7 +11097,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11105,7 +11105,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11120,7 +11120,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11128,7 +11128,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11143,7 +11143,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11151,7 +11151,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -11172,7 +11172,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11180,7 +11180,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11195,7 +11195,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11203,7 +11203,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11218,7 +11218,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11226,7 +11226,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -11247,7 +11247,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11255,7 +11255,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11270,7 +11270,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11278,7 +11278,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11293,7 +11293,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11301,7 +11301,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -11327,7 +11327,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_marriage_impossible_no_laos_locals + :next_node: :outcome_opposite_sex_marriage_in_laos_without_lao_national :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11335,7 +11335,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11350,7 +11350,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_laos + :next_node: :outcome_opposite_sex_marriage_in_laos_with_lao_national :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11358,7 +11358,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11373,7 +11373,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_marriage_impossible_no_laos_locals + :next_node: :outcome_opposite_sex_marriage_in_laos_without_lao_national :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11381,7 +11381,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -11402,7 +11402,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_marriage_impossible_no_laos_locals + :next_node: :outcome_opposite_sex_marriage_in_laos_without_lao_national :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11410,7 +11410,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11425,7 +11425,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_laos + :next_node: :outcome_opposite_sex_marriage_in_laos_with_lao_national :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11433,7 +11433,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11448,7 +11448,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_marriage_impossible_no_laos_locals + :next_node: :outcome_opposite_sex_marriage_in_laos_without_lao_national :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11456,7 +11456,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -11477,7 +11477,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_marriage_impossible_no_laos_locals + :next_node: :outcome_opposite_sex_marriage_in_laos_without_lao_national :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11485,7 +11485,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11500,7 +11500,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_laos + :next_node: :outcome_opposite_sex_marriage_in_laos_with_lao_national :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11508,7 +11508,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11523,7 +11523,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_marriage_impossible_no_laos_locals + :next_node: :outcome_opposite_sex_marriage_in_laos_without_lao_national :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11531,7 +11531,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -11557,7 +11557,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11565,7 +11565,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11580,7 +11580,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11588,7 +11588,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11603,7 +11603,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11611,7 +11611,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -11632,7 +11632,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11640,7 +11640,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11655,7 +11655,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11663,7 +11663,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11678,7 +11678,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11686,7 +11686,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -11707,7 +11707,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11715,7 +11715,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11730,7 +11730,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11738,7 +11738,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11753,7 +11753,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11761,7 +11761,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -11787,7 +11787,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11795,7 +11795,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11810,7 +11810,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11818,7 +11818,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11833,7 +11833,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11841,7 +11841,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -11862,7 +11862,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11870,7 +11870,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11885,7 +11885,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11893,7 +11893,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11908,7 +11908,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11916,7 +11916,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -11937,7 +11937,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11945,7 +11945,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11960,7 +11960,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11968,7 +11968,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -11983,7 +11983,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -11991,7 +11991,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -12017,7 +12017,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12025,7 +12025,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12040,7 +12040,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12048,7 +12048,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12063,7 +12063,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12071,7 +12071,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -12092,7 +12092,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12100,7 +12100,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12115,7 +12115,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12123,7 +12123,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12138,7 +12138,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12146,7 +12146,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -12167,7 +12167,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12175,7 +12175,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12190,7 +12190,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12198,7 +12198,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12213,7 +12213,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12221,7 +12221,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -12247,7 +12247,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12255,7 +12255,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12270,7 +12270,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12278,7 +12278,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12293,7 +12293,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12301,7 +12301,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -12322,7 +12322,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12330,7 +12330,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12345,7 +12345,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12353,7 +12353,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12368,7 +12368,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12376,7 +12376,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -12397,7 +12397,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12405,7 +12405,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12420,7 +12420,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12428,7 +12428,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12443,7 +12443,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12451,7 +12451,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -12477,7 +12477,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12485,7 +12485,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12500,7 +12500,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12508,7 +12508,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12523,7 +12523,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12531,7 +12531,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -12552,7 +12552,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12560,7 +12560,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12575,7 +12575,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12583,7 +12583,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12598,7 +12598,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12606,7 +12606,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -12627,7 +12627,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12635,7 +12635,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12650,7 +12650,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12658,7 +12658,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12673,7 +12673,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12681,7 +12681,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -12707,7 +12707,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12715,7 +12715,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12730,7 +12730,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12738,7 +12738,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12753,7 +12753,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12761,7 +12761,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -12782,7 +12782,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12790,7 +12790,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12805,7 +12805,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12813,7 +12813,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12828,7 +12828,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12836,7 +12836,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -12857,7 +12857,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12865,7 +12865,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12880,7 +12880,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12888,7 +12888,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12903,7 +12903,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12911,7 +12911,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -12937,7 +12937,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12945,7 +12945,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12960,7 +12960,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12968,7 +12968,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -12983,7 +12983,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -12991,7 +12991,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -13012,7 +13012,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13020,7 +13020,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13035,7 +13035,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13043,7 +13043,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13058,7 +13058,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13066,7 +13066,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -13087,7 +13087,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13095,7 +13095,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13110,7 +13110,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13118,7 +13118,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13133,7 +13133,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13141,7 +13141,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -13167,7 +13167,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13175,7 +13175,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage_malta + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_malta :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13190,7 +13190,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13198,7 +13198,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage_malta + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_malta :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13213,7 +13213,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13221,7 +13221,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage_malta + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_malta :outcome_node: true - :current_node: :legal_residency? :responses: @@ -13242,7 +13242,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13250,7 +13250,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage_malta + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_malta :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13265,7 +13265,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13273,7 +13273,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_malta + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_malta :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13288,7 +13288,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13296,7 +13296,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage_malta + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_malta :outcome_node: true - :current_node: :legal_residency? :responses: @@ -13317,7 +13317,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13325,7 +13325,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage_malta + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_malta :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13340,7 +13340,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13348,7 +13348,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_malta + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_malta :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13363,7 +13363,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13371,12 +13371,12 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage_malta + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_malta :outcome_node: true - :current_node: :country_of_ceremony? :responses: - mayotte - :next_node: :outcome_os_france_or_fot + :next_node: :outcome_marriage_in_france_or_french_overseas_territory :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -13402,7 +13402,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13410,7 +13410,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13425,7 +13425,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13433,7 +13433,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13448,7 +13448,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13456,7 +13456,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -13477,7 +13477,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13485,7 +13485,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13500,7 +13500,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13508,7 +13508,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13523,7 +13523,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13531,7 +13531,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -13552,7 +13552,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13560,7 +13560,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13575,7 +13575,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13583,7 +13583,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13598,7 +13598,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13606,7 +13606,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -13617,13 +13617,13 @@ :responses: - monaco - marriage - :next_node: :outcome_monaco + :next_node: :outcome_ceremonies_in_monaco :outcome_node: true - :current_node: :marriage_or_pacs? :responses: - monaco - pacs - :next_node: :outcome_monaco + :next_node: :outcome_ceremonies_in_monaco :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -13649,7 +13649,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13657,7 +13657,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13672,7 +13672,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13680,7 +13680,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13695,7 +13695,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13703,7 +13703,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :legal_residency? :responses: @@ -13724,7 +13724,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13732,7 +13732,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13747,7 +13747,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13755,7 +13755,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13770,7 +13770,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13778,7 +13778,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :legal_residency? :responses: @@ -13799,7 +13799,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13807,7 +13807,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13822,7 +13822,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13830,7 +13830,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13845,7 +13845,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13853,7 +13853,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -13879,7 +13879,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13887,7 +13887,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13902,7 +13902,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13910,7 +13910,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13925,7 +13925,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13933,7 +13933,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -13954,7 +13954,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13962,7 +13962,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -13977,7 +13977,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -13985,7 +13985,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14000,7 +14000,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14008,7 +14008,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -14029,7 +14029,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14037,7 +14037,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14052,7 +14052,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14060,7 +14060,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14075,7 +14075,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14083,7 +14083,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -14109,7 +14109,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14117,7 +14117,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14132,7 +14132,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14140,7 +14140,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14155,7 +14155,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14163,7 +14163,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -14184,7 +14184,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14192,7 +14192,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14207,7 +14207,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14215,7 +14215,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14230,7 +14230,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14238,7 +14238,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -14259,7 +14259,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14267,7 +14267,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14282,7 +14282,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14290,7 +14290,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14305,7 +14305,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14313,7 +14313,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -14339,7 +14339,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14347,7 +14347,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14362,7 +14362,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14370,7 +14370,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14385,7 +14385,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14393,7 +14393,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -14414,7 +14414,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14422,7 +14422,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14437,7 +14437,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14445,7 +14445,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14460,7 +14460,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14468,7 +14468,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -14489,7 +14489,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14497,7 +14497,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14512,7 +14512,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14520,7 +14520,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14535,7 +14535,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14543,7 +14543,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -14569,7 +14569,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14577,7 +14577,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14592,7 +14592,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14600,7 +14600,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14615,7 +14615,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14623,7 +14623,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :legal_residency? :responses: @@ -14644,7 +14644,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14652,7 +14652,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14667,7 +14667,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14675,7 +14675,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14690,7 +14690,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14698,7 +14698,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :legal_residency? :responses: @@ -14719,7 +14719,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14727,7 +14727,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14742,7 +14742,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14750,7 +14750,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14765,7 +14765,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14773,7 +14773,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -14799,7 +14799,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14807,7 +14807,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14822,7 +14822,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14830,7 +14830,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14845,7 +14845,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14853,7 +14853,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -14874,7 +14874,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14882,7 +14882,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14897,7 +14897,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14905,7 +14905,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14920,7 +14920,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14928,7 +14928,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -14949,7 +14949,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14957,7 +14957,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14972,7 +14972,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -14980,7 +14980,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -14995,7 +14995,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15003,7 +15003,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -15029,7 +15029,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15037,7 +15037,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15052,7 +15052,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15060,7 +15060,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15075,7 +15075,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15083,7 +15083,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -15104,7 +15104,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15112,7 +15112,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15127,7 +15127,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15135,7 +15135,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15150,7 +15150,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15158,7 +15158,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -15179,7 +15179,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15187,7 +15187,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15202,7 +15202,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15210,7 +15210,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15225,7 +15225,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15233,7 +15233,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_affirmation + :next_node: :outcome_same_sex_civil_partnership_in_affirmation_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -15259,7 +15259,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_oman + :next_node: :outcome_opposite_sex_marriage_in_oman :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15267,7 +15267,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15282,7 +15282,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_oman + :next_node: :outcome_opposite_sex_marriage_in_oman :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15290,7 +15290,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15305,7 +15305,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_oman + :next_node: :outcome_opposite_sex_marriage_in_oman :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15313,7 +15313,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -15334,7 +15334,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_oman + :next_node: :outcome_opposite_sex_marriage_in_oman :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15342,7 +15342,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15357,7 +15357,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_oman + :next_node: :outcome_opposite_sex_marriage_in_oman :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15365,7 +15365,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15380,7 +15380,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_oman + :next_node: :outcome_opposite_sex_marriage_in_oman :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15388,7 +15388,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -15409,7 +15409,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_oman + :next_node: :outcome_opposite_sex_marriage_in_oman :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15417,7 +15417,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15432,7 +15432,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_oman + :next_node: :outcome_opposite_sex_marriage_in_oman :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15440,7 +15440,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15455,7 +15455,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_oman + :next_node: :outcome_opposite_sex_marriage_in_oman :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15463,7 +15463,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -15489,7 +15489,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15497,7 +15497,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15512,7 +15512,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15520,7 +15520,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15535,7 +15535,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15543,7 +15543,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -15564,7 +15564,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15572,7 +15572,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15587,7 +15587,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15595,7 +15595,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15610,7 +15610,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15618,7 +15618,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -15639,7 +15639,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15647,7 +15647,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15662,7 +15662,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15670,7 +15670,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15685,7 +15685,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15693,7 +15693,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -15719,7 +15719,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15727,7 +15727,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15742,7 +15742,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15750,7 +15750,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15765,7 +15765,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15773,7 +15773,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -15794,7 +15794,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15802,7 +15802,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15817,7 +15817,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15825,7 +15825,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15840,7 +15840,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15848,7 +15848,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -15869,7 +15869,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15877,7 +15877,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15892,7 +15892,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15900,7 +15900,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15915,7 +15915,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15923,7 +15923,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -15949,7 +15949,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15957,7 +15957,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15972,7 +15972,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -15980,7 +15980,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -15995,7 +15995,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16003,7 +16003,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -16024,7 +16024,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16032,7 +16032,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16047,7 +16047,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16055,7 +16055,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16070,7 +16070,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16078,7 +16078,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -16099,7 +16099,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16107,7 +16107,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16122,7 +16122,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16130,7 +16130,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16145,7 +16145,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16153,7 +16153,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -16179,7 +16179,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_poland + :next_node: :outcome_opposite_sex_marriage_in_poland_when_residing_in_uk_or_poland :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16187,7 +16187,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16202,7 +16202,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_poland + :next_node: :outcome_opposite_sex_marriage_in_poland_when_residing_in_uk_or_poland :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16210,7 +16210,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16225,7 +16225,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_poland + :next_node: :outcome_opposite_sex_marriage_in_poland_when_residing_in_uk_or_poland :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16233,7 +16233,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -16254,7 +16254,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_poland + :next_node: :outcome_opposite_sex_marriage_in_poland_when_residing_in_uk_or_poland :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16262,7 +16262,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16277,7 +16277,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_poland + :next_node: :outcome_opposite_sex_marriage_in_poland_when_residing_in_uk_or_poland :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16285,7 +16285,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16300,7 +16300,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_poland + :next_node: :outcome_opposite_sex_marriage_in_poland_when_residing_in_uk_or_poland :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16308,7 +16308,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -16329,7 +16329,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16337,7 +16337,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16352,7 +16352,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16360,7 +16360,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16375,7 +16375,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16383,7 +16383,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -16409,7 +16409,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16417,7 +16417,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16432,7 +16432,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16440,7 +16440,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16455,7 +16455,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16463,7 +16463,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :legal_residency? :responses: @@ -16484,7 +16484,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16492,7 +16492,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16507,7 +16507,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16515,7 +16515,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16530,7 +16530,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16538,7 +16538,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :legal_residency? :responses: @@ -16559,7 +16559,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16567,7 +16567,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16582,7 +16582,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16590,7 +16590,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16605,7 +16605,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16613,7 +16613,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_portugal + :next_node: :outcome_ceremonies_in_portugal :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -16639,7 +16639,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16647,7 +16647,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16662,7 +16662,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16670,7 +16670,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16685,7 +16685,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16693,7 +16693,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -16714,7 +16714,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16722,7 +16722,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16737,7 +16737,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16745,7 +16745,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16760,7 +16760,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16768,7 +16768,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -16789,7 +16789,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16797,7 +16797,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16812,7 +16812,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16820,7 +16820,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16835,7 +16835,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16843,7 +16843,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -16869,7 +16869,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16877,7 +16877,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16892,7 +16892,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16900,7 +16900,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16915,7 +16915,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16923,7 +16923,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :legal_residency? :responses: @@ -16944,7 +16944,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16952,7 +16952,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16967,7 +16967,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16975,7 +16975,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -16990,7 +16990,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -16998,7 +16998,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :legal_residency? :responses: @@ -17019,7 +17019,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17027,7 +17027,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17042,7 +17042,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17050,7 +17050,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17065,7 +17065,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17073,7 +17073,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -17099,7 +17099,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17107,7 +17107,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17122,7 +17122,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17130,7 +17130,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17145,7 +17145,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17153,7 +17153,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -17174,7 +17174,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17182,7 +17182,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17197,7 +17197,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17205,7 +17205,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17220,7 +17220,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17228,7 +17228,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -17249,7 +17249,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17257,7 +17257,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17272,7 +17272,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17280,7 +17280,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17295,7 +17295,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17303,7 +17303,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -17329,7 +17329,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17337,7 +17337,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17352,7 +17352,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17360,7 +17360,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17375,7 +17375,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17383,7 +17383,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :legal_residency? :responses: @@ -17404,7 +17404,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17412,7 +17412,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17427,7 +17427,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17435,7 +17435,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17450,7 +17450,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17458,7 +17458,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :legal_residency? :responses: @@ -17479,7 +17479,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17487,7 +17487,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17502,7 +17502,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17510,7 +17510,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17525,7 +17525,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17533,7 +17533,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -17559,7 +17559,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17567,7 +17567,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17582,7 +17582,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17590,7 +17590,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17605,7 +17605,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17613,7 +17613,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :legal_residency? :responses: @@ -17634,7 +17634,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17642,7 +17642,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17657,7 +17657,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17665,7 +17665,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17680,7 +17680,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17688,7 +17688,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :legal_residency? :responses: @@ -17709,7 +17709,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17717,7 +17717,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17732,7 +17732,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17740,7 +17740,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17755,7 +17755,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17763,7 +17763,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -17789,7 +17789,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17797,7 +17797,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17812,7 +17812,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17820,7 +17820,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17835,7 +17835,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17843,7 +17843,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -17864,7 +17864,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17872,7 +17872,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17887,7 +17887,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17895,7 +17895,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17910,7 +17910,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17918,7 +17918,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -17939,7 +17939,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17947,7 +17947,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17962,7 +17962,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17970,7 +17970,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -17985,7 +17985,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -17993,7 +17993,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -18019,7 +18019,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18027,7 +18027,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18042,7 +18042,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18050,7 +18050,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18065,7 +18065,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18073,7 +18073,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :legal_residency? :responses: @@ -18094,7 +18094,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18102,7 +18102,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18117,7 +18117,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18125,7 +18125,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18140,7 +18140,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18148,7 +18148,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :legal_residency? :responses: @@ -18169,7 +18169,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18177,7 +18177,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18192,7 +18192,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18200,7 +18200,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18215,7 +18215,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18223,7 +18223,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -18249,7 +18249,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18257,7 +18257,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18272,7 +18272,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18280,7 +18280,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18295,7 +18295,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18303,7 +18303,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -18324,7 +18324,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18332,7 +18332,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18347,7 +18347,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18355,7 +18355,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18370,7 +18370,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18378,7 +18378,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -18399,7 +18399,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18407,7 +18407,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18422,7 +18422,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18430,7 +18430,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18445,7 +18445,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18453,7 +18453,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -18479,7 +18479,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18487,7 +18487,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18502,7 +18502,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18510,7 +18510,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18525,7 +18525,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18533,7 +18533,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -18554,7 +18554,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18562,7 +18562,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18577,7 +18577,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18585,7 +18585,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18600,7 +18600,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18608,7 +18608,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -18629,7 +18629,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18637,7 +18637,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18652,7 +18652,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18660,7 +18660,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18675,7 +18675,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18683,7 +18683,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -18709,7 +18709,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18717,7 +18717,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18732,7 +18732,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18740,7 +18740,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18755,7 +18755,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18763,7 +18763,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -18784,7 +18784,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18792,7 +18792,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18807,7 +18807,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18815,7 +18815,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18830,7 +18830,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18838,7 +18838,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -18859,7 +18859,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18867,7 +18867,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18882,7 +18882,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18890,7 +18890,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18905,7 +18905,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18913,7 +18913,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -18939,7 +18939,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_slovenia + :next_node: :outcome_opposite_sex_marriage_in_slovenia_when_residing_in_uk_or_slovenia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18947,7 +18947,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18962,7 +18962,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_slovenia + :next_node: :outcome_opposite_sex_marriage_in_slovenia_when_residing_in_uk_or_slovenia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18970,7 +18970,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -18985,7 +18985,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_slovenia + :next_node: :outcome_opposite_sex_marriage_in_slovenia_when_residing_in_uk_or_slovenia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -18993,7 +18993,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -19014,7 +19014,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_slovenia + :next_node: :outcome_opposite_sex_marriage_in_slovenia_when_residing_in_uk_or_slovenia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19022,7 +19022,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19037,7 +19037,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_slovenia + :next_node: :outcome_opposite_sex_marriage_in_slovenia_when_residing_in_uk_or_slovenia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19045,7 +19045,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19060,7 +19060,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_slovenia + :next_node: :outcome_opposite_sex_marriage_in_slovenia_when_residing_in_uk_or_slovenia :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19068,7 +19068,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -19089,7 +19089,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19097,7 +19097,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19112,7 +19112,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19120,7 +19120,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19135,7 +19135,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19143,7 +19143,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -19169,7 +19169,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19177,7 +19177,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19192,7 +19192,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19200,7 +19200,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19215,7 +19215,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19223,7 +19223,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -19244,7 +19244,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19252,7 +19252,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19267,7 +19267,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19275,7 +19275,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19290,7 +19290,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19298,7 +19298,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -19319,7 +19319,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19327,7 +19327,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19342,7 +19342,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19350,7 +19350,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19365,7 +19365,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19373,7 +19373,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_commonwealth_countries + :next_node: :outcome_same_sex_civil_partnership_in_commonwealth_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -19399,7 +19399,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19407,7 +19407,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19422,7 +19422,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19430,7 +19430,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19445,7 +19445,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19453,7 +19453,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -19474,7 +19474,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19482,7 +19482,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19497,7 +19497,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19505,7 +19505,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19520,7 +19520,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19528,7 +19528,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -19549,7 +19549,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19557,7 +19557,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19572,7 +19572,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19580,7 +19580,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19595,7 +19595,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19603,7 +19603,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -19629,7 +19629,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19637,7 +19637,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19652,7 +19652,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19660,7 +19660,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19675,7 +19675,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19683,7 +19683,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :legal_residency? :responses: @@ -19704,7 +19704,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19712,7 +19712,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19727,7 +19727,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19735,7 +19735,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19750,7 +19750,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19758,7 +19758,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :legal_residency? :responses: @@ -19779,7 +19779,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19787,7 +19787,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19802,7 +19802,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19810,7 +19810,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19825,7 +19825,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19833,7 +19833,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_spain + :next_node: :outcome_ceremonies_in_spain :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -19859,7 +19859,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19867,7 +19867,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19882,7 +19882,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19890,7 +19890,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19905,7 +19905,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19913,7 +19913,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -19934,7 +19934,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19942,7 +19942,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19957,7 +19957,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19965,7 +19965,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -19980,7 +19980,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -19988,7 +19988,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -20009,7 +20009,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20017,7 +20017,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20032,7 +20032,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20040,7 +20040,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20055,7 +20055,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20063,7 +20063,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -20089,7 +20089,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20097,7 +20097,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20112,7 +20112,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20120,7 +20120,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20135,7 +20135,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20143,7 +20143,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :legal_residency? :responses: @@ -20164,7 +20164,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20172,7 +20172,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20187,7 +20187,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20195,7 +20195,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20210,7 +20210,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20218,7 +20218,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :legal_residency? :responses: @@ -20239,7 +20239,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20247,7 +20247,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20262,7 +20262,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20270,7 +20270,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20285,7 +20285,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20293,7 +20293,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_os_no_cni + :next_node: :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -20319,7 +20319,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20327,7 +20327,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20342,7 +20342,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20350,7 +20350,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20365,7 +20365,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20373,7 +20373,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -20394,7 +20394,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20402,7 +20402,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20417,7 +20417,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20425,7 +20425,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20440,7 +20440,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20448,7 +20448,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -20469,7 +20469,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20477,7 +20477,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20492,7 +20492,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20500,7 +20500,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20515,7 +20515,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20523,7 +20523,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_or_equivalent + :next_node: :outcome_same_sex_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -20541,14 +20541,14 @@ - switzerland - uk - opposite_sex - :next_node: :outcome_switzerland + :next_node: :outcome_ceremonies_in_switzerland :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: - switzerland - uk - same_sex - :next_node: :outcome_switzerland + :next_node: :outcome_ceremonies_in_switzerland :outcome_node: true - :current_node: :legal_residency? :responses: @@ -20561,14 +20561,14 @@ - switzerland - ceremony_country - opposite_sex - :next_node: :outcome_switzerland + :next_node: :outcome_ceremonies_in_switzerland :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: - switzerland - ceremony_country - same_sex - :next_node: :outcome_switzerland + :next_node: :outcome_ceremonies_in_switzerland :outcome_node: true - :current_node: :legal_residency? :responses: @@ -20581,14 +20581,14 @@ - switzerland - third_country - opposite_sex - :next_node: :outcome_switzerland + :next_node: :outcome_ceremonies_in_switzerland :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: - switzerland - third_country - same_sex - :next_node: :outcome_switzerland + :next_node: :outcome_ceremonies_in_switzerland :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -20614,7 +20614,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20622,7 +20622,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20637,7 +20637,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20645,7 +20645,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20660,7 +20660,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20668,7 +20668,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -20689,7 +20689,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20697,7 +20697,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20712,7 +20712,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20720,7 +20720,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20735,7 +20735,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20743,7 +20743,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -20764,7 +20764,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20772,7 +20772,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20787,7 +20787,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20795,7 +20795,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20810,7 +20810,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20818,7 +20818,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -20844,7 +20844,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20852,7 +20852,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20867,7 +20867,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20875,7 +20875,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20890,7 +20890,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20898,7 +20898,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -20919,7 +20919,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20927,7 +20927,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20942,7 +20942,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20950,7 +20950,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -20965,7 +20965,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -20973,7 +20973,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -20994,7 +20994,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21002,7 +21002,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21017,7 +21017,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21025,7 +21025,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21040,7 +21040,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21048,7 +21048,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -21074,7 +21074,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21082,7 +21082,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21097,7 +21097,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21105,7 +21105,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21120,7 +21120,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21128,7 +21128,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -21149,7 +21149,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21157,7 +21157,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21172,7 +21172,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21180,7 +21180,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21195,7 +21195,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21203,7 +21203,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -21224,7 +21224,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21232,7 +21232,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21247,7 +21247,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21255,7 +21255,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21270,7 +21270,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21278,7 +21278,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -21304,7 +21304,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21312,7 +21312,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21327,7 +21327,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21335,7 +21335,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21350,7 +21350,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21358,7 +21358,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -21379,7 +21379,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21387,7 +21387,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21402,7 +21402,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21410,7 +21410,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21425,7 +21425,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21433,7 +21433,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -21454,7 +21454,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21462,7 +21462,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21477,7 +21477,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21485,7 +21485,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21500,7 +21500,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21508,7 +21508,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -21534,7 +21534,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21542,7 +21542,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21557,7 +21557,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21565,7 +21565,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21580,7 +21580,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21588,7 +21588,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -21609,7 +21609,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21617,7 +21617,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21632,7 +21632,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21640,7 +21640,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21655,7 +21655,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21663,7 +21663,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -21684,7 +21684,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21692,7 +21692,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21707,7 +21707,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21715,7 +21715,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21730,7 +21730,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21738,7 +21738,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -21764,7 +21764,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21772,7 +21772,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21787,7 +21787,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21795,7 +21795,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21810,7 +21810,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21818,7 +21818,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -21839,7 +21839,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21847,7 +21847,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21862,7 +21862,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21870,7 +21870,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21885,7 +21885,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21893,7 +21893,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -21914,7 +21914,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21922,7 +21922,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21937,7 +21937,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21945,7 +21945,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -21960,7 +21960,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_marriage_via_local_authorities + :next_node: :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -21968,7 +21968,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_no_cni + :next_node: :outcome_same_sex_civil_partnership_in_no_cni_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -21994,7 +21994,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22002,7 +22002,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22017,7 +22017,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22025,7 +22025,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22040,7 +22040,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22048,7 +22048,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -22069,7 +22069,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22077,7 +22077,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22092,7 +22092,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22100,7 +22100,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22115,7 +22115,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_consular_cni + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22123,7 +22123,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -22144,7 +22144,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22152,7 +22152,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22167,7 +22167,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22175,7 +22175,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22190,7 +22190,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_consular_cni_os_residing_in_third_country + :next_node: :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22198,7 +22198,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -22224,7 +22224,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22232,7 +22232,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22247,7 +22247,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22255,7 +22255,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22270,7 +22270,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22278,7 +22278,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -22299,7 +22299,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22307,7 +22307,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22322,7 +22322,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22330,7 +22330,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22345,7 +22345,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22353,7 +22353,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :legal_residency? :responses: @@ -22374,7 +22374,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22382,7 +22382,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22397,7 +22397,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22405,7 +22405,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_ss_marriage_not_possible + :next_node: :outcome_same_sex_marriage_and_civil_partnership_not_possible :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22420,7 +22420,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_affirmation + :next_node: :outcome_opposite_sex_marriage_in_affirmation_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22428,7 +22428,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_ss_marriage + :next_node: :outcome_same_sex_marriage_and_civil_partnership :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -22439,13 +22439,13 @@ :responses: - wallis-and-futuna - marriage - :next_node: :outcome_os_france_or_fot + :next_node: :outcome_marriage_in_france_or_french_overseas_territory :outcome_node: true - :current_node: :marriage_or_pacs? :responses: - wallis-and-futuna - pacs - :next_node: :outcome_cp_france_pacs + :next_node: :outcome_civil_partnership_in_france_or_french_overseas_territory :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -22471,7 +22471,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22479,7 +22479,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22494,7 +22494,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22502,7 +22502,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22517,7 +22517,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22525,7 +22525,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -22546,7 +22546,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22554,7 +22554,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22569,7 +22569,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22577,7 +22577,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22592,7 +22592,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22600,7 +22600,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -22621,7 +22621,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22629,7 +22629,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22644,7 +22644,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22652,7 +22652,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22667,7 +22667,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_other_countries + :next_node: :outcome_opposite_sex_marriage_in_other_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22675,7 +22675,7 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :country_of_ceremony? :responses: @@ -22701,7 +22701,7 @@ - uk - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22709,7 +22709,7 @@ - uk - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22724,7 +22724,7 @@ - uk - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22732,7 +22732,7 @@ - uk - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22747,7 +22747,7 @@ - uk - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22755,7 +22755,7 @@ - uk - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -22776,7 +22776,7 @@ - ceremony_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22784,7 +22784,7 @@ - ceremony_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22799,7 +22799,7 @@ - ceremony_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22807,7 +22807,7 @@ - ceremony_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22822,7 +22822,7 @@ - ceremony_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22830,7 +22830,7 @@ - ceremony_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :legal_residency? :responses: @@ -22851,7 +22851,7 @@ - third_country - partner_british - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22859,7 +22859,7 @@ - third_country - partner_british - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22874,7 +22874,7 @@ - third_country - partner_local - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22882,7 +22882,7 @@ - third_country - partner_local - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true - :current_node: :what_is_your_partners_nationality? :responses: @@ -22897,7 +22897,7 @@ - third_country - partner_other - opposite_sex - :next_node: :outcome_os_commonwealth + :next_node: :outcome_opposite_sex_marriage_in_commonwealth_countries :outcome_node: true - :current_node: :partner_opposite_or_same_sex? :responses: @@ -22905,5 +22905,5 @@ - third_country - partner_other - same_sex - :next_node: :outcome_cp_all_other_countries + :next_node: :outcome_same_sex_marriage_and_civil_partnership_in_other_countries :outcome_node: true diff --git a/test/integration/smart_answer_flows/marriage_abroad_test.rb b/test/integration/smart_answer_flows/marriage_abroad_test.rb index 648caf76483..8d00ac2c34c 100644 --- a/test/integration/smart_answer_flows/marriage_abroad_test.rb +++ b/test/integration/smart_answer_flows/marriage_abroad_test.rb @@ -47,7 +47,7 @@ def self.translations add_response 'opposite_sex' end should "give outcome ireland os" do - assert_current_node :outcome_ireland + assert_current_node :outcome_ceremonies_in_ireland end end context "partner is same sex" do @@ -55,7 +55,7 @@ def self.translations add_response 'same_sex' end should "give outcome ireland ss" do - assert_current_node :outcome_ireland + assert_current_node :outcome_ceremonies_in_ireland expected_location = WorldLocation.find('ireland') assert_equal expected_location, current_state.calculator.world_location end @@ -96,7 +96,7 @@ def self.translations add_response 'opposite_sex' end should "give outcome opposite sex commonwealth" do - assert_current_node :outcome_os_commonwealth + assert_current_node :outcome_opposite_sex_marriage_in_commonwealth_countries expected_location = WorldLocation.find('bahamas') assert_equal expected_location, current_state.calculator.world_location end @@ -106,7 +106,7 @@ def self.translations add_response 'same_sex' end should "give outcome same sex all other countries" do - assert_current_node :outcome_cp_all_other_countries + assert_current_node :outcome_same_sex_marriage_and_civil_partnership_in_other_countries end end end @@ -134,7 +134,7 @@ def self.translations add_response 'opposite_sex' end should "give outcome opposite sex commonwealth" do - assert_current_node :outcome_os_commonwealth + assert_current_node :outcome_opposite_sex_marriage_in_commonwealth_countries expected_location = WorldLocation.find('bahamas') assert_equal expected_location, current_state.calculator.world_location end @@ -144,7 +144,7 @@ def self.translations add_response 'same_sex' end should "give outcome all other countries" do - assert_current_node :outcome_cp_all_other_countries + assert_current_node :outcome_same_sex_marriage_and_civil_partnership_in_other_countries end end end @@ -172,7 +172,7 @@ def self.translations add_response 'opposite_sex' end should "give outcome opposite sex commonwealth" do - assert_current_node :outcome_os_commonwealth + assert_current_node :outcome_opposite_sex_marriage_in_commonwealth_countries expected_location = WorldLocation.find('bahamas') assert_equal expected_location, current_state.calculator.world_location end @@ -182,7 +182,7 @@ def self.translations add_response 'same_sex' end should "give outcome all other countries" do - assert_current_node :outcome_cp_all_other_countries + assert_current_node :outcome_same_sex_marriage_and_civil_partnership_in_other_countries end end end @@ -198,7 +198,7 @@ def self.translations add_response 'opposite_sex' end should "go to commonwealth os outcome" do - assert_current_node :outcome_os_commonwealth + assert_current_node :outcome_opposite_sex_marriage_in_commonwealth_countries expected_location = WorldLocation.find('australia') assert_equal expected_location, current_state.calculator.world_location end @@ -213,7 +213,7 @@ def self.translations add_response 'opposite_sex' end should "go to commonwealth os outcome" do - assert_current_node :outcome_os_commonwealth + assert_current_node :outcome_opposite_sex_marriage_in_commonwealth_countries expected_location = WorldLocation.find('bahamas') assert_equal expected_location, current_state.calculator.world_location end @@ -228,7 +228,7 @@ def self.translations add_response 'opposite_sex' end should "go to commonwealth os outcome" do - assert_current_node :outcome_os_commonwealth + assert_current_node :outcome_opposite_sex_marriage_in_commonwealth_countries end end @@ -241,13 +241,13 @@ def self.translations add_response 'uk' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_commonwealth + assert_current_node :outcome_opposite_sex_marriage_in_commonwealth_countries end should "go to commonwealth os outcome for non-uk resident" do add_response 'ceremony_country' add_response 'partner_local' add_response 'opposite_sex' - assert_current_node :outcome_os_commonwealth + assert_current_node :outcome_opposite_sex_marriage_in_commonwealth_countries end end @@ -260,7 +260,7 @@ def self.translations add_response 'opposite_sex' end should "go to commonwealth os outcome" do - assert_current_node :outcome_os_commonwealth + assert_current_node :outcome_opposite_sex_marriage_in_commonwealth_countries end end @@ -273,7 +273,7 @@ def self.translations add_response 'opposite_sex' end should "go to commonwealth os outcome" do - assert_current_node :outcome_os_commonwealth + assert_current_node :outcome_opposite_sex_marriage_in_commonwealth_countries end end @@ -286,7 +286,7 @@ def self.translations add_response 'same_sex' end should "go to consular cp outcome" do - assert_current_node :outcome_cp_consular + assert_current_node :outcome_same_sex_civil_partnership_in_consular_countries end end @@ -299,7 +299,7 @@ def self.translations add_response 'opposite_sex' end should "go to bot os outcome" do - assert_current_node :outcome_os_bot + assert_current_node :outcome_opposite_sex_marriage_in_british_overseas_territory end end @@ -312,7 +312,7 @@ def self.translations add_response 'opposite_sex' end should "go to bos os outcome" do - assert_current_node :outcome_os_bot + assert_current_node :outcome_opposite_sex_marriage_in_british_overseas_territory end end @@ -325,7 +325,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -338,7 +338,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -350,8 +350,8 @@ def self.translations add_response 'partner_british' add_response 'opposite_sex' end - should "go to outcome_consular_cni_os_residing_in_third_country" do - assert_current_node :outcome_consular_cni_os_residing_in_third_country + should "go to outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country" do + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country end end @@ -364,7 +364,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end # variants for italy @@ -377,7 +377,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_italy + assert_current_node :outcome_opposite_sex_marriage_in_italy_when_residing_in_uk_or_italy end end @@ -390,7 +390,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_italy + assert_current_node :outcome_opposite_sex_marriage_in_italy_when_residing_in_uk_or_italy end end @@ -402,8 +402,8 @@ def self.translations add_response 'partner_other' add_response 'opposite_sex' end - should "go to outcome_consular_cni_os_residing_in_third_country" do - assert_current_node :outcome_consular_cni_os_residing_in_third_country + should "go to outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country" do + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country end end @@ -417,7 +417,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_germany + assert_current_node :outcome_opposite_sex_marriage_in_germany end end @@ -430,7 +430,7 @@ def self.translations add_response 'same_sex' end should "go to cp or equivalent outcome" do - assert_current_node :outcome_cp_or_equivalent + assert_current_node :outcome_same_sex_civil_partnership end end @@ -443,7 +443,7 @@ def self.translations add_response 'same_sex' end should "go to ss marriage" do - assert_current_node :outcome_ss_marriage + assert_current_node :outcome_same_sex_marriage_and_civil_partnership end end #variants for uk residency (again) @@ -456,7 +456,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -469,7 +469,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end #variant for uk resident, ceremony not in italy @@ -482,12 +482,12 @@ def self.translations end should "go to consular cni os outcome for opposite sex marriage" do add_response 'opposite_sex' - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end - should "go to outcome_cp_consular outcome for same sex marriage" do + should "go to outcome_same_sex_civil_partnership_in_consular_countries outcome for same sex marriage" do add_response 'same_sex' - assert_current_node :outcome_cp_consular + assert_current_node :outcome_same_sex_civil_partnership_in_consular_countries end end #variant for local resident, ceremony not in italy or germany @@ -500,7 +500,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -512,8 +512,8 @@ def self.translations add_response 'partner_british' add_response 'opposite_sex' end - should "go to outcome_consular_cni_os_residing_in_third_country" do - assert_current_node :outcome_consular_cni_os_residing_in_third_country + should "go to outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country" do + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country end end @@ -527,7 +527,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -543,8 +543,8 @@ def self.translations add_response 'partner_british' add_response 'opposite_sex' end - should "go to outcome_spain with UK/OS specific phrases" do - assert_current_node :outcome_spain + should "go to outcome_ceremonies_in_spain with UK/OS specific phrases" do + assert_current_node :outcome_ceremonies_in_spain end end @@ -554,8 +554,8 @@ def self.translations add_response 'partner_local' add_response 'opposite_sex' end - should "go to outcome_spain with ceremony country OS specific phrases" do - assert_current_node :outcome_spain + should "go to outcome_ceremonies_in_spain with ceremony country OS specific phrases" do + assert_current_node :outcome_ceremonies_in_spain end end @@ -566,8 +566,8 @@ def self.translations add_response 'opposite_sex' end - should "go to outcome_spain with third country OS specific phrases" do - assert_current_node :outcome_spain + should "go to outcome_ceremonies_in_spain with third country OS specific phrases" do + assert_current_node :outcome_ceremonies_in_spain end end @@ -578,8 +578,8 @@ def self.translations add_response 'same_sex' end - should "go to outcome_spain with UK/SS specific phrases" do - assert_current_node :outcome_spain + should "go to outcome_ceremonies_in_spain with UK/SS specific phrases" do + assert_current_node :outcome_ceremonies_in_spain end end @@ -590,8 +590,8 @@ def self.translations add_response 'same_sex' end - should "go to outcome_spain with third country SS specific phrases" do - assert_current_node :outcome_spain + should "go to outcome_ceremonies_in_spain with third country SS specific phrases" do + assert_current_node :outcome_ceremonies_in_spain end end end @@ -605,7 +605,7 @@ def self.translations add_response 'opposite_sex' end should "go to os poland outcome" do - assert_current_node :outcome_os_poland + assert_current_node :outcome_opposite_sex_marriage_in_poland_when_residing_in_uk_or_poland end end @@ -618,7 +618,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end #variant for foreign resident, ceremony not in italy @@ -630,8 +630,8 @@ def self.translations add_response 'partner_local' add_response 'opposite_sex' end - should "go to outcome_consular_cni_os_residing_in_third_country" do - assert_current_node :outcome_consular_cni_os_residing_in_third_country + should "go to outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country" do + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country end end @@ -643,8 +643,8 @@ def self.translations add_response 'partner_british' add_response 'opposite_sex' end - should "go to outcome_consular_cni_os_residing_in_third_country" do - assert_current_node :outcome_consular_cni_os_residing_in_third_country + should "go to outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country" do + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country end end @@ -654,25 +654,25 @@ def self.translations add_response 'belgium' end - should "go to outcome_os_affirmation for opposite sex marriages" do + should "go to outcome_opposite_sex_marriage_in_affirmation_countries for opposite sex marriages" do add_response 'third_country' add_response 'partner_other' add_response 'opposite_sex' - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end - should "go to outcome_ss_affirmation for same sex marriages for residents in a third country" do + should "go to outcome_same_sex_civil_partnership_in_affirmation_countries for same sex marriages for residents in a third country" do add_response 'third_country' add_response 'partner_british' add_response 'same_sex' - assert_current_node :outcome_ss_affirmation + assert_current_node :outcome_same_sex_civil_partnership_in_affirmation_countries end - should "go to outcome_ss_affirmation for same sex marriages for residents in Belgium" do + should "go to outcome_same_sex_civil_partnership_in_affirmation_countries for same sex marriages for residents in Belgium" do add_response 'ceremony_country' add_response 'partner_british' add_response 'same_sex' - assert_current_node :outcome_ss_affirmation + assert_current_node :outcome_same_sex_civil_partnership_in_affirmation_countries end end @@ -685,7 +685,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -696,7 +696,7 @@ def self.translations add_response 'mayotte' end should "go to marriage in france or fot outcome" do - assert_current_node :outcome_os_france_or_fot + assert_current_node :outcome_marriage_in_france_or_french_overseas_territory end end @@ -707,7 +707,7 @@ def self.translations add_response 'marriage' end should "go to france or fot marriage outcome" do - assert_current_node :outcome_os_france_or_fot + assert_current_node :outcome_marriage_in_france_or_french_overseas_territory end end @@ -721,7 +721,7 @@ def self.translations add_response 'opposite_sex' end should "go to os affirmation outcome" do - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -734,7 +734,7 @@ def self.translations add_response 'opposite_sex' end should "go to os affirmation outcome" do - assert_current_node :outcome_os_colombia + assert_current_node :outcome_opposite_sex_marriage_in_colombia end end @@ -747,7 +747,7 @@ def self.translations add_response 'opposite_sex' end should "go to os affirmation outcome" do - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -760,7 +760,7 @@ def self.translations add_response 'opposite_sex' end should "go to os affirmation outcome" do - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -773,7 +773,7 @@ def self.translations add_response 'opposite_sex' end should "go to os affirmation outcome" do - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -786,7 +786,7 @@ def self.translations add_response 'opposite_sex' end should "go to os oman outcome" do - assert_current_node :outcome_os_oman + assert_current_node :outcome_opposite_sex_marriage_in_oman end end @@ -799,7 +799,7 @@ def self.translations add_response 'opposite_sex' end should "go to os affirmation outcome" do - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -812,7 +812,7 @@ def self.translations add_response 'opposite_sex' end should "go to os affirmation outcome" do - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -823,7 +823,7 @@ def self.translations add_response 'ceremony_country' add_response 'partner_other' add_response 'opposite_sex' - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -840,7 +840,7 @@ def self.translations add_response 'opposite_sex' end should "go to os affirmation outcome" do - assert_current_node :outcome_os_cambodia + assert_current_node :outcome_opposite_sex_marriage_in_cambodia end end @@ -850,8 +850,8 @@ def self.translations add_response 'partner_other' add_response 'same_sex' end - should "go to outcome_ss_marriage" do - assert_current_node :outcome_ss_marriage + should "go to outcome_same_sex_marriage_and_civil_partnership" do + assert_current_node :outcome_same_sex_marriage_and_civil_partnership end end end @@ -866,7 +866,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -879,7 +879,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_no_cni + assert_current_node :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country end end @@ -892,7 +892,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_no_cni + assert_current_node :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country end end @@ -902,18 +902,18 @@ def self.translations add_response 'cote-d-ivoire' end - should "lead to outcome_marriage_via_local_authorities when in the UK" do + should "lead to outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries when in the UK" do add_response 'uk' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_marriage_via_local_authorities + assert_current_node :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries end - should "lead to outcome_marriage_via_local_authorities when in a third country" do + should "lead to outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries when in a third country" do add_response 'third_country' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_marriage_via_local_authorities + assert_current_node :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries end end @@ -924,7 +924,7 @@ def self.translations add_response 'marriage' end should "go to consular cni os outcome" do - assert_current_node :outcome_monaco + assert_current_node :outcome_ceremonies_in_monaco end end @@ -935,7 +935,7 @@ def self.translations add_response 'pacs' end should "go to consular cni os outcome" do - assert_current_node :outcome_monaco + assert_current_node :outcome_ceremonies_in_monaco end end @@ -947,8 +947,8 @@ def self.translations add_response 'partner_other' add_response 'opposite_sex' end - should "go to outcome_consular_cni_os_residing_in_third_country" do - assert_current_node :outcome_consular_cni_os_residing_in_third_country + should "go to outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country" do + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country end end @@ -961,29 +961,29 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end context "ceremony in usa, lives elsewhere, partner other" do - should "go to outcome_marriage_via_local_authorities" do + should "go to outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries" do worldwide_api_has_organisations_for_location('usa', read_fixture_file('worldwide/usa_organisations.json')) add_response 'usa' add_response 'third_country' add_response 'partner_other' add_response 'opposite_sex' - assert_current_node :outcome_marriage_via_local_authorities + assert_current_node :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries end end context "ceremony in argentina, lives elsewhere, partner other" do - should "go to outcome_marriage_via_local_authorities" do + should "go to outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries" do worldwide_api_has_organisations_for_location('argentina', read_fixture_file('worldwide/argentina_organisations.json')) add_response 'argentina' add_response 'third_country' add_response 'partner_other' add_response 'opposite_sex' - assert_current_node :outcome_marriage_via_local_authorities + assert_current_node :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries end end @@ -996,7 +996,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_other_countries + assert_current_node :outcome_opposite_sex_marriage_in_other_countries end end @@ -1009,7 +1009,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_no_cni + assert_current_node :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country end end @@ -1022,7 +1022,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_other_countries + assert_current_node :outcome_opposite_sex_marriage_in_other_countries end end @@ -1035,7 +1035,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_other_countries + assert_current_node :outcome_opposite_sex_marriage_in_other_countries end end @@ -1047,8 +1047,8 @@ def self.translations add_response 'partner_local' add_response 'opposite_sex' end - should "go to outcome_os_other_countries" do # Consular services in Yemen are temporarily ceased. Normal outcome: consular cni os outcome - assert_current_node :outcome_os_other_countries + should "go to outcome_opposite_sex_marriage_in_other_countries" do # Consular services in Yemen are temporarily ceased. Normal outcome: consular cni os outcome + assert_current_node :outcome_opposite_sex_marriage_in_other_countries end end @@ -1061,7 +1061,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_other_countries + assert_current_node :outcome_opposite_sex_marriage_in_other_countries end end @@ -1074,7 +1074,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_other_countries + assert_current_node :outcome_opposite_sex_marriage_in_other_countries end end @@ -1087,7 +1087,7 @@ def self.translations add_response 'opposite_sex' end should "go to consular cni os outcome" do - assert_current_node :outcome_os_other_countries + assert_current_node :outcome_opposite_sex_marriage_in_other_countries end end @@ -1100,7 +1100,7 @@ def self.translations add_response 'opposite_sex' end should "go to russia CNI outcome" do - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -1113,7 +1113,7 @@ def self.translations add_response 'same_sex' end should "go to cp or equivalent outcome" do - assert_current_node :outcome_cp_or_equivalent + assert_current_node :outcome_same_sex_civil_partnership end end @@ -1126,7 +1126,7 @@ def self.translations add_response 'same_sex' end should "go to cp or equivalent outcome" do - assert_current_node :outcome_cp_or_equivalent + assert_current_node :outcome_same_sex_civil_partnership assert_equal 'the Czech Republic', current_state.calculator.country_name_lowercase_prefix end end @@ -1140,7 +1140,7 @@ def self.translations add_response 'same_sex' end should "go to cp or equivalent os outcome" do - assert_current_node :outcome_cp_or_equivalent + assert_current_node :outcome_same_sex_civil_partnership end end @@ -1151,7 +1151,7 @@ def self.translations add_response 'pacs' end should "go to fran ce ot fot PACS outcome" do - assert_current_node :outcome_cp_france_pacs + assert_current_node :outcome_civil_partnership_in_france_or_french_overseas_territory end end @@ -1162,7 +1162,7 @@ def self.translations add_response 'pacs' end should "go to france or fot pacs outcome" do - assert_current_node :outcome_cp_france_pacs + assert_current_node :outcome_civil_partnership_in_france_or_french_overseas_territory end end @@ -1176,7 +1176,7 @@ def self.translations add_response 'uk' add_response 'partner_local' add_response 'same_sex' - assert_current_node :outcome_cp_no_cni + assert_current_node :outcome_same_sex_civil_partnership_in_no_cni_countries assert_equal 'the USA', current_state.calculator.country_name_lowercase_prefix end @@ -1184,7 +1184,7 @@ def self.translations add_response 'ceremony_country' add_response 'partner_local' add_response 'same_sex' - assert_current_node :outcome_cp_no_cni + assert_current_node :outcome_same_sex_civil_partnership_in_no_cni_countries assert_equal 'the USA', current_state.calculator.country_name_lowercase_prefix end end @@ -1198,7 +1198,7 @@ def self.translations add_response 'same_sex' end should "go to cp no cni required outcome" do - assert_current_node :outcome_cp_no_cni + assert_current_node :outcome_same_sex_civil_partnership_in_no_cni_countries end end @@ -1211,7 +1211,7 @@ def self.translations add_response 'same_sex' end should "go to cp no cni required outcome" do - assert_current_node :outcome_cp_no_cni + assert_current_node :outcome_same_sex_civil_partnership_in_no_cni_countries end end @@ -1224,7 +1224,7 @@ def self.translations add_response 'same_sex' end should "go to cp no cni required outcome" do - assert_current_node :outcome_cp_no_cni + assert_current_node :outcome_same_sex_civil_partnership_in_no_cni_countries end end @@ -1237,7 +1237,7 @@ def self.translations add_response 'same_sex' end should "go to cp commonwealth countries outcome" do - assert_current_node :outcome_cp_commonwealth_countries + assert_current_node :outcome_same_sex_civil_partnership_in_commonwealth_countries end end @@ -1250,7 +1250,7 @@ def self.translations add_response 'same_sex' end should "go to consular cni cp countries outcome" do - assert_current_node :outcome_cp_or_equivalent + assert_current_node :outcome_same_sex_civil_partnership end end @@ -1263,7 +1263,7 @@ def self.translations add_response 'same_sex' end should "go to all other countries outcome" do - assert_current_node :outcome_ss_marriage_not_possible + assert_current_node :outcome_same_sex_marriage_and_civil_partnership_not_possible end end @@ -1276,7 +1276,7 @@ def self.translations add_response 'same_sex' end should "go to all other countries outcome" do - assert_current_node :outcome_cp_all_other_countries + assert_current_node :outcome_same_sex_marriage_and_civil_partnership_in_other_countries end end @@ -1289,7 +1289,7 @@ def self.translations add_response 'same_sex' end should "go to consular cni cp countries outcome" do - assert_current_node :outcome_ss_marriage + assert_current_node :outcome_same_sex_marriage_and_civil_partnership end end @@ -1302,7 +1302,7 @@ def self.translations add_response 'same_sex' end should "go to cp all other countries outcome" do - assert_current_node :outcome_ss_marriage + assert_current_node :outcome_same_sex_marriage_and_civil_partnership end end @@ -1316,15 +1316,15 @@ def self.translations add_response 'ceremony_country' add_response 'partner_other' add_response 'opposite_sex' - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country assert_equal "British Embassy San Jose", current_state.calculator.fco_organisation.title end - should "go to outcome_consular_cni_os_residing_in_third_country and suggest arranging CNI through the Embassy in Costa Rica" do + should "go to outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country and suggest arranging CNI through the Embassy in Costa Rica" do add_response 'third_country' add_response 'partner_other' add_response 'opposite_sex' - assert_current_node :outcome_consular_cni_os_residing_in_third_country + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country end end @@ -1336,8 +1336,8 @@ def self.translations add_response 'partner_local' add_response 'same_sex' end - should "go to outcome_ss_marriage" do - assert_current_node :outcome_ss_marriage + should "go to outcome_same_sex_marriage_and_civil_partnership" do + assert_current_node :outcome_same_sex_marriage_and_civil_partnership end end @@ -1348,7 +1348,7 @@ def self.translations add_response 'ceremony_country' add_response 'partner_british' add_response 'same_sex' - assert_current_node :outcome_ss_marriage + assert_current_node :outcome_same_sex_marriage_and_civil_partnership end end @@ -1359,7 +1359,7 @@ def self.translations add_response 'uk' add_response 'partner_other' add_response 'opposite_sex' - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -1370,7 +1370,7 @@ def self.translations add_response 'uk' add_response 'partner_other' add_response 'same_sex' - assert_current_node :outcome_ss_marriage + assert_current_node :outcome_same_sex_marriage_and_civil_partnership end end @@ -1381,7 +1381,7 @@ def self.translations add_response 'ceremony_country' add_response 'partner_local' add_response 'opposite_sex' - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -1399,11 +1399,11 @@ def self.translations should "give a japan-specific outcome" do add_response 'opposite_sex' - assert_current_node :outcome_os_japan + assert_current_node :outcome_opposite_sex_marriage_in_japan end should "give ss outcome with japan variants" do add_response 'same_sex' - assert_current_node :outcome_ss_marriage + assert_current_node :outcome_same_sex_marriage_and_civil_partnership end end @@ -1415,7 +1415,7 @@ def self.translations end should "have a japan-specific intro" do - assert_current_node :outcome_os_japan + assert_current_node :outcome_opposite_sex_marriage_in_japan end end @@ -1427,7 +1427,7 @@ def self.translations end should "give CNI outcome when marrying to an opposite sex non-local partner" do - assert_current_node :outcome_os_japan + assert_current_node :outcome_opposite_sex_marriage_in_japan end end @@ -1439,7 +1439,7 @@ def self.translations end should "takes the user to a Japan specific outcome for opposite sex marriages" do - assert_current_node :outcome_os_japan + assert_current_node :outcome_opposite_sex_marriage_in_japan end end end @@ -1458,7 +1458,7 @@ def self.translations end should 'give a Slovenia specific outcome' do - assert_current_node :outcome_os_slovenia + assert_current_node :outcome_opposite_sex_marriage_in_slovenia_when_residing_in_uk_or_slovenia end end end @@ -1470,7 +1470,7 @@ def self.translations add_response 'uk' add_response 'partner_local' add_response 'opposite_sex' - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -1480,7 +1480,7 @@ def self.translations add_response 'switzerland' add_response 'uk' add_response 'opposite_sex' - assert_current_node :outcome_switzerland + assert_current_node :outcome_ceremonies_in_switzerland end end @@ -1490,7 +1490,7 @@ def self.translations add_response 'switzerland' add_response 'ceremony_country' add_response 'same_sex' - assert_current_node :outcome_switzerland + assert_current_node :outcome_ceremonies_in_switzerland end end @@ -1500,7 +1500,7 @@ def self.translations add_response 'switzerland' add_response 'uk' add_response 'same_sex' - assert_current_node :outcome_switzerland + assert_current_node :outcome_ceremonies_in_switzerland end end @@ -1510,7 +1510,7 @@ def self.translations add_response 'switzerland' add_response 'third_country' add_response 'opposite_sex' - assert_current_node :outcome_switzerland + assert_current_node :outcome_ceremonies_in_switzerland end end @@ -1521,7 +1521,7 @@ def self.translations add_response 'uk' add_response 'partner_british' add_response 'same_sex' - assert_current_node :outcome_ss_marriage + assert_current_node :outcome_same_sex_marriage_and_civil_partnership end end @@ -1532,7 +1532,7 @@ def self.translations add_response 'uk' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -1543,7 +1543,7 @@ def self.translations add_response 'uk' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_portugal + assert_current_node :outcome_ceremonies_in_portugal end end @@ -1556,8 +1556,8 @@ def self.translations add_response 'opposite_sex' end should "go to cni outcome" do - assert_current_node :outcome_os_consular_cni - end + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country + end end context "ceremony in finland, resident in the UK, partner local" do @@ -1569,8 +1569,8 @@ def self.translations add_response 'opposite_sex' end should "go to cni outcome" do - assert_current_node :outcome_os_consular_cni - end + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country + end end context "ceremony in finland, resident in Australia, partner other" do @@ -1582,7 +1582,7 @@ def self.translations add_response 'opposite_sex' end should "go to affirmation outcome with specific fee table" do - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -1595,7 +1595,7 @@ def self.translations add_response 'opposite_sex' end should "go to outcome cni with specific fee table" do - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -1608,18 +1608,18 @@ def self.translations add_response 'same_sex' end should "go to affirmation outcome with specific fee table" do - assert_current_node :outcome_cp_or_equivalent + assert_current_node :outcome_same_sex_civil_partnership end end context "south-korea new outcome" do - should "go to :outcome_os_affirmation outcome" do + should "go to :outcome_opposite_sex_marriage_in_affirmation_countries outcome" do worldwide_api_has_organisations_for_location('south-korea', read_fixture_file('worldwide/south-korea_organisations.json')) add_response 'south-korea' add_response 'uk' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -1632,40 +1632,40 @@ def self.translations add_response 'opposite_sex' end should "go to os affirmation outcome" do - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end context "Slovakia" do - should "lead to outcome_marriage_via_local_authorities" do + should "lead to outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries" do worldwide_api_has_organisations_for_location('slovakia', read_fixture_file('worldwide/slovakia_organisations.json')) add_response 'slovakia' add_response 'uk' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_marriage_via_local_authorities + assert_current_node :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries end end context "Ukraine" do - should "lead to outcome_marriage_via_local_authorities" do + should "lead to outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries" do worldwide_api_has_organisations_for_location('ukraine', read_fixture_file('worldwide/ukraine_organisations.json')) add_response 'ukraine' add_response 'uk' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_marriage_via_local_authorities + assert_current_node :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries end end context "Netherlands" do - should "bring you to outcome_marriage_via_local_authorities" do + should "bring you to outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries" do worldwide_api_has_organisations_for_location('netherlands', read_fixture_file('worldwide/netherlands_organisations.json')) add_response 'netherlands' add_response 'uk' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_marriage_via_local_authorities + assert_current_node :outcome_ceremonies_in_netherlands_or_marriage_via_local_authority_countries end end @@ -1679,14 +1679,14 @@ def self.translations add_response 'uk' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_indonesia + assert_current_node :outcome_opposite_sex_marriage_in_indonesia end should "bring you to the custom Indonesia os outcome for third country residents" do add_response 'third_country' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_indonesia + assert_current_node :outcome_opposite_sex_marriage_in_indonesia end end @@ -1697,7 +1697,7 @@ def self.translations add_response 'uk' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -1709,8 +1709,8 @@ def self.translations add_response 'partner_other' add_response 'same_sex' end - should "go to outcome_ss_marriage" do - assert_current_node :outcome_ss_marriage + should "go to outcome_same_sex_marriage_and_civil_partnership" do + assert_current_node :outcome_same_sex_marriage_and_civil_partnership end end @@ -1723,7 +1723,7 @@ def self.translations add_response 'same_sex' end should "go to ss outcome" do - assert_current_node :outcome_ss_marriage + assert_current_node :outcome_same_sex_marriage_and_civil_partnership end end @@ -1735,8 +1735,8 @@ def self.translations add_response 'partner_other' add_response 'same_sex' end - should "go to outcome_ss_marriage_not_possible" do - assert_current_node :outcome_ss_marriage_not_possible + should "go to outcome_same_sex_marriage_and_civil_partnership_not_possible" do + assert_current_node :outcome_same_sex_marriage_and_civil_partnership_not_possible end end @@ -1749,7 +1749,7 @@ def self.translations add_response 'opposite_sex' end should "go to affirmation_os_outcome" do - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -1761,8 +1761,8 @@ def self.translations add_response 'partner_british' add_response 'opposite_sex' end - should "go to outcome_consular_cni_os_residing_in_third_country" do - assert_current_node :outcome_consular_cni_os_residing_in_third_country + should "go to outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country" do + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country end end @@ -1775,7 +1775,7 @@ def self.translations add_response 'opposite_sex' end should "go to portugal outcome" do - assert_current_node :outcome_portugal + assert_current_node :outcome_ceremonies_in_portugal end end @@ -1788,7 +1788,7 @@ def self.translations add_response 'opposite_sex' end should "go to portugal outcome" do - assert_current_node :outcome_portugal + assert_current_node :outcome_ceremonies_in_portugal end end @@ -1800,8 +1800,8 @@ def self.translations add_response 'partner_other' add_response 'opposite_sex' end - should "go to :outcome_os_consular_cni outcome" do - assert_current_node :outcome_os_consular_cni + should "go to :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country outcome" do + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -1810,18 +1810,18 @@ def self.translations worldwide_api_has_organisations_for_location('qatar', read_fixture_file('worldwide/croatia_organisations.json')) add_response 'qatar' end - should "go to :outcome_os_consular_cni outcome" do + should "go to :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country outcome" do add_response 'ceremony_country' add_response 'partner_other' add_response 'opposite_sex' - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end - should "go to outcome_os_affirmation outcome" do + should "go to outcome_opposite_sex_marriage_in_affirmation_countries outcome" do add_response 'third_country' add_response 'partner_other' add_response 'opposite_sex' - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -1833,8 +1833,8 @@ def self.translations add_response 'partner_british' add_response 'same_sex' end - should "go to outcome_ss_marriage" do - assert_current_node :outcome_ss_marriage + should "go to outcome_same_sex_marriage_and_civil_partnership" do + assert_current_node :outcome_same_sex_marriage_and_civil_partnership end end @@ -1847,7 +1847,7 @@ def self.translations add_response 'same_sex' end should "go to outcome 'no same sex marriage allowed' because partner is not british" do - assert_current_node :outcome_cp_all_other_countries + assert_current_node :outcome_same_sex_marriage_and_civil_partnership_in_other_countries end end @@ -1856,19 +1856,19 @@ def self.translations worldwide_api_has_organisations_for_location('belarus', read_fixture_file('worldwide/belarus_organisations.json')) add_response 'belarus' end - should "go to outcome_os_belarus and show correct link for appointments in Minsk, opposite sex marriage" do + should "go to outcome_opposite_sex_marriage_in_belarus and show correct link for appointments in Minsk, opposite sex marriage" do add_response 'ceremony_country' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_belarus + assert_current_node :outcome_opposite_sex_marriage_in_belarus assert_match /Make an appointment at the embassy in Minsk/, outcome_body end - should "go to outcome_os_belarus when in third country" do + should "go to outcome_opposite_sex_marriage_in_belarus when in third country" do add_response 'third_country' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_belarus + assert_current_node :outcome_opposite_sex_marriage_in_belarus end end @@ -1881,7 +1881,7 @@ def self.translations add_response 'opposite_sex' end should "go to os affirmation outcome" do - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -1894,7 +1894,7 @@ def self.translations add_response 'opposite_sex' end should "go to os affirmation outcome" do - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -1904,25 +1904,25 @@ def self.translations add_response 'mexico' end - should "go to outcome_consular_cni_os_residing_in_third_country" do + should "go to outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country" do add_response 'third_country' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_consular_cni_os_residing_in_third_country + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country end - should "show outcome_os_consular_cni when partner is local" do + should "show outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country when partner is local" do add_response 'ceremony_country' add_response 'partner_local' add_response 'opposite_sex' - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end - should "show outcome_os_consular_cni when partner is british" do + should "show outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country when partner is british" do add_response 'ceremony_country' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -1934,8 +1934,8 @@ def self.translations add_response 'partner_british' add_response 'opposite_sex' end - should "lead to outcome_consular_cni_os_residing_in_third_country" do - assert_current_node :outcome_consular_cni_os_residing_in_third_country + should "lead to outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country" do + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country end end @@ -1947,8 +1947,8 @@ def self.translations add_response 'partner_british' add_response 'opposite_sex' end - should "lead to outcome_consular_cni_os_residing_in_third_country" do - assert_current_node :outcome_consular_cni_os_residing_in_third_country + should "lead to outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country" do + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country end end @@ -1960,8 +1960,8 @@ def self.translations add_response 'partner_british' add_response 'opposite_sex' end - should "show outcome_os_consular_cni" do - assert_current_node :outcome_os_consular_cni + should "show outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country" do + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -1973,8 +1973,8 @@ def self.translations add_response 'partner_british' add_response 'opposite_sex' end - should "show outcome_os_consular_cni" do - assert_current_node :outcome_os_consular_cni + should "show outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country" do + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -1988,7 +1988,7 @@ def self.translations add_response 'opposite_sex' end should "show 7 day notice" do - assert_current_node :outcome_os_commonwealth + assert_current_node :outcome_opposite_sex_marriage_in_commonwealth_countries end end @@ -2001,7 +2001,7 @@ def self.translations add_response 'opposite_sex' end should "show 7 day notice" do - assert_current_node :outcome_os_no_cni + assert_current_node :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country end end @@ -2014,7 +2014,7 @@ def self.translations add_response 'same_sex' end should "do not allow marriage" do - assert_current_node :outcome_ss_marriage_not_possible + assert_current_node :outcome_same_sex_marriage_and_civil_partnership_not_possible end end @@ -2027,7 +2027,7 @@ def self.translations add_response 'same_sex' end should "do not allow marriage" do - assert_current_node :outcome_ss_marriage_malta + assert_current_node :outcome_same_sex_marriage_and_civil_partnership_in_malta end end @@ -2040,7 +2040,7 @@ def self.translations add_response 'opposite_sex' end should "do not allow marriage" do - assert_current_node :outcome_os_commonwealth + assert_current_node :outcome_opposite_sex_marriage_in_commonwealth_countries end end @@ -2054,14 +2054,14 @@ def self.translations add_response 'third_country' add_response 'partner_local' add_response 'opposite_sex' - assert_current_node :outcome_brazil_not_living_in_the_uk + assert_current_node :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country end should "suggest to swear affidavit in front of notary public when in ceremony country" do add_response 'ceremony_country' add_response 'partner_local' add_response 'opposite_sex' - assert_current_node :outcome_brazil_not_living_in_the_uk + assert_current_node :outcome_marriage_in_brazil_when_residing_in_brazil_or_third_country end end @@ -2078,8 +2078,8 @@ def self.translations add_response 'opposite_sex' end - should "leads to outcome_consular_cni_os_residing_in_third_country" do - assert_current_node :outcome_consular_cni_os_residing_in_third_country + should "leads to outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country" do + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country end end @@ -2089,8 +2089,8 @@ def self.translations add_response 'partner_other' add_response 'opposite_sex' end - should "lead to outcome_os_consular_cni with Greece-specific appoitnment link and document requirements" do - assert_current_node :outcome_os_consular_cni + should "lead to outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country with Greece-specific appoitnment link and document requirements" do + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end end @@ -2104,7 +2104,7 @@ def self.translations add_response 'opposite_sex' end should "not include the links to download documents" do - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end @@ -2120,8 +2120,8 @@ def self.translations add_response 'partner_local' add_response 'opposite_sex' end - should "lead to outcome_os_laos" do - assert_current_node :outcome_os_laos + should "lead to outcome_opposite_sex_marriage_in_laos_with_lao_national" do + assert_current_node :outcome_opposite_sex_marriage_in_laos_with_lao_national end end @@ -2131,8 +2131,8 @@ def self.translations add_response 'partner_local' add_response 'opposite_sex' end - should "lead to outcome_os_laos" do - assert_current_node :outcome_os_laos + should "lead to outcome_opposite_sex_marriage_in_laos_with_lao_national" do + assert_current_node :outcome_opposite_sex_marriage_in_laos_with_lao_national end end @@ -2142,8 +2142,8 @@ def self.translations add_response 'partner_local' add_response 'opposite_sex' end - should "lead to outcome_os_laos" do - assert_current_node :outcome_os_laos + should "lead to outcome_opposite_sex_marriage_in_laos_with_lao_national" do + assert_current_node :outcome_opposite_sex_marriage_in_laos_with_lao_national end end @@ -2153,8 +2153,8 @@ def self.translations add_response 'partner_other' add_response 'opposite_sex' end - should "lead to outcome_os_marriage_impossible_no_laos_locals" do - assert_current_node :outcome_os_marriage_impossible_no_laos_locals + should "lead to outcome_opposite_sex_marriage_in_laos_without_lao_national" do + assert_current_node :outcome_opposite_sex_marriage_in_laos_without_lao_national end end end @@ -2167,7 +2167,7 @@ def self.translations add_response 'partner_local' add_response 'same_sex' - assert_current_node :outcome_ss_marriage + assert_current_node :outcome_same_sex_marriage_and_civil_partnership end end @@ -2179,7 +2179,7 @@ def self.translations add_response 'partner_local' add_response 'same_sex' - assert_current_node :outcome_cp_all_other_countries + assert_current_node :outcome_same_sex_marriage_and_civil_partnership_in_other_countries end end @@ -2189,28 +2189,28 @@ def self.translations add_response 'kosovo' end - should "lead to outcome_consular_cni_os_residing_in_third_country if in third country" do + should "lead to outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country if in third country" do add_response 'third_country' add_response 'partner_local' add_response 'opposite_sex' - assert_current_node :outcome_consular_cni_os_residing_in_third_country + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country end - should "lead to a :outcome_os_kosovo outcome for uk, partner_local and opposite_sex" do + should "lead to a :outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo outcome for uk, partner_local and opposite_sex" do add_response 'uk' add_response 'partner_local' add_response 'opposite_sex' - assert_current_node :outcome_os_kosovo + assert_current_node :outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo end - should "lead to a :outcome_os_kosovo outcome for ceremony_country, partner_local and opposite_sex" do + should "lead to a :outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo outcome for ceremony_country, partner_local and opposite_sex" do add_response 'ceremony_country' add_response 'partner_local' add_response 'opposite_sex' - assert_current_node :outcome_os_kosovo + assert_current_node :outcome_opposite_sex_marriage_in_kosovo_when_residing_in_uk_or_kosovo end end @@ -2221,16 +2221,16 @@ def self.translations add_response 'ceremony_country' end - should "lead to outcome_ss_marriage when both partners are same sex british" do + should "lead to outcome_same_sex_marriage_and_civil_partnership when both partners are same sex british" do add_response 'partner_british' add_response 'same_sex' - assert_current_node :outcome_ss_marriage + assert_current_node :outcome_same_sex_marriage_and_civil_partnership end - should "lead to outcome_ss_marriage_not_possible when both partners are same sex not british" do + should "lead to outcome_same_sex_marriage_and_civil_partnership_not_possible when both partners are same sex not british" do add_response 'partner_local' add_response 'same_sex' - assert_current_node :outcome_ss_marriage_not_possible + assert_current_node :outcome_same_sex_marriage_and_civil_partnership_not_possible end end @@ -2246,13 +2246,13 @@ def self.translations should "suggest to contact local authorities even if the user is in third country for OS (because they don't have many embassies)" do add_response 'opposite_sex' - assert_current_node :outcome_os_no_cni + assert_current_node :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country end should "suggest to contact local authorities even if the user is in third country for SS (because they don't have many embassies)" do add_response 'same_sex' - assert_current_node :outcome_os_no_cni + assert_current_node :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country end end @@ -2268,13 +2268,13 @@ def self.translations should "suggest to contact local authorities even if the user is in third country for OS (because they don't have many embassies)" do add_response 'opposite_sex' - assert_current_node :outcome_os_no_cni + assert_current_node :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country end should "suggest to contact local authorities even if the user is in third country for SS (because they don't have many embassies)" do add_response 'same_sex' - assert_current_node :outcome_os_no_cni + assert_current_node :outcome_opposite_sex_in_no_cni_countries_when_residing_in_ceremony_or_third_country end end @@ -2286,7 +2286,7 @@ def self.translations add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end should "lead to an affirmation outcome for opposite sex marriages directing users to Hong Kong with an intro about residency" do @@ -2296,7 +2296,7 @@ def self.translations add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end end @@ -2308,7 +2308,7 @@ def self.translations add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_hong_kong + assert_current_node :outcome_opposite_sex_marriage_in_hong_kong end end @@ -2322,21 +2322,21 @@ def self.translations add_response 'ceremony_country' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_affirmation + assert_current_node :outcome_opposite_sex_marriage_in_affirmation_countries end should "lead to the CNI outcome for opposite sex marriages for UK residents" do add_response 'uk' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end should "lead to a custom CNI third country outcome when in a thiord country" do add_response 'third_country' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_consular_cni_os_residing_in_third_country + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_third_country end should "lead to SS affirmation outcome" do @@ -2344,18 +2344,18 @@ def self.translations add_response 'partner_british' add_response 'same_sex' - assert_current_node :outcome_ss_affirmation + assert_current_node :outcome_same_sex_civil_partnership_in_affirmation_countries end end context "Seychelles" do - should "lead to outcome_ss_marriage for same sex marriages" do + should "lead to outcome_same_sex_marriage_and_civil_partnership for same sex marriages" do worldwide_api_has_organisations_for_location('seychelles', read_fixture_file('worldwide/seychelles_organisations.json')) add_response 'seychelles' add_response 'ceremony_country' add_response 'partner_local' add_response 'same_sex' - assert_current_node :outcome_ss_marriage_not_possible + assert_current_node :outcome_same_sex_marriage_and_civil_partnership_not_possible end end @@ -2366,7 +2366,7 @@ def self.translations add_response 'ceremony_country' add_response 'partner_british' add_response 'opposite_sex' - assert_current_node :outcome_os_consular_cni + assert_current_node :outcome_opposite_sex_marriage_in_consular_cni_countries_when_residing_in_uk_or_ceremony_country end end end