diff --git a/seed/questions/date_night.json b/seed/questions/date_night.json index 54574da2..7fdd18b8 100644 --- a/seed/questions/date_night.json +++ b/seed/questions/date_night.json @@ -2,18 +2,17 @@ "category": { "id": "date_night", "display_name": "Date Night", - "description": "Grounded, fun date-night prompts for real couples: playful choices, low-pressure plans, flirty moments, and date ideas that do not feel like therapy homework or random snack clown content.", + "description": "Warm, playful, low-pressure prompts for planning dates, feeling chosen, making memories, and keeping time together enjoyable.", "access": "mixed", - "icon_name": "calendar_heart", "total_questions": 250, "free_questions": 75, "premium_questions": 175, "question_type_counts": { - "multi_choice": 140, + "written": 10, "single_choice": 50, + "multi_choice": 140, "scale": 35, - "this_or_that": 15, - "written": 10 + "this_or_that": 15 }, "schema_version": "question_v2", "supported_types": [ @@ -23,12178 +22,11756 @@ "scale", "this_or_that" ], - "content_policy": { - "voice": "warm, specific, date-like, and lightly playful without sounding childish", - "target_mix": "standard 250-pack mix from QUESTION_CONTENT_GUIDE", - "review_version": "date_night_v7_grounded_fun_reviewed", - "patch_policy": "v7 patches v6 scale prompt rhythm and validation report after user flagged v5 as too childish.", - "hard_avoid": [ - "therapy voice", - "household admin", - "chores", - "tax-form planning", - "random snack circus", - "fake trophy overuse", - "awkward joke prompts" - ], - "format_rules": [ - "use concrete date choices a couple could actually do", - "keep playfulness mature and natural", - "make options answer the question directly", - "avoid making every prompt a tiny mission or snack bit" - ] + "metadata": { + "content_version": "date_night_v8_guide_aligned", + "guide_version": "QUESTION_CONTENT_GUIDE current dev + QUESTION_SCHEMA v6 + QUALITY_CHECKLIST v7", + "review_policy": "10 exact batches of 25 with global duplicate and repetition checks", + "mass_rewrite_reason": "The repo file had stale metadata, actual type counts that did not match the declared split, duplicated compatibility option blocks, and repeated template language across more than 60% of the pack.", + "compatibility_note": "Numeric depth and answer_config fields are retained for the active importer. Choice questions also retain top-level options." } }, "questions": [ { "id": "date_night_001", "category_id": "date_night", - "type": "single_choice", - "text": "Which date sounds most like us this week?", + "type": "written", + "text": "What tiny date would make this week feel lighter?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "weekly_date" - ], - "options": [ - { - "id": "a", - "text": "Dinner at a familiar favorite" - }, - { - "id": "b", - "text": "A walk with coffee" - }, - { - "id": "c", - "text": "Trying one new place" - }, - { - "id": "d", - "text": "Staying in with a real plan" - } + "easy_dates", + "busy_life" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Dinner at a familiar favorite" - }, - { - "id": "b", - "text": "A walk with coffee" - }, - { - "id": "c", - "text": "Trying one new place" - }, - { - "id": "d", - "text": "Staying in with a real plan" - } - ] - } + "min_length": 1, + "max_length": 500, + "placeholder": "Write your answer..." + }, + "access": "free" }, { "id": "date_night_002", "category_id": "date_night", "type": "single_choice", - "text": "What would make tonight feel more like a date?", + "text": "Which no-fuss date sounds best after a long day?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "tonight" + "easy_dates" ], "options": [ { - "id": "a", - "text": "Getting ready a little" + "id": "dessert_on_the_porch", + "text": "Dessert on the porch" }, { - "id": "b", - "text": "Choosing food together" + "id": "a_playlist_drive", + "text": "A playlist drive" }, { - "id": "c", - "text": "Starting at a real time" + "id": "takeout_somewhere_pretty", + "text": "Takeout somewhere pretty" }, { - "id": "d", - "text": "Putting phones away for the first hour" + "id": "one_movie_under_a_blanket", + "text": "One movie under a blanket" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Getting ready a little" + "id": "dessert_on_the_porch", + "text": "Dessert on the porch" }, { - "id": "b", - "text": "Choosing food together" + "id": "a_playlist_drive", + "text": "A playlist drive" }, { - "id": "c", - "text": "Starting at a real time" + "id": "takeout_somewhere_pretty", + "text": "Takeout somewhere pretty" }, { - "id": "d", - "text": "Putting phones away for the first hour" + "id": "one_movie_under_a_blanket", + "text": "One movie under a blanket" } ] - } + }, + "access": "free" }, { "id": "date_night_003", "category_id": "date_night", "type": "single_choice", - "text": "If we only plan one thing, what should it be?", + "text": "What mood should our next easy date have?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "simple_plan" + "mood" ], "options": [ { - "id": "a", - "text": "Where we eat" + "id": "cozy_and_quiet", + "text": "Cozy and quiet" }, { - "id": "b", - "text": "What we watch" + "id": "playful_and_silly", + "text": "Playful and silly" }, { - "id": "c", - "text": "Where we walk" + "id": "sweet_and_romantic", + "text": "Sweet and romantic" }, { - "id": "d", - "text": "What dessert we split" + "id": "curious_and_spontaneous", + "text": "Curious and spontaneous" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Where we eat" + "id": "cozy_and_quiet", + "text": "Cozy and quiet" }, { - "id": "b", - "text": "What we watch" + "id": "playful_and_silly", + "text": "Playful and silly" }, { - "id": "c", - "text": "Where we walk" + "id": "sweet_and_romantic", + "text": "Sweet and romantic" }, { - "id": "d", - "text": "What dessert we split" + "id": "curious_and_spontaneous", + "text": "Curious and spontaneous" } ] - } + }, + "access": "free" }, { "id": "date_night_004", "category_id": "date_night", "type": "single_choice", - "text": "Which low-effort date would still feel intentional?", + "text": "Which twenty-minute date would you actually look forward to?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "low_effort" + "quick_date" ], "options": [ { - "id": "a", - "text": "Takeout with candles" + "id": "coffee_and_a_walk", + "text": "Coffee and a walk" }, { - "id": "b", - "text": "A coffee walk" + "id": "a_shared_dessert", + "text": "A shared dessert" }, { - "id": "c", - "text": "A shared playlist night" + "id": "two_songs_in_the_kitchen", + "text": "Two songs in the kitchen" }, { - "id": "d", - "text": "Dessert somewhere close" + "id": "a_sunset_stop", + "text": "A sunset stop" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Takeout with candles" + "id": "coffee_and_a_walk", + "text": "Coffee and a walk" }, { - "id": "b", - "text": "A coffee walk" + "id": "a_shared_dessert", + "text": "A shared dessert" }, { - "id": "c", - "text": "A shared playlist night" + "id": "two_songs_in_the_kitchen", + "text": "Two songs in the kitchen" }, { - "id": "d", - "text": "Dessert somewhere close" + "id": "a_sunset_stop", + "text": "A sunset stop" } ] - } + }, + "access": "free" }, { "id": "date_night_005", "category_id": "date_night", "type": "single_choice", - "text": "What kind of date mood fits us right now?", + "text": "Which low-cost treat would make tonight feel date-like?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "mood" + "low_cost", + "food" ], "options": [ { - "id": "a", - "text": "Easy and cozy" + "id": "fancy_hot_chocolate", + "text": "Fancy hot chocolate" }, { - "id": "b", - "text": "Flirty and dressed up" + "id": "a_bakery_pick", + "text": "A bakery pick" }, { - "id": "c", - "text": "Curious and new" + "id": "homemade_sundaes", + "text": "Homemade sundaes" }, { - "id": "d", - "text": "Quiet and unrushed" + "id": "a_favorite_drink_run", + "text": "A favorite drink run" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Easy and cozy" + "id": "fancy_hot_chocolate", + "text": "Fancy hot chocolate" }, { - "id": "b", - "text": "Flirty and dressed up" + "id": "a_bakery_pick", + "text": "A bakery pick" }, { - "id": "c", - "text": "Curious and new" + "id": "homemade_sundaes", + "text": "Homemade sundaes" }, { - "id": "d", - "text": "Quiet and unrushed" + "id": "a_favorite_drink_run", + "text": "A favorite drink run" } ] - } + }, + "access": "free" }, { "id": "date_night_006", "category_id": "date_night", "type": "single_choice", - "text": "Which date detail would make the night better?", + "text": "Which morning mini-date sounds most inviting?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "details" + "morning" ], "options": [ { - "id": "a", - "text": "A reservation" + "id": "breakfast_outside", + "text": "Breakfast outside" }, { - "id": "b", - "text": "A good playlist" + "id": "coffee_in_the_car", + "text": "Coffee in the car" }, { - "id": "c", - "text": "A surprise dessert" + "id": "a_farmers_market_lap", + "text": "A farmers-market lap" }, { - "id": "d", - "text": "A place we can talk" + "id": "pastries_and_a_slow_start", + "text": "Pastries and a slow start" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A reservation" + "id": "breakfast_outside", + "text": "Breakfast outside" }, { - "id": "b", - "text": "A good playlist" + "id": "coffee_in_the_car", + "text": "Coffee in the car" }, { - "id": "c", - "text": "A surprise dessert" + "id": "a_farmers_market_lap", + "text": "A farmers-market lap" }, { - "id": "d", - "text": "A place we can talk" + "id": "pastries_and_a_slow_start", + "text": "Pastries and a slow start" } ] - } + }, + "access": "free" }, { "id": "date_night_007", "category_id": "date_night", - "type": "single_choice", - "text": "What should we protect most on our next date?", + "type": "multi_choice", + "text": "How could a no-planning night still feel special?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "priority" + "easy_dates", + "special" ], "options": [ { - "id": "a", - "text": "No rushing" + "id": "choosing_one_favorite_food", + "text": "Choosing one favorite food" }, { - "id": "b", - "text": "Good food" + "id": "putting_on_a_date_night_playlist", + "text": "Putting on a date-night playlist" }, { - "id": "c", - "text": "Real conversation" + "id": "changing_into_something_comfortable", + "text": "Changing into something comfortable" }, { - "id": "d", - "text": "A little flirting" + "id": "giving_each_other_full_attention", + "text": "Giving each other full attention" + }, + { + "id": "ending_with_a_small_treat", + "text": "Ending with a small treat" } ], "answer_config": { "options": [ { - "id": "a", - "text": "No rushing" + "id": "choosing_one_favorite_food", + "text": "Choosing one favorite food" }, { - "id": "b", - "text": "Good food" + "id": "putting_on_a_date_night_playlist", + "text": "Putting on a date-night playlist" }, { - "id": "c", - "text": "Real conversation" + "id": "changing_into_something_comfortable", + "text": "Changing into something comfortable" }, { - "id": "d", - "text": "A little flirting" + "id": "giving_each_other_full_attention", + "text": "Giving each other full attention" + }, + { + "id": "ending_with_a_small_treat", + "text": "Ending with a small treat" } ] - } + }, + "access": "free" }, { "id": "date_night_008", "category_id": "date_night", - "type": "single_choice", - "text": "Which stay-in date would actually feel fun?", + "type": "multi_choice", + "text": "Pick the free-date ideas you would genuinely enjoy:", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "stay_in" + "free_dates" ], "options": [ { - "id": "a", - "text": "Cooking something simple" + "id": "watching_the_sunset", + "text": "Watching the sunset" }, { - "id": "b", - "text": "A movie with snacks" + "id": "exploring_a_new_walking_route", + "text": "Exploring a new walking route" }, { - "id": "c", - "text": "A board game and dessert" + "id": "stargazing_with_hot_drinks", + "text": "Stargazing with hot drinks" }, { - "id": "d", - "text": "A music-and-drinks night" + "id": "touring_local_murals", + "text": "Touring local murals" + }, + { + "id": "making_a_shared_photo_challenge", + "text": "Making a shared photo challenge" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Cooking something simple" + "id": "watching_the_sunset", + "text": "Watching the sunset" }, { - "id": "b", - "text": "A movie with snacks" + "id": "exploring_a_new_walking_route", + "text": "Exploring a new walking route" }, { - "id": "c", - "text": "A board game and dessert" + "id": "stargazing_with_hot_drinks", + "text": "Stargazing with hot drinks" }, { - "id": "d", - "text": "A music-and-drinks night" + "id": "touring_local_murals", + "text": "Touring local murals" + }, + { + "id": "making_a_shared_photo_challenge", + "text": "Making a shared photo challenge" } ] - } + }, + "access": "free" }, { "id": "date_night_009", "category_id": "date_night", - "type": "single_choice", - "text": "Which going-out date sounds easiest to say yes to?", + "type": "multi_choice", + "text": "Which details would improve a simple drive together?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "going_out" + "drive" ], "options": [ { - "id": "a", - "text": "A favorite restaurant" + "id": "a_route_neither_of_us_usually_takes", + "text": "A route neither of us usually takes" }, { - "id": "b", - "text": "A new coffee shop" + "id": "a_playlist_we_build_together", + "text": "A playlist we build together" }, { - "id": "c", - "text": "A short walk downtown" + "id": "one_stop_for_something_sweet", + "text": "One stop for something sweet" }, { - "id": "d", - "text": "A bookstore stop" + "id": "no_deadline_to_get_home", + "text": "No deadline to get home" + }, + { + "id": "a_question_we_have_never_asked", + "text": "A question we have never asked" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A favorite restaurant" + "id": "a_route_neither_of_us_usually_takes", + "text": "A route neither of us usually takes" }, { - "id": "b", - "text": "A new coffee shop" + "id": "a_playlist_we_build_together", + "text": "A playlist we build together" }, { - "id": "c", - "text": "A short walk downtown" + "id": "one_stop_for_something_sweet", + "text": "One stop for something sweet" }, { - "id": "d", - "text": "A bookstore stop" + "id": "no_deadline_to_get_home", + "text": "No deadline to get home" + }, + { + "id": "a_question_we_have_never_asked", + "text": "A question we have never asked" } ] - } + }, + "access": "free" }, { "id": "date_night_010", "category_id": "date_night", - "type": "single_choice", - "text": "If date night starts late, what still works?", + "type": "multi_choice", + "text": "What belongs in an easy coffee date?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "late_night" + "coffee_date" ], "options": [ { - "id": "a", - "text": "Dessert out" + "id": "a_table_where_we_can_linger", + "text": "A table where we can linger" }, { - "id": "b", - "text": "A short drive" + "id": "a_drink_chosen_for_each_other", + "text": "A drink chosen for each other" }, { - "id": "c", - "text": "A movie at home" + "id": "one_shared_pastry", + "text": "One shared pastry" }, { - "id": "d", - "text": "A quiet drink together" + "id": "phones_kept_out_of_reach", + "text": "Phones kept out of reach" + }, + { + "id": "a_short_walk_afterward", + "text": "A short walk afterward" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Dessert out" + "id": "a_table_where_we_can_linger", + "text": "A table where we can linger" }, { - "id": "b", - "text": "A short drive" + "id": "a_drink_chosen_for_each_other", + "text": "A drink chosen for each other" }, { - "id": "c", - "text": "A movie at home" + "id": "one_shared_pastry", + "text": "One shared pastry" }, { - "id": "d", - "text": "A quiet drink together" + "id": "phones_kept_out_of_reach", + "text": "Phones kept out of reach" + }, + { + "id": "a_short_walk_afterward", + "text": "A short walk afterward" } ] - } + }, + "access": "free" }, { "id": "date_night_011", "category_id": "date_night", - "type": "single_choice", - "text": "What would make a regular dinner feel special?", + "type": "multi_choice", + "text": "Which upgrades would make movie night feel like a real date?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "dinner" + "movie_night" ], "options": [ { - "id": "a", - "text": "Ordering something new" + "id": "picking_the_movie_together", + "text": "Picking the movie together" }, { - "id": "b", - "text": "Sitting somewhere nicer" + "id": "making_one_special_snack", + "text": "Making one special snack" }, { - "id": "c", - "text": "Dressing up a little" + "id": "dimming_the_room", + "text": "Dimming the room" }, { - "id": "d", - "text": "Sharing dessert" + "id": "starting_with_a_slow_dance", + "text": "Starting with a slow dance" + }, + { + "id": "saving_time_to_talk_afterward", + "text": "Saving time to talk afterward" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Ordering something new" + "id": "picking_the_movie_together", + "text": "Picking the movie together" }, { - "id": "b", - "text": "Sitting somewhere nicer" + "id": "making_one_special_snack", + "text": "Making one special snack" }, { - "id": "c", - "text": "Dressing up a little" + "id": "dimming_the_room", + "text": "Dimming the room" }, { - "id": "d", - "text": "Sharing dessert" + "id": "starting_with_a_slow_dance", + "text": "Starting with a slow dance" + }, + { + "id": "saving_time_to_talk_afterward", + "text": "Saving time to talk afterward" } ] - } + }, + "access": "free" }, { "id": "date_night_012", "category_id": "date_night", - "type": "single_choice", - "text": "Which date would make us laugh without trying too hard?", + "type": "multi_choice", + "text": "What could turn a regular walk into a memorable date?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "laugh" + "walk" ], "options": [ { - "id": "a", - "text": "A bad movie pick" + "id": "a_destination_with_a_view", + "text": "A destination with a view" }, { - "id": "b", - "text": "A mini golf round" + "id": "a_silly_photo_mission", + "text": "A silly photo mission" }, { - "id": "c", - "text": "A thrift-store browse" + "id": "a_drink_to_carry_along", + "text": "A drink to carry along" }, { - "id": "d", - "text": "A cooking attempt" + "id": "taking_a_route_chosen_at_random", + "text": "Taking a route chosen at random" + }, + { + "id": "stopping_somewhere_we_have_never_noticed", + "text": "Stopping somewhere we have never noticed" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A bad movie pick" + "id": "a_destination_with_a_view", + "text": "A destination with a view" }, { - "id": "b", - "text": "A mini golf round" + "id": "a_silly_photo_mission", + "text": "A silly photo mission" }, { - "id": "c", - "text": "A thrift-store browse" + "id": "a_drink_to_carry_along", + "text": "A drink to carry along" }, { - "id": "d", - "text": "A cooking attempt" + "id": "taking_a_route_chosen_at_random", + "text": "Taking a route chosen at random" + }, + { + "id": "stopping_somewhere_we_have_never_noticed", + "text": "Stopping somewhere we have never noticed" } ] - } + }, + "access": "free" }, { "id": "date_night_013", "category_id": "date_night", - "type": "single_choice", - "text": "What date would feel worth leaving the house for?", + "type": "multi_choice", + "text": "Which pieces make breakfast together feel romantic?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "out" + "breakfast" ], "options": [ { - "id": "a", - "text": "Great food" + "id": "no_rushing_to_the_next_thing", + "text": "No rushing to the next thing" }, { - "id": "b", - "text": "Live music" + "id": "music_playing_quietly", + "text": "Music playing quietly" }, { - "id": "c", - "text": "A view" + "id": "one_unexpected_favorite_food", + "text": "One unexpected favorite food" }, { - "id": "d", - "text": "A place we have not tried" + "id": "sitting_somewhere_different", + "text": "Sitting somewhere different" + }, + { + "id": "a_sweet_note_beside_the_plate", + "text": "A sweet note beside the plate" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Great food" + "id": "no_rushing_to_the_next_thing", + "text": "No rushing to the next thing" }, { - "id": "b", - "text": "Live music" + "id": "music_playing_quietly", + "text": "Music playing quietly" }, { - "id": "c", - "text": "A view" + "id": "one_unexpected_favorite_food", + "text": "One unexpected favorite food" }, { - "id": "d", - "text": "A place we have not tried" + "id": "sitting_somewhere_different", + "text": "Sitting somewhere different" + }, + { + "id": "a_sweet_note_beside_the_plate", + "text": "A sweet note beside the plate" } ] - } + }, + "access": "free" }, { "id": "date_night_014", "category_id": "date_night", - "type": "single_choice", - "text": "Which date-night surprise would land best?", + "type": "multi_choice", + "text": "What helps a last-minute date work well for you?", "depth": 2, - "access": "free", "tags": [ - "date_night", - "single_choice", - "surprise" + "spontaneity" ], "options": [ { - "id": "a", - "text": "Dessert chosen for us" + "id": "a_simple_choice_between_two_plans", + "text": "A simple choice between two plans" }, { - "id": "b", - "text": "A new spot picked ahead" + "id": "knowing_the_time_limit", + "text": "Knowing the time limit" }, { - "id": "c", - "text": "A playlist for the drive" + "id": "comfortable_clothes", + "text": "Comfortable clothes" }, { - "id": "d", - "text": "A small note before we go" + "id": "an_easy_exit_if_energy_drops", + "text": "An easy exit if energy drops" + }, + { + "id": "something_small_to_look_forward_to", + "text": "Something small to look forward to" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Dessert chosen for us" + "id": "a_simple_choice_between_two_plans", + "text": "A simple choice between two plans" }, { - "id": "b", - "text": "A new spot picked ahead" + "id": "knowing_the_time_limit", + "text": "Knowing the time limit" }, { - "id": "c", - "text": "A playlist for the drive" + "id": "comfortable_clothes", + "text": "Comfortable clothes" }, { - "id": "d", - "text": "A small note before we go" + "id": "an_easy_exit_if_energy_drops", + "text": "An easy exit if energy drops" + }, + { + "id": "something_small_to_look_forward_to", + "text": "Something small to look forward to" } ] - } + }, + "access": "free" }, { "id": "date_night_015", "category_id": "date_night", - "type": "single_choice", - "text": "What should our next at-home date include?", + "type": "multi_choice", + "text": "Select the dates that fit into less than an hour:", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "home" + "quick_date" ], "options": [ { - "id": "a", - "text": "Something good to eat" + "id": "a_bookstore_browse", + "text": "A bookstore browse" }, { - "id": "b", - "text": "A movie we both picked" + "id": "a_dessert_stop", + "text": "A dessert stop" }, { - "id": "c", - "text": "A drink we actually like" + "id": "a_neighborhood_photo_walk", + "text": "A neighborhood photo walk" }, { - "id": "d", - "text": "A start time we keep" + "id": "a_quick_card_game_at_a_cafe", + "text": "A quick card game at a cafe" + }, + { + "id": "a_scenic_overlook_visit", + "text": "A scenic overlook visit" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Something good to eat" + "id": "a_bookstore_browse", + "text": "A bookstore browse" }, { - "id": "b", - "text": "A movie we both picked" + "id": "a_dessert_stop", + "text": "A dessert stop" }, { - "id": "c", - "text": "A drink we actually like" + "id": "a_neighborhood_photo_walk", + "text": "A neighborhood photo walk" }, { - "id": "d", - "text": "A start time we keep" + "id": "a_quick_card_game_at_a_cafe", + "text": "A quick card game at a cafe" + }, + { + "id": "a_scenic_overlook_visit", + "text": "A scenic overlook visit" } ] - } + }, + "access": "free" }, { "id": "date_night_016", "category_id": "date_night", - "type": "single_choice", - "text": "Which kind of date do we need more of?", - "depth": 2, - "access": "free", + "type": "multi_choice", + "text": "Which cozy details sound best for a tired-night date?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "variety" + "low_energy" ], "options": [ { - "id": "a", - "text": "Slow and quiet" + "id": "soft_lighting", + "text": "Soft lighting" }, { - "id": "b", - "text": "Playful and active" + "id": "warm_drinks", + "text": "Warm drinks" }, { - "id": "c", - "text": "Dressed-up and romantic" + "id": "a_short_comedy_special", + "text": "A short comedy special" }, { - "id": "d", - "text": "Simple and familiar" + "id": "sitting_close_without_multitasking", + "text": "Sitting close without multitasking" + }, + { + "id": "an_early_ending", + "text": "An early ending" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Slow and quiet" + "id": "soft_lighting", + "text": "Soft lighting" }, { - "id": "b", - "text": "Playful and active" + "id": "warm_drinks", + "text": "Warm drinks" }, { - "id": "c", - "text": "Dressed-up and romantic" + "id": "a_short_comedy_special", + "text": "A short comedy special" }, { - "id": "d", - "text": "Simple and familiar" + "id": "sitting_close_without_multitasking", + "text": "Sitting close without multitasking" + }, + { + "id": "an_early_ending", + "text": "An early ending" } ] - } + }, + "access": "free" }, { "id": "date_night_017", "category_id": "date_night", - "type": "single_choice", - "text": "What would make us both look forward to date night?", - "depth": 2, - "access": "free", + "type": "multi_choice", + "text": "Which details lift a simple dinner above ordinary?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "anticipation" + "dinner" ], "options": [ { - "id": "a", - "text": "A place we have been meaning to try" + "id": "trying_one_new_appetizer", + "text": "Trying one new appetizer" }, { - "id": "b", - "text": "A plan that is not too packed" + "id": "wearing_something_that_feels_good", + "text": "Wearing something that feels good" }, { - "id": "c", - "text": "A reason to dress up" + "id": "sharing_a_dessert", + "text": "Sharing a dessert" }, { - "id": "d", - "text": "A dessert we can split" + "id": "asking_one_fun_question", + "text": "Asking one fun question" + }, + { + "id": "taking_a_short_walk_after", + "text": "Taking a short walk after" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A place we have been meaning to try" + "id": "trying_one_new_appetizer", + "text": "Trying one new appetizer" }, { - "id": "b", - "text": "A plan that is not too packed" + "id": "wearing_something_that_feels_good", + "text": "Wearing something that feels good" }, { - "id": "c", - "text": "A reason to dress up" + "id": "sharing_a_dessert", + "text": "Sharing a dessert" }, { - "id": "d", - "text": "A dessert we can split" + "id": "asking_one_fun_question", + "text": "Asking one fun question" + }, + { + "id": "taking_a_short_walk_after", + "text": "Taking a short walk after" } ] - } + }, + "access": "free" }, { "id": "date_night_018", "category_id": "date_night", - "type": "single_choice", - "text": "Which date sounds best when we are both tired?", + "type": "multi_choice", + "text": "Which rainy-night plans would you save for later?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "tired" + "rainy_day" ], "options": [ { - "id": "a", - "text": "Coffee and a walk" + "id": "building_a_tasting_board", + "text": "Building a tasting board" }, { - "id": "b", - "text": "Takeout with a movie" + "id": "choosing_old_photos_to_revisit", + "text": "Choosing old photos to revisit" }, { - "id": "c", - "text": "A short dinner out" + "id": "playing_a_two_person_game", + "text": "Playing a two-person game" }, { - "id": "d", - "text": "Dessert and an early night" + "id": "watching_a_comfort_movie", + "text": "Watching a comfort movie" + }, + { + "id": "cooking_something_new_together", + "text": "Cooking something new together" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Coffee and a walk" + "id": "building_a_tasting_board", + "text": "Building a tasting board" }, { - "id": "b", - "text": "Takeout with a movie" + "id": "choosing_old_photos_to_revisit", + "text": "Choosing old photos to revisit" }, { - "id": "c", - "text": "A short dinner out" + "id": "playing_a_two_person_game", + "text": "Playing a two-person game" }, { - "id": "d", - "text": "Dessert and an early night" + "id": "watching_a_comfort_movie", + "text": "Watching a comfort movie" + }, + { + "id": "cooking_something_new_together", + "text": "Cooking something new together" } ] - } + }, + "access": "free" }, { "id": "date_night_019", "category_id": "date_night", - "type": "single_choice", - "text": "What should we try before repeating our usual date?", + "type": "multi_choice", + "text": "How can staying nearby still feel adventurous?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "new" + "local", + "adventure" ], "options": [ { - "id": "a", - "text": "A new appetizer" + "id": "trying_a_place_we_always_pass", + "text": "Trying a place we always pass" }, { - "id": "b", - "text": "A different neighborhood" + "id": "following_a_local_recommendation", + "text": "Following a local recommendation" }, { - "id": "c", - "text": "A matinee movie" + "id": "taking_the_scenic_route_home", + "text": "Taking the scenic route home" }, { - "id": "d", - "text": "A local event" + "id": "choosing_a_surprise_stop", + "text": "Choosing a surprise stop" + }, + { + "id": "bringing_back_a_tiny_souvenir", + "text": "Bringing back a tiny souvenir" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A new appetizer" + "id": "trying_a_place_we_always_pass", + "text": "Trying a place we always pass" }, { - "id": "b", - "text": "A different neighborhood" + "id": "following_a_local_recommendation", + "text": "Following a local recommendation" }, { - "id": "c", - "text": "A matinee movie" + "id": "taking_the_scenic_route_home", + "text": "Taking the scenic route home" }, { - "id": "d", - "text": "A local event" + "id": "choosing_a_surprise_stop", + "text": "Choosing a surprise stop" + }, + { + "id": "bringing_back_a_tiny_souvenir", + "text": "Bringing back a tiny souvenir" } ] - } + }, + "access": "free" }, { "id": "date_night_020", "category_id": "date_night", - "type": "single_choice", - "text": "Which date feels most like our style?", - "depth": 2, - "access": "free", + "type": "multi_choice", + "text": "Which tiny date traditions could make ordinary weeks more fun?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "style" + "easy_dates", + "tradition" ], "options": [ { - "id": "a", - "text": "Comfortable and familiar" + "id": "choose_a_new_drink_each_time", + "text": "Choose a new drink each time" }, { - "id": "b", - "text": "A little spontaneous" + "id": "take_one_candid_photo", + "text": "Take one candid photo" }, { - "id": "c", - "text": "Quiet but romantic" + "id": "trade_who_picks_the_location", + "text": "Trade who picks the location" }, { - "id": "d", - "text": "Playful and low-pressure" + "id": "end_with_a_ten_minute_walk", + "text": "End with a ten-minute walk" + }, + { + "id": "give_the_date_a_playful_name", + "text": "Give the date a playful name" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Comfortable and familiar" + "id": "choose_a_new_drink_each_time", + "text": "Choose a new drink each time" }, { - "id": "b", - "text": "A little spontaneous" + "id": "take_one_candid_photo", + "text": "Take one candid photo" }, { - "id": "c", - "text": "Quiet but romantic" + "id": "trade_who_picks_the_location", + "text": "Trade who picks the location" }, { - "id": "d", - "text": "Playful and low-pressure" + "id": "end_with_a_ten_minute_walk", + "text": "End with a ten-minute walk" + }, + { + "id": "give_the_date_a_playful_name", + "text": "Give the date a playful name" } ] - } + }, + "access": "free" }, { "id": "date_night_021", "category_id": "date_night", - "type": "single_choice", - "text": "What date-night move would feel most romantic?", - "depth": 2, - "access": "free", + "type": "scale", + "text": "How much do you want a real date this week?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "romance" - ], - "options": [ - { - "id": "a", - "text": "Saving time to talk" - }, - { - "id": "b", - "text": "Choosing a thoughtful spot" - }, - { - "id": "c", - "text": "Holding hands more" - }, - { - "id": "d", - "text": "Ending with dessert" - } + "frequency" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Saving time to talk" - }, - { - "id": "b", - "text": "Choosing a thoughtful spot" - }, - { - "id": "c", - "text": "Holding hands more" - }, - { - "id": "d", - "text": "Ending with dessert" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Not urgently", + "maxLabel": "Very much" + }, + "access": "free" }, { "id": "date_night_022", "category_id": "date_night", - "type": "single_choice", - "text": "Which small splurge feels worth it?", + "type": "scale", + "text": "How planned should our next easy date be?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "splurge" - ], - "options": [ - { - "id": "a", - "text": "A nicer dessert" - }, - { - "id": "b", - "text": "Better seats" - }, - { - "id": "c", - "text": "A ride instead of parking stress" - }, - { - "id": "d", - "text": "A drink somewhere pretty" - } + "planning" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A nicer dessert" - }, - { - "id": "b", - "text": "Better seats" - }, - { - "id": "c", - "text": "A ride instead of parking stress" - }, - { - "id": "d", - "text": "A drink somewhere pretty" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Almost no plan", + "maxLabel": "A clear little plan" + }, + "access": "free" }, { "id": "date_night_023", "category_id": "date_night", - "type": "single_choice", - "text": "What would make the next date easier to start?", + "type": "scale", + "text": "How much energy should the next date require?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "start" - ], - "options": [ - { - "id": "a", - "text": "Picking the place now" - }, - { - "id": "b", - "text": "Choosing the time now" - }, - { - "id": "c", - "text": "Keeping it close to home" - }, - { - "id": "d", - "text": "Making it casual" - } + "energy" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Picking the place now" - }, - { - "id": "b", - "text": "Choosing the time now" - }, - { - "id": "c", - "text": "Keeping it close to home" - }, - { - "id": "d", - "text": "Making it casual" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Barely any", + "maxLabel": "Let us make a night of it" + }, + "access": "free" }, { "id": "date_night_024", "category_id": "date_night", - "type": "single_choice", - "text": "Which date would be fun to repeat?", - "depth": 2, - "access": "free", + "type": "scale", + "text": "How budget-conscious should our next date be?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "repeat" - ], - "options": [ - { - "id": "a", - "text": "Our first-date style" - }, - { - "id": "b", - "text": "Our favorite dinner spot" - }, - { - "id": "c", - "text": "A walk we always like" - }, - { - "id": "d", - "text": "A movie night that worked" - } + "budget" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Our first-date style" - }, - { - "id": "b", - "text": "Our favorite dinner spot" - }, - { - "id": "c", - "text": "A walk we always like" - }, - { - "id": "d", - "text": "A movie night that worked" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Use what we have", + "maxLabel": "Spend for something special" + }, + "access": "free" }, { "id": "date_night_025", "category_id": "date_night", - "type": "single_choice", - "text": "What kind of date makes us talk the most?", - "depth": 2, - "access": "free", + "type": "this_or_that", + "text": "Sunset walk or late-night drive?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "conversation" + "quick_choice" ], "options": [ { - "id": "a", - "text": "A long walk" + "id": "sunset_walk", + "text": "Sunset walk" }, { - "id": "b", - "text": "A quiet restaurant" - }, - { - "id": "c", - "text": "A scenic drive" - }, - { - "id": "d", - "text": "Coffee with nowhere to rush" + "id": "late_night_drive", + "text": "Late-night drive" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A long walk" + "id": "sunset_walk", + "text": "Sunset walk" }, { - "id": "b", - "text": "A quiet restaurant" - }, - { - "id": "c", - "text": "A scenic drive" - }, - { - "id": "d", - "text": "Coffee with nowhere to rush" + "id": "late_night_drive", + "text": "Late-night drive" } - ] - } + ], + "optionA": "Sunset walk", + "optionB": "Late-night drive" + }, + "access": "free" }, { "id": "date_night_026", "category_id": "date_night", - "type": "single_choice", - "text": "Which date should we save for a good-weather day?", + "type": "written", + "text": "What at-home date would you happily repeat every month?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "weather" - ], - "options": [ - { - "id": "a", - "text": "A picnic" - }, - { - "id": "b", - "text": "A long walk" - }, - { - "id": "c", - "text": "Outdoor music" - }, - { - "id": "d", - "text": "A patio dinner" - } + "home_date", + "tradition" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A picnic" - }, - { - "id": "b", - "text": "A long walk" - }, - { - "id": "c", - "text": "Outdoor music" - }, - { - "id": "d", - "text": "A patio dinner" - } - ] - } + "min_length": 1, + "max_length": 500, + "placeholder": "Write your answer..." + }, + "access": "free" }, { "id": "date_night_027", "category_id": "date_night", "type": "single_choice", - "text": "What date would make an ordinary week feel better?", + "text": "Which kitchen date sounds most fun?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "ordinary_week" + "cooking" ], "options": [ { - "id": "a", - "text": "A midweek dinner" + "id": "make_homemade_pizza", + "text": "Make homemade pizza" }, { - "id": "b", - "text": "A dessert run" + "id": "build_a_dessert_sampler", + "text": "Build a dessert sampler" }, { - "id": "c", - "text": "A planned movie night" + "id": "try_a_mystery_recipe", + "text": "Try a mystery recipe" }, { - "id": "d", - "text": "A coffee date before errands" + "id": "recreate_a_favorite_meal", + "text": "Recreate a favorite meal" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A midweek dinner" + "id": "make_homemade_pizza", + "text": "Make homemade pizza" }, { - "id": "b", - "text": "A dessert run" + "id": "build_a_dessert_sampler", + "text": "Build a dessert sampler" }, { - "id": "c", - "text": "A planned movie night" + "id": "try_a_mystery_recipe", + "text": "Try a mystery recipe" }, { - "id": "d", - "text": "A coffee date before errands" + "id": "recreate_a_favorite_meal", + "text": "Recreate a favorite meal" } ] - } + }, + "access": "free" }, { "id": "date_night_028", "category_id": "date_night", "type": "single_choice", - "text": "Which date feels most worth planning ahead?", - "depth": 2, - "access": "free", + "text": "What should lead our next living-room date?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "plan_ahead" + "home_date" ], "options": [ { - "id": "a", - "text": "A new restaurant" + "id": "music", + "text": "Music" }, { - "id": "b", - "text": "A day trip" + "id": "a_game", + "text": "A game" }, { - "id": "c", - "text": "A show" + "id": "a_movie", + "text": "A movie" }, { - "id": "d", - "text": "A dressed-up dinner" + "id": "a_long_conversation", + "text": "A long conversation" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A new restaurant" + "id": "music", + "text": "Music" }, { - "id": "b", - "text": "A day trip" + "id": "a_game", + "text": "A game" }, { - "id": "c", - "text": "A show" + "id": "a_movie", + "text": "A movie" }, { - "id": "d", - "text": "A dressed-up dinner" + "id": "a_long_conversation", + "text": "A long conversation" } ] - } + }, + "access": "free" }, { "id": "date_night_029", "category_id": "date_night", "type": "single_choice", - "text": "What would make a spontaneous date actually work?", + "text": "Which snack-board theme wins tonight?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "spontaneous" + "food" ], "options": [ { - "id": "a", - "text": "Keeping it close" + "id": "sweet_and_salty", + "text": "Sweet and salty" }, { - "id": "b", - "text": "Choosing one clear plan" + "id": "cheese_and_fruit", + "text": "Cheese and fruit" }, { - "id": "c", - "text": "Leaving room to wander" + "id": "childhood_favorites", + "text": "Childhood favorites" }, { - "id": "d", - "text": "Having food first" + "id": "foods_from_one_country", + "text": "Foods from one country" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Keeping it close" + "id": "sweet_and_salty", + "text": "Sweet and salty" }, { - "id": "b", - "text": "Choosing one clear plan" + "id": "cheese_and_fruit", + "text": "Cheese and fruit" }, { - "id": "c", - "text": "Leaving room to wander" + "id": "childhood_favorites", + "text": "Childhood favorites" }, { - "id": "d", - "text": "Having food first" + "id": "foods_from_one_country", + "text": "Foods from one country" } ] - } + }, + "access": "free" }, { "id": "date_night_030", "category_id": "date_night", "type": "single_choice", - "text": "Which date-night rule would help us enjoy it more?", - "depth": 2, - "access": "free", + "text": "What kind of game brings out your best date-night mood?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "rule" + "games" ], "options": [ { - "id": "a", - "text": "No rushing the end" + "id": "cooperative_game", + "text": "Cooperative game" }, { - "id": "b", - "text": "No planning during the date" + "id": "trivia_battle", + "text": "Trivia battle" }, { - "id": "c", - "text": "Try one new thing" + "id": "card_game", + "text": "Card game" }, { - "id": "d", - "text": "Save room for dessert" + "id": "something_creative", + "text": "Something creative" } ], "answer_config": { "options": [ { - "id": "a", - "text": "No rushing the end" + "id": "cooperative_game", + "text": "Cooperative game" }, { - "id": "b", - "text": "No planning during the date" + "id": "trivia_battle", + "text": "Trivia battle" }, { - "id": "c", - "text": "Try one new thing" + "id": "card_game", + "text": "Card game" }, { - "id": "d", - "text": "Save room for dessert" + "id": "something_creative", + "text": "Something creative" } ] - } + }, + "access": "free" }, { "id": "date_night_031", "category_id": "date_night", "type": "single_choice", - "text": "What date would feel most like a reset from the week?", - "depth": 2, - "access": "free", + "text": "Which music moment would feel most romantic?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "week" + "music" ], "options": [ { - "id": "a", - "text": "Dinner somewhere calm" + "id": "trading_favorite_songs", + "text": "Trading favorite songs" }, { - "id": "b", - "text": "A walk near water" + "id": "a_two_song_slow_dance", + "text": "A two-song slow dance" }, { - "id": "c", - "text": "A cozy night in" + "id": "building_a_shared_playlist", + "text": "Building a shared playlist" }, { - "id": "d", - "text": "A slow brunch" + "id": "listening_in_the_dark", + "text": "Listening in the dark" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Dinner somewhere calm" + "id": "trading_favorite_songs", + "text": "Trading favorite songs" }, { - "id": "b", - "text": "A walk near water" + "id": "a_two_song_slow_dance", + "text": "A two-song slow dance" }, { - "id": "c", - "text": "A cozy night in" + "id": "building_a_shared_playlist", + "text": "Building a shared playlist" }, { - "id": "d", - "text": "A slow brunch" + "id": "listening_in_the_dark", + "text": "Listening in the dark" } ] - } + }, + "access": "free" }, { "id": "date_night_032", "category_id": "date_night", - "type": "single_choice", - "text": "Which date sounds best with no big production?", + "type": "multi_choice", + "text": "How do we keep cooking together playful rather than practical?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "simple" + "cooking", + "playfulness" ], "options": [ { - "id": "a", - "text": "A favorite takeout order" + "id": "giving_the_meal_a_ridiculous_name", + "text": "Giving the meal a ridiculous name" }, { - "id": "b", - "text": "A couch movie picked together" + "id": "letting_each_person_choose_one_ingredient", + "text": "Letting each person choose one ingredient" }, { - "id": "c", - "text": "A coffee shop visit" + "id": "dancing_while_something_cooks", + "text": "Dancing while something cooks" }, { - "id": "d", - "text": "A sunset walk" + "id": "judging_the_final_plate_dramatically", + "text": "Judging the final plate dramatically" + }, + { + "id": "eating_somewhere_other_than_the_table", + "text": "Eating somewhere other than the table" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A favorite takeout order" + "id": "giving_the_meal_a_ridiculous_name", + "text": "Giving the meal a ridiculous name" }, { - "id": "b", - "text": "A couch movie picked together" + "id": "letting_each_person_choose_one_ingredient", + "text": "Letting each person choose one ingredient" }, { - "id": "c", - "text": "A coffee shop visit" + "id": "dancing_while_something_cooks", + "text": "Dancing while something cooks" }, { - "id": "d", - "text": "A sunset walk" + "id": "judging_the_final_plate_dramatically", + "text": "Judging the final plate dramatically" + }, + { + "id": "eating_somewhere_other_than_the_table", + "text": "Eating somewhere other than the table" } ] - } + }, + "access": "free" }, { "id": "date_night_033", "category_id": "date_night", - "type": "single_choice", - "text": "What should we pick if the goal is chemistry?", - "depth": 2, - "access": "free", + "type": "multi_choice", + "text": "Which living-room date touches sound worth trying?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "flirty" + "home_date" ], "options": [ { - "id": "a", - "text": "A dressed-up dinner" + "id": "moving_the_furniture_for_a_new_setup", + "text": "Moving the furniture for a new setup" }, { - "id": "b", - "text": "A slow dance at home" + "id": "making_a_blanket_picnic", + "text": "Making a blanket picnic" }, { - "id": "c", - "text": "A flirtier text before we meet" + "id": "using_only_lamps_or_candles", + "text": "Using only lamps or candles" }, { - "id": "d", - "text": "A quiet corner booth" + "id": "dressing_up_despite_staying_home", + "text": "Dressing up despite staying home" + }, + { + "id": "putting_dessert_on_real_plates", + "text": "Putting dessert on real plates" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A dressed-up dinner" + "id": "moving_the_furniture_for_a_new_setup", + "text": "Moving the furniture for a new setup" }, { - "id": "b", - "text": "A slow dance at home" + "id": "making_a_blanket_picnic", + "text": "Making a blanket picnic" }, { - "id": "c", - "text": "A flirtier text before we meet" + "id": "using_only_lamps_or_candles", + "text": "Using only lamps or candles" }, { - "id": "d", - "text": "A quiet corner booth" + "id": "dressing_up_despite_staying_home", + "text": "Dressing up despite staying home" + }, + { + "id": "putting_dessert_on_real_plates", + "text": "Putting dessert on real plates" } ] - } + }, + "access": "free" }, { "id": "date_night_034", "category_id": "date_night", - "type": "single_choice", - "text": "Which date would make us feel more like us?", - "depth": 2, - "access": "free", + "type": "multi_choice", + "text": "What belongs in a great tasting-night date?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "us" + "food", + "game" ], "options": [ { - "id": "a", - "text": "Our favorite food" + "id": "four_small_things_to_compare", + "text": "Four small things to compare" }, { - "id": "b", - "text": "A place with memories" + "id": "a_scorecard_with_silly_categories", + "text": "A scorecard with silly categories" }, { - "id": "c", - "text": "A night with music" + "id": "one_surprise_item", + "text": "One surprise item" }, { - "id": "d", - "text": "Something easy and funny" + "id": "a_palate_cleansing_drink", + "text": "A palate-cleansing drink" + }, + { + "id": "a_winner_we_buy_again", + "text": "A winner we buy again" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Our favorite food" + "id": "four_small_things_to_compare", + "text": "Four small things to compare" }, { - "id": "b", - "text": "A place with memories" + "id": "a_scorecard_with_silly_categories", + "text": "A scorecard with silly categories" }, { - "id": "c", - "text": "A night with music" + "id": "one_surprise_item", + "text": "One surprise item" }, { - "id": "d", - "text": "Something easy and funny" + "id": "a_palate_cleansing_drink", + "text": "A palate-cleansing drink" + }, + { + "id": "a_winner_we_buy_again", + "text": "A winner we buy again" } ] - } + }, + "access": "free" }, { "id": "date_night_035", "category_id": "date_night", - "type": "single_choice", - "text": "What should our next date have more of?", + "type": "multi_choice", + "text": "Select the music-date ideas you would enjoy:", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "more_of" + "music" ], "options": [ { - "id": "a", - "text": "Time to talk" + "id": "choose_songs_from_the_year_we_met", + "text": "Choose songs from the year we met" }, { - "id": "b", - "text": "Something new" + "id": "trade_songs_that_describe_each_other", + "text": "Trade songs that describe each other" }, { - "id": "c", - "text": "A little romance" + "id": "make_a_road_trip_playlist", + "text": "Make a road-trip playlist" }, { - "id": "d", - "text": "A reason to laugh" + "id": "watch_one_live_performance_together", + "text": "Watch one live performance together" + }, + { + "id": "pick_a_song_for_our_next_milestone", + "text": "Pick a song for our next milestone" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Time to talk" + "id": "choose_songs_from_the_year_we_met", + "text": "Choose songs from the year we met" }, { - "id": "b", - "text": "Something new" + "id": "trade_songs_that_describe_each_other", + "text": "Trade songs that describe each other" }, { - "id": "c", - "text": "A little romance" + "id": "make_a_road_trip_playlist", + "text": "Make a road-trip playlist" }, { - "id": "d", - "text": "A reason to laugh" + "id": "watch_one_live_performance_together", + "text": "Watch one live performance together" + }, + { + "id": "pick_a_song_for_our_next_milestone", + "text": "Pick a song for our next milestone" } ] - } + }, + "access": "free" }, { "id": "date_night_036", "category_id": "date_night", - "type": "single_choice", - "text": "Which date sounds best on a budget?", + "type": "multi_choice", + "text": "Which movie-night rules would make it better?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "budget" + "movie_night" ], "options": [ { - "id": "a", - "text": "Homemade dessert night" + "id": "one_veto_each", + "text": "One veto each" }, { - "id": "b", - "text": "A coffee walk" + "id": "no_scrolling_during_the_movie", + "text": "No scrolling during the movie" }, { - "id": "c", - "text": "A free local event" + "id": "pick_snacks_before_choosing_the_film", + "text": "Pick snacks before choosing the film" }, { - "id": "d", - "text": "A picnic with favorites" + "id": "pause_only_for_important_commentary", + "text": "Pause only for important commentary" + }, + { + "id": "end_with_a_five_minute_review", + "text": "End with a five-minute review" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Homemade dessert night" + "id": "one_veto_each", + "text": "One veto each" }, { - "id": "b", - "text": "A coffee walk" + "id": "no_scrolling_during_the_movie", + "text": "No scrolling during the movie" }, { - "id": "c", - "text": "A free local event" + "id": "pick_snacks_before_choosing_the_film", + "text": "Pick snacks before choosing the film" }, { - "id": "d", - "text": "A picnic with favorites" + "id": "pause_only_for_important_commentary", + "text": "Pause only for important commentary" + }, + { + "id": "end_with_a_five_minute_review", + "text": "End with a five-minute review" } ] - } + }, + "access": "free" }, { "id": "date_night_037", "category_id": "date_night", - "type": "single_choice", - "text": "What would make a date feel thoughtful without overdoing it?", - "depth": 2, - "access": "free", + "type": "multi_choice", + "text": "Which touches would give a board-game date some flirt?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "thoughtful" + "games", + "flirting" ], "options": [ { - "id": "a", - "text": "A place chosen for us" + "id": "a_playful_prize", + "text": "A playful prize" }, { - "id": "b", - "text": "A song on the way" + "id": "sitting_on_the_same_side", + "text": "Sitting on the same side" }, { - "id": "c", - "text": "A dessert remembered" + "id": "compliments_between_rounds", + "text": "Compliments between rounds" }, { - "id": "d", - "text": "A photo before we leave" + "id": "a_kiss_for_the_winner", + "text": "A kiss for the winner" + }, + { + "id": "letting_the_loser_plan_dessert", + "text": "Letting the loser plan dessert" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A place chosen for us" + "id": "a_playful_prize", + "text": "A playful prize" }, { - "id": "b", - "text": "A song on the way" + "id": "sitting_on_the_same_side", + "text": "Sitting on the same side" }, { - "id": "c", - "text": "A dessert remembered" + "id": "compliments_between_rounds", + "text": "Compliments between rounds" }, { - "id": "d", - "text": "A photo before we leave" + "id": "a_kiss_for_the_winner", + "text": "A kiss for the winner" + }, + { + "id": "letting_the_loser_plan_dessert", + "text": "Letting the loser plan dessert" } ] - } + }, + "access": "free" }, { "id": "date_night_038", "category_id": "date_night", - "type": "single_choice", - "text": "Which date should we do when we need a win?", + "type": "multi_choice", + "text": "Which dinner themes would be fun at home?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "easy_win" + "food", + "themes" ], "options": [ { - "id": "a", - "text": "A sure-thing restaurant" + "id": "breakfast_after_dark", + "text": "Breakfast after dark" }, { - "id": "b", - "text": "A comfort movie night" + "id": "one_color_food_night", + "text": "One-color food night" }, { - "id": "c", - "text": "A short walk and dessert" + "id": "restaurant_copycat_meal", + "text": "Restaurant copycat meal" }, { - "id": "d", - "text": "A breakfast date" + "id": "food_from_a_dream_destination", + "text": "Food from a dream destination" + }, + { + "id": "favorite_meals_from_childhood", + "text": "Favorite meals from childhood" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A sure-thing restaurant" + "id": "breakfast_after_dark", + "text": "Breakfast after dark" }, { - "id": "b", - "text": "A comfort movie night" + "id": "one_color_food_night", + "text": "One-color food night" }, { - "id": "c", - "text": "A short walk and dessert" + "id": "restaurant_copycat_meal", + "text": "Restaurant copycat meal" }, { - "id": "d", - "text": "A breakfast date" + "id": "food_from_a_dream_destination", + "text": "Food from a dream destination" + }, + { + "id": "favorite_meals_from_childhood", + "text": "Favorite meals from childhood" } ] - } + }, + "access": "free" }, { "id": "date_night_039", "category_id": "date_night", - "type": "single_choice", - "text": "What kind of date do we keep putting off?", - "depth": 2, - "access": "free", + "type": "multi_choice", + "text": "How can takeout become an intentionally romantic date?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "future" + "takeout", + "romance" ], "options": [ { - "id": "a", - "text": "A day trip" + "id": "ordering_each_other_a_surprise_side", + "text": "Ordering each other a surprise side" }, { - "id": "b", - "text": "A fancy dinner" + "id": "setting_the_table_differently", + "text": "Setting the table differently" }, { - "id": "c", - "text": "A museum or exhibit" + "id": "eating_outside_if_weather_allows", + "text": "Eating outside if weather allows" }, { - "id": "d", - "text": "A new neighborhood walk" + "id": "adding_a_homemade_dessert", + "text": "Adding a homemade dessert" + }, + { + "id": "choosing_music_before_the_food_arrives", + "text": "Choosing music before the food arrives" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A day trip" + "id": "ordering_each_other_a_surprise_side", + "text": "Ordering each other a surprise side" }, { - "id": "b", - "text": "A fancy dinner" + "id": "setting_the_table_differently", + "text": "Setting the table differently" }, { - "id": "c", - "text": "A museum or exhibit" + "id": "eating_outside_if_weather_allows", + "text": "Eating outside if weather allows" }, { - "id": "d", - "text": "A new neighborhood walk" + "id": "adding_a_homemade_dessert", + "text": "Adding a homemade dessert" + }, + { + "id": "choosing_music_before_the_food_arrives", + "text": "Choosing music before the food arrives" } ] - } + }, + "access": "free" }, { "id": "date_night_040", "category_id": "date_night", - "type": "single_choice", - "text": "Which date-night ending sounds best?", - "depth": 2, - "access": "free", + "type": "multi_choice", + "text": "Pick the creative dates you would try indoors:", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "ending" + "creative" ], "options": [ { - "id": "a", - "text": "Dessert split slowly" + "id": "paint_each_other_badly", + "text": "Paint each other badly" }, { - "id": "b", - "text": "A walk before home" + "id": "build_a_shared_vision_board", + "text": "Build a shared vision board" }, { - "id": "c", - "text": "A movie after dinner" + "id": "make_a_tiny_photo_book", + "text": "Make a tiny photo book" }, { - "id": "d", - "text": "A long kiss goodnight" + "id": "write_a_ridiculous_short_story_together", + "text": "Write a ridiculous short story together" + }, + { + "id": "design_our_dream_weekend", + "text": "Design our dream weekend" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Dessert split slowly" + "id": "paint_each_other_badly", + "text": "Paint each other badly" }, { - "id": "b", - "text": "A walk before home" + "id": "build_a_shared_vision_board", + "text": "Build a shared vision board" }, { - "id": "c", - "text": "A movie after dinner" + "id": "make_a_tiny_photo_book", + "text": "Make a tiny photo book" }, { - "id": "d", - "text": "A long kiss goodnight" + "id": "write_a_ridiculous_short_story_together", + "text": "Write a ridiculous short story together" + }, + { + "id": "design_our_dream_weekend", + "text": "Design our dream weekend" } ] - } + }, + "access": "free" }, { "id": "date_night_041", "category_id": "date_night", - "type": "single_choice", - "text": "What would make the next date feel less routine?", + "type": "multi_choice", + "text": "Which conversation games sound enjoyable?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "routine" + "conversation", + "games" ], "options": [ { - "id": "a", - "text": "A different part of town" + "id": "questions_from_a_jar", + "text": "Questions from a jar" }, { - "id": "b", - "text": "A surprise stop" + "id": "guess_each_other_s_answer", + "text": "Guess each other’s answer" }, { - "id": "c", - "text": "A new outfit" + "id": "two_truths_and_a_wish", + "text": "Two truths and a wish" }, { - "id": "d", - "text": "A new dish to share" + "id": "finish_the_memory", + "text": "Finish the memory" + }, + { + "id": "plan_a_fictional_vacation", + "text": "Plan a fictional vacation" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A different part of town" + "id": "questions_from_a_jar", + "text": "Questions from a jar" }, { - "id": "b", - "text": "A surprise stop" + "id": "guess_each_other_s_answer", + "text": "Guess each other’s answer" }, { - "id": "c", - "text": "A new outfit" + "id": "two_truths_and_a_wish", + "text": "Two truths and a wish" }, { - "id": "d", - "text": "A new dish to share" + "id": "finish_the_memory", + "text": "Finish the memory" + }, + { + "id": "plan_a_fictional_vacation", + "text": "Plan a fictional vacation" } ] - } + }, + "access": "free" }, { "id": "date_night_042", "category_id": "date_night", - "type": "single_choice", - "text": "Which date would make a good memory?", + "type": "multi_choice", + "text": "Which details separate a home date from a normal evening?", "depth": 2, - "access": "free", "tags": [ - "date_night", - "single_choice", - "memory" + "home_date", + "intention" ], "options": [ { - "id": "a", - "text": "A place with a view" + "id": "a_clear_start_time", + "text": "A clear start time" }, { - "id": "b", - "text": "A day trip with photos" + "id": "one_planned_activity", + "text": "One planned activity" }, { - "id": "c", - "text": "A dinner where we dress up" + "id": "phones_charging_elsewhere", + "text": "Phones charging elsewhere" }, { - "id": "d", - "text": "A silly activity we can laugh about" + "id": "a_special_drink", + "text": "A special drink" + }, + { + "id": "changing_the_room_setup", + "text": "Changing the room setup" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A place with a view" + "id": "a_clear_start_time", + "text": "A clear start time" }, { - "id": "b", - "text": "A day trip with photos" + "id": "one_planned_activity", + "text": "One planned activity" }, { - "id": "c", - "text": "A dinner where we dress up" + "id": "phones_charging_elsewhere", + "text": "Phones charging elsewhere" }, { - "id": "d", - "text": "A silly activity we can laugh about" + "id": "a_special_drink", + "text": "A special drink" + }, + { + "id": "changing_the_room_setup", + "text": "Changing the room setup" } ] - } + }, + "access": "free" }, { "id": "date_night_043", "category_id": "date_night", - "type": "single_choice", - "text": "What should we choose when we want easy romance?", - "depth": 2, - "access": "free", + "type": "multi_choice", + "text": "Which dessert dates deserve a place in rotation?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "easy_romance" + "dessert" ], "options": [ { - "id": "a", - "text": "A quiet table" + "id": "bake_cookies_together", + "text": "Bake cookies together" }, { - "id": "b", - "text": "A slow song at home" + "id": "split_one_fancy_slice", + "text": "Split one fancy slice" }, { - "id": "c", - "text": "A dessert walk" + "id": "create_competing_sundaes", + "text": "Create competing sundaes" }, { - "id": "d", - "text": "A note before the date" + "id": "visit_a_late_night_bakery", + "text": "Visit a late-night bakery" + }, + { + "id": "make_a_seasonal_dessert", + "text": "Make a seasonal dessert" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A quiet table" + "id": "bake_cookies_together", + "text": "Bake cookies together" }, { - "id": "b", - "text": "A slow song at home" + "id": "split_one_fancy_slice", + "text": "Split one fancy slice" }, { - "id": "c", - "text": "A dessert walk" + "id": "create_competing_sundaes", + "text": "Create competing sundaes" }, { - "id": "d", - "text": "A note before the date" + "id": "visit_a_late_night_bakery", + "text": "Visit a late-night bakery" + }, + { + "id": "make_a_seasonal_dessert", + "text": "Make a seasonal dessert" } ] - } + }, + "access": "free" }, { "id": "date_night_044", "category_id": "date_night", - "type": "single_choice", - "text": "Which date feels most like a treat?", + "type": "multi_choice", + "text": "What should happen during a screen-free hour together?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "treat" + "screen_free" ], "options": [ { - "id": "a", - "text": "Brunch somewhere good" + "id": "play_a_quick_game", + "text": "Play a quick game" }, { - "id": "b", - "text": "A movie with the good seats" + "id": "make_drinks_for_each_other", + "text": "Make drinks for each other" }, { - "id": "c", - "text": "A dessert place we love" + "id": "look_through_an_old_photo_album", + "text": "Look through an old photo album" }, { - "id": "d", - "text": "A little weekend drive" + "id": "sit_outside", + "text": "Sit outside" + }, + { + "id": "plan_one_future_date", + "text": "Plan one future date" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Brunch somewhere good" + "id": "play_a_quick_game", + "text": "Play a quick game" }, { - "id": "b", - "text": "A movie with the good seats" + "id": "make_drinks_for_each_other", + "text": "Make drinks for each other" }, { - "id": "c", - "text": "A dessert place we love" + "id": "look_through_an_old_photo_album", + "text": "Look through an old photo album" }, { - "id": "d", - "text": "A little weekend drive" + "id": "sit_outside", + "text": "Sit outside" + }, + { + "id": "plan_one_future_date", + "text": "Plan one future date" } ] - } + }, + "access": "free" }, { "id": "date_night_045", "category_id": "date_night", - "type": "single_choice", - "text": "What would make planning date night less annoying?", - "depth": 1, - "access": "free", + "type": "multi_choice", + "text": "Which small rituals would improve a recurring home date?", + "depth": 2, "tags": [ - "date_night", - "single_choice", - "planning" + "rituals" ], "options": [ { - "id": "a", - "text": "Two options and a pick" + "id": "take_turns_choosing_the_theme", + "text": "Take turns choosing the theme" }, { - "id": "b", - "text": "A saved list of places" + "id": "use_one_special_playlist", + "text": "Use one special playlist" }, { - "id": "c", - "text": "Taking turns planning" + "id": "try_a_new_snack_each_time", + "text": "Try a new snack each time" }, { - "id": "d", - "text": "Keeping one backup idea" + "id": "take_one_photo", + "text": "Take one photo" + }, + { + "id": "end_by_picking_the_next_date", + "text": "End by picking the next date" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Two options and a pick" + "id": "take_turns_choosing_the_theme", + "text": "Take turns choosing the theme" }, { - "id": "b", - "text": "A saved list of places" + "id": "use_one_special_playlist", + "text": "Use one special playlist" }, { - "id": "c", - "text": "Taking turns planning" + "id": "try_a_new_snack_each_time", + "text": "Try a new snack each time" }, { - "id": "d", - "text": "Keeping one backup idea" + "id": "take_one_photo", + "text": "Take one photo" + }, + { + "id": "end_by_picking_the_next_date", + "text": "End by picking the next date" } ] - } + }, + "access": "free" }, { "id": "date_night_046", "category_id": "date_night", - "type": "single_choice", - "text": "Which date should we keep in our back pocket?", + "type": "scale", + "text": "How competitive should game night get?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "backup" - ], - "options": [ - { - "id": "a", - "text": "Coffee and a walk" - }, - { - "id": "b", - "text": "Takeout and a movie" - }, - { - "id": "c", - "text": "Dessert after dinner" - }, - { - "id": "d", - "text": "A bookstore wander" - } + "games" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Coffee and a walk" - }, - { - "id": "b", - "text": "Takeout and a movie" - }, - { - "id": "c", - "text": "Dessert after dinner" - }, - { - "id": "d", - "text": "A bookstore wander" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Purely playful", + "maxLabel": "Bring the rivalry" + }, + "access": "free" }, { "id": "date_night_047", "category_id": "date_night", - "type": "single_choice", - "text": "What date would feel best after a long week?", + "type": "scale", + "text": "How dressed up should an at-home date feel?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "long_week" - ], - "options": [ - { - "id": "a", - "text": "A calm dinner" - }, - { - "id": "b", - "text": "A movie we do not have to explain" - }, - { - "id": "c", - "text": "A slow morning brunch" - }, - { - "id": "d", - "text": "A short drive with music" - } + "home_date" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A calm dinner" - }, - { - "id": "b", - "text": "A movie we do not have to explain" - }, - { - "id": "c", - "text": "A slow morning brunch" - }, - { - "id": "d", - "text": "A short drive with music" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Maximum comfort", + "maxLabel": "Full date-night effort" + }, + "access": "free" }, { "id": "date_night_048", "category_id": "date_night", - "type": "single_choice", - "text": "Which date makes room for flirting?", - "depth": 2, - "access": "free", + "type": "scale", + "text": "How adventurous should the menu be?", + "depth": 1, "tags": [ - "date_night", - "single_choice", - "flirt" - ], - "options": [ - { - "id": "a", - "text": "A corner booth" - }, - { - "id": "b", - "text": "A dressed-up night" - }, - { - "id": "c", - "text": "A walk after dessert" - }, - { - "id": "d", - "text": "A stay-in dinner with music" - } + "food" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A corner booth" - }, - { - "id": "b", - "text": "A dressed-up night" - }, - { - "id": "c", - "text": "A walk after dessert" - }, - { - "id": "d", - "text": "A stay-in dinner with music" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Reliable favorites", + "maxLabel": "Something completely new" + }, + "access": "free" }, { "id": "date_night_049", "category_id": "date_night", - "type": "single_choice", - "text": "What would make a familiar date feel new again?", + "type": "scale", + "text": "How much talking belongs in movie night?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "fresh" - ], - "options": [ - { - "id": "a", - "text": "Changing the route" - }, - { - "id": "b", - "text": "Ordering differently" - }, - { - "id": "c", - "text": "Dressing up for it" - }, - { - "id": "d", - "text": "Adding one surprise stop" - } + "movie_night" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Changing the route" - }, - { - "id": "b", - "text": "Ordering differently" - }, - { - "id": "c", - "text": "Dressing up for it" - }, - { - "id": "d", - "text": "Adding one surprise stop" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Let the movie lead", + "maxLabel": "Commentary is part of the fun" + }, + "access": "free" }, { "id": "date_night_050", "category_id": "date_night", - "type": "single_choice", - "text": "Which next-date idea should we actually put on the calendar?", + "type": "this_or_that", + "text": "Cook together or order something surprising?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "single_choice", - "calendar" + "quick_choice" ], "options": [ { - "id": "a", - "text": "Dinner somewhere new" + "id": "cook_together", + "text": "Cook together" }, { - "id": "b", - "text": "A walk with coffee" - }, - { - "id": "c", - "text": "A stay-in dinner plan" - }, - { - "id": "d", - "text": "A local event this month" + "id": "order_something_surprising", + "text": "Order something surprising" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Dinner somewhere new" + "id": "cook_together", + "text": "Cook together" }, { - "id": "b", - "text": "A walk with coffee" - }, - { - "id": "c", - "text": "A stay-in dinner plan" - }, - { - "id": "d", - "text": "A local event this month" + "id": "order_something_surprising", + "text": "Order something surprising" } - ] - } + ], + "optionA": "Cook together", + "optionB": "Order something surprising" + }, + "access": "free" }, { "id": "date_night_051", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick anything that would make a stay-in date feel intentional:", + "type": "written", + "text": "What nearby place would feel new if we explored it together?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "stay_in" - ], - "options": [ - { - "id": "a", - "text": "A real start time" - }, - { - "id": "b", - "text": "A dinner we both chose" - }, - { - "id": "c", - "text": "Phones out of reach" - }, - { - "id": "d", - "text": "A movie picked before we sit down" - }, - { - "id": "e", - "text": "Dessert saved for later" - } + "local", + "exploration" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A real start time" - }, - { - "id": "b", - "text": "A dinner we both chose" - }, - { - "id": "c", - "text": "Phones out of reach" - }, - { - "id": "d", - "text": "A movie picked before we sit down" - }, - { - "id": "e", - "text": "Dessert saved for later" - } - ] - } + "min_length": 1, + "max_length": 500, + "placeholder": "Write your answer..." + }, + "access": "free" }, { "id": "date_night_052", "category_id": "date_night", - "type": "multi_choice", - "text": "Choose the stay-in details that sound worth doing:", + "type": "single_choice", + "text": "Which outdoor date sounds best in perfect weather?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "stay_in" + "outdoors" ], "options": [ { - "id": "a", - "text": "A movie picked before we sit down" + "id": "picnic_by_the_water", + "text": "Picnic by the water" }, { - "id": "b", - "text": "A playlist in the background" + "id": "a_scenic_trail", + "text": "A scenic trail" }, { - "id": "c", - "text": "Phones out of reach" + "id": "an_outdoor_market", + "text": "An outdoor market" }, { - "id": "d", - "text": "A drink we both like" - }, - { - "id": "e", - "text": "Dessert saved for later" + "id": "a_patio_meal", + "text": "A patio meal" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A movie picked before we sit down" + "id": "picnic_by_the_water", + "text": "Picnic by the water" }, { - "id": "b", - "text": "A playlist in the background" + "id": "a_scenic_trail", + "text": "A scenic trail" }, { - "id": "c", - "text": "Phones out of reach" + "id": "an_outdoor_market", + "text": "An outdoor market" }, { - "id": "d", - "text": "A drink we both like" - }, - { - "id": "e", - "text": "Dessert saved for later" + "id": "a_patio_meal", + "text": "A patio meal" } ] - } + }, + "access": "free" }, { "id": "date_night_053", "category_id": "date_night", - "type": "multi_choice", - "text": "What should we add so home feels like date night?", + "type": "single_choice", + "text": "What should be the goal of a local day date?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "stay_in" + "local" ], "options": [ { - "id": "a", - "text": "Dessert saved for later" + "id": "find_a_hidden_gem", + "text": "Find a hidden gem" }, { - "id": "b", - "text": "A playlist in the background" + "id": "take_great_photos", + "text": "Take great photos" }, { - "id": "c", - "text": "A drink we both like" + "id": "taste_something_new", + "text": "Taste something new" }, { - "id": "d", - "text": "A photo before the night ends" - }, - { - "id": "e", - "text": "A real start time" + "id": "come_home_relaxed", + "text": "Come home relaxed" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Dessert saved for later" + "id": "find_a_hidden_gem", + "text": "Find a hidden gem" }, { - "id": "b", - "text": "A playlist in the background" + "id": "take_great_photos", + "text": "Take great photos" }, { - "id": "c", - "text": "A drink we both like" + "id": "taste_something_new", + "text": "Taste something new" }, { - "id": "d", - "text": "A photo before the night ends" - }, - { - "id": "e", - "text": "A real start time" + "id": "come_home_relaxed", + "text": "Come home relaxed" } ] - } + }, + "access": "free" }, { "id": "date_night_054", "category_id": "date_night", - "type": "multi_choice", - "text": "Select the touches that make staying in feel planned:", + "type": "single_choice", + "text": "Which daytime date would you choose first?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "stay_in" + "day_date" ], "options": [ { - "id": "a", - "text": "A photo before the night ends" + "id": "museum_morning", + "text": "Museum morning" }, { - "id": "b", - "text": "A dinner we both chose" + "id": "bookstore_and_lunch", + "text": "Bookstore and lunch" }, { - "id": "c", - "text": "A drink we both like" + "id": "botanical_garden", + "text": "Botanical garden" }, { - "id": "d", - "text": "Phones out of reach" - }, - { - "id": "e", - "text": "A real start time" + "id": "small_town_wander", + "text": "Small-town wander" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A photo before the night ends" + "id": "museum_morning", + "text": "Museum morning" }, { - "id": "b", - "text": "A dinner we both chose" + "id": "bookstore_and_lunch", + "text": "Bookstore and lunch" }, { - "id": "c", - "text": "A drink we both like" + "id": "botanical_garden", + "text": "Botanical garden" }, { - "id": "d", - "text": "Phones out of reach" - }, - { - "id": "e", - "text": "A real start time" + "id": "small_town_wander", + "text": "Small-town wander" } ] - } + }, + "access": "free" }, { "id": "date_night_055", "category_id": "date_night", - "type": "multi_choice", - "text": "Which home-date ideas actually sound good?", + "type": "single_choice", + "text": "What kind of view is worth planning a date around?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "stay_in" + "view" ], "options": [ { - "id": "a", - "text": "A real start time for this date" + "id": "water", + "text": "Water" }, { - "id": "b", - "text": "A dinner we both chose" + "id": "city_lights", + "text": "City lights" }, { - "id": "c", - "text": "Phones out of reach for this date" + "id": "mountains_or_hills", + "text": "Mountains or hills" }, { - "id": "d", - "text": "A movie picked before we sit down" - }, - { - "id": "e", - "text": "Dessert saved for later for this date" + "id": "open_sky", + "text": "Open sky" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A real start time for this date" + "id": "water", + "text": "Water" }, { - "id": "b", - "text": "A dinner we both chose" + "id": "city_lights", + "text": "City lights" }, { - "id": "c", - "text": "Phones out of reach for this date" + "id": "mountains_or_hills", + "text": "Mountains or hills" }, { - "id": "d", - "text": "A movie picked before we sit down" - }, - { - "id": "e", - "text": "Dessert saved for later for this date" + "id": "open_sky", + "text": "Open sky" } ] - } + }, + "access": "free" }, { "id": "date_night_056", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the parts of going out that would make the date better:", + "type": "single_choice", + "text": "Which seasonal outing sounds most like us?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "going_out" + "seasonal" ], "options": [ { - "id": "a", - "text": "A table where we can talk" + "id": "spring_garden_walk", + "text": "Spring garden walk" }, { - "id": "b", - "text": "A place with good lighting" + "id": "summer_evening_festival", + "text": "Summer evening festival" }, { - "id": "c", - "text": "One new thing to share" + "id": "autumn_scenic_drive", + "text": "Autumn scenic drive" }, { - "id": "d", - "text": "Time for a walk after" - }, - { - "id": "e", - "text": "No packed schedule" + "id": "winter_lights_tour", + "text": "Winter lights tour" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A table where we can talk" + "id": "spring_garden_walk", + "text": "Spring garden walk" }, { - "id": "b", - "text": "A place with good lighting" + "id": "summer_evening_festival", + "text": "Summer evening festival" }, { - "id": "c", - "text": "One new thing to share" + "id": "autumn_scenic_drive", + "text": "Autumn scenic drive" }, { - "id": "d", - "text": "Time for a walk after" - }, - { - "id": "e", - "text": "No packed schedule" + "id": "winter_lights_tour", + "text": "Winter lights tour" } ] - } + }, + "access": "free" }, { "id": "date_night_057", "category_id": "date_night", "type": "multi_choice", - "text": "Choose what makes leaving the house worth it:", + "text": "Which ingredients make a picnic worth the effort?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "going_out" + "picnic" ], "options": [ { - "id": "a", - "text": "Time for a walk after" + "id": "food_that_travels_well", + "text": "Food that travels well" }, { - "id": "b", - "text": "Dessert somewhere else" + "id": "a_comfortable_place_to_sit", + "text": "A comfortable place to sit" }, { - "id": "c", - "text": "One new thing to share" + "id": "a_view_we_both_enjoy", + "text": "A view we both enjoy" }, { - "id": "d", - "text": "A reason to dress up" + "id": "one_easy_game", + "text": "One easy game" }, { - "id": "e", - "text": "No packed schedule" + "id": "enough_time_to_linger", + "text": "Enough time to linger" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Time for a walk after" + "id": "food_that_travels_well", + "text": "Food that travels well" }, { - "id": "b", - "text": "Dessert somewhere else" + "id": "a_comfortable_place_to_sit", + "text": "A comfortable place to sit" }, { - "id": "c", - "text": "One new thing to share" + "id": "a_view_we_both_enjoy", + "text": "A view we both enjoy" }, { - "id": "d", - "text": "A reason to dress up" + "id": "one_easy_game", + "text": "One easy game" }, { - "id": "e", - "text": "No packed schedule" + "id": "enough_time_to_linger", + "text": "Enough time to linger" } ] - } + }, + "access": "free" }, { "id": "date_night_058", "category_id": "date_night", "type": "multi_choice", - "text": "Which going-out details matter most to us?", + "text": "Which local places could become good dates?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "going_out" + "local" ], "options": [ { - "id": "a", - "text": "No packed schedule" + "id": "a_small_museum", + "text": "A small museum" }, { - "id": "b", - "text": "Dessert somewhere else" + "id": "an_independent_cafe", + "text": "An independent cafe" }, { - "id": "c", - "text": "A reason to dress up" + "id": "a_historic_neighborhood", + "text": "A historic neighborhood" }, { - "id": "d", - "text": "A reservation that removes guessing" + "id": "a_weekend_market", + "text": "A weekend market" }, { - "id": "e", - "text": "A table where we can talk" + "id": "a_community_event", + "text": "A community event" } ], "answer_config": { "options": [ { - "id": "a", - "text": "No packed schedule" + "id": "a_small_museum", + "text": "A small museum" }, { - "id": "b", - "text": "Dessert somewhere else" + "id": "an_independent_cafe", + "text": "An independent cafe" }, { - "id": "c", - "text": "A reason to dress up" + "id": "a_historic_neighborhood", + "text": "A historic neighborhood" }, { - "id": "d", - "text": "A reservation that removes guessing" + "id": "a_weekend_market", + "text": "A weekend market" }, { - "id": "e", - "text": "A table where we can talk" + "id": "a_community_event", + "text": "A community event" } ] - } + }, + "access": "free" }, { "id": "date_night_059", "category_id": "date_night", "type": "multi_choice", - "text": "What should our next night out include?", + "text": "Pick the details for a relaxed park date:", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "going_out" + "park" ], "options": [ { - "id": "a", - "text": "A reservation that removes guessing" + "id": "a_shady_spot", + "text": "A shady spot" }, { - "id": "b", - "text": "A place with good lighting" + "id": "drinks_in_reusable_cups", + "text": "Drinks in reusable cups" }, { - "id": "c", - "text": "A reason to dress up for this date" + "id": "a_deck_of_cards", + "text": "A deck of cards" }, { - "id": "d", - "text": "One new thing to share" + "id": "a_short_wandering_walk", + "text": "A short wandering walk" }, { - "id": "e", - "text": "A table where we can talk" + "id": "something_sweet_to_split", + "text": "Something sweet to split" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A reservation that removes guessing" + "id": "a_shady_spot", + "text": "A shady spot" }, { - "id": "b", - "text": "A place with good lighting" + "id": "drinks_in_reusable_cups", + "text": "Drinks in reusable cups" }, { - "id": "c", - "text": "A reason to dress up for this date" + "id": "a_deck_of_cards", + "text": "A deck of cards" }, { - "id": "d", - "text": "One new thing to share" + "id": "a_short_wandering_walk", + "text": "A short wandering walk" }, { - "id": "e", - "text": "A table where we can talk" + "id": "something_sweet_to_split", + "text": "Something sweet to split" } ] - } + }, + "access": "free" }, { "id": "date_night_060", "category_id": "date_night", "type": "multi_choice", - "text": "Select the pieces that make a simple night out feel good:", + "text": "Which photo-date challenges sound fun?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "going_out" + "photos" ], "options": [ { - "id": "a", - "text": "A table where we can talk for this date" + "id": "find_the_best_doorway", + "text": "Find the best doorway" }, { - "id": "b", - "text": "A place with good lighting" + "id": "capture_something_in_our_favorite_color", + "text": "Capture something in our favorite color" }, { - "id": "c", - "text": "One new thing to share for this date" + "id": "recreate_an_old_pose", + "text": "Recreate an old pose" }, { - "id": "d", - "text": "Time for a walk after" + "id": "take_one_picture_that_feels_like_us", + "text": "Take one picture that feels like us" }, { - "id": "e", - "text": "No packed schedule for this date" + "id": "photograph_a_place_to_revisit", + "text": "Photograph a place to revisit" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A table where we can talk for this date" + "id": "find_the_best_doorway", + "text": "Find the best doorway" }, { - "id": "b", - "text": "A place with good lighting" + "id": "capture_something_in_our_favorite_color", + "text": "Capture something in our favorite color" }, { - "id": "c", - "text": "One new thing to share for this date" + "id": "recreate_an_old_pose", + "text": "Recreate an old pose" }, { - "id": "d", - "text": "Time for a walk after" + "id": "take_one_picture_that_feels_like_us", + "text": "Take one picture that feels like us" }, { - "id": "e", - "text": "No packed schedule for this date" + "id": "photograph_a_place_to_revisit", + "text": "Photograph a place to revisit" } ] - } + }, + "access": "free" }, { "id": "date_night_061", "category_id": "date_night", "type": "multi_choice", - "text": "Pick the dinner-date moves that sound good:", + "text": "What belongs in a good bookstore date?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "dinner" + "bookstore" ], "options": [ { - "id": "a", - "text": "A shared appetizer" + "id": "choose_a_book_for_each_other", + "text": "Choose a book for each other" }, { - "id": "b", - "text": "A corner table" + "id": "read_funny_titles_aloud", + "text": "Read funny titles aloud" }, { - "id": "c", - "text": "A dessert we split" + "id": "find_a_shared_travel_idea", + "text": "Find a shared travel idea" }, { - "id": "d", - "text": "Ordering something new" + "id": "split_a_cafe_treat", + "text": "Split a cafe treat" }, { - "id": "e", - "text": "A toast before eating" + "id": "leave_with_one_surprise_pick", + "text": "Leave with one surprise pick" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A shared appetizer" + "id": "choose_a_book_for_each_other", + "text": "Choose a book for each other" }, { - "id": "b", - "text": "A corner table" + "id": "read_funny_titles_aloud", + "text": "Read funny titles aloud" }, { - "id": "c", - "text": "A dessert we split" + "id": "find_a_shared_travel_idea", + "text": "Find a shared travel idea" }, { - "id": "d", - "text": "Ordering something new" + "id": "split_a_cafe_treat", + "text": "Split a cafe treat" }, { - "id": "e", - "text": "A toast before eating" + "id": "leave_with_one_surprise_pick", + "text": "Leave with one surprise pick" } ] - } + }, + "access": "free" }, { "id": "date_night_062", "category_id": "date_night", "type": "multi_choice", - "text": "Which dinner details would make the night feel special?", + "text": "Which market-date moments appeal to you?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "dinner" + "market" ], "options": [ { - "id": "a", - "text": "Ordering something new" + "id": "taste_a_sample_we_would_normally_skip", + "text": "Taste a sample we would normally skip" }, { - "id": "b", - "text": "A slow walk after" + "id": "pick_ingredients_for_dinner", + "text": "Pick ingredients for dinner" }, { - "id": "c", - "text": "A dessert we split" + "id": "choose_flowers_together", + "text": "Choose flowers together" }, { - "id": "d", - "text": "No phones on the table" + "id": "find_a_small_handmade_item", + "text": "Find a small handmade item" }, { - "id": "e", - "text": "A toast before eating" + "id": "sit_with_a_drink_and_people_watch", + "text": "Sit with a drink and people-watch" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Ordering something new" + "id": "taste_a_sample_we_would_normally_skip", + "text": "Taste a sample we would normally skip" }, { - "id": "b", - "text": "A slow walk after" + "id": "pick_ingredients_for_dinner", + "text": "Pick ingredients for dinner" }, { - "id": "c", - "text": "A dessert we split" + "id": "choose_flowers_together", + "text": "Choose flowers together" }, { - "id": "d", - "text": "No phones on the table" + "id": "find_a_small_handmade_item", + "text": "Find a small handmade item" }, { - "id": "e", - "text": "A toast before eating" + "id": "sit_with_a_drink_and_people_watch", + "text": "Sit with a drink and people-watch" } ] - } + }, + "access": "free" }, { "id": "date_night_063", "category_id": "date_night", "type": "multi_choice", - "text": "What should we include in our next dinner date?", + "text": "How can a museum date become more playful?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "dinner" + "museum" ], "options": [ { - "id": "a", - "text": "A toast before eating" + "id": "pick_a_favorite_room", + "text": "Pick a favorite room" }, { - "id": "b", - "text": "A slow walk after" + "id": "invent_captions_for_one_artwork", + "text": "Invent captions for one artwork" }, { - "id": "c", - "text": "No phones on the table" + "id": "guess_each_other_s_top_piece", + "text": "Guess each other’s top piece" }, { - "id": "d", - "text": "A place neither of us has to defend" + "id": "find_something_that_reminds_us_of_home", + "text": "Find something that reminds us of home" }, { - "id": "e", - "text": "A shared appetizer" + "id": "choose_one_object_for_our_imaginary_house", + "text": "Choose one object for our imaginary house" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A toast before eating" + "id": "pick_a_favorite_room", + "text": "Pick a favorite room" }, { - "id": "b", - "text": "A slow walk after" + "id": "invent_captions_for_one_artwork", + "text": "Invent captions for one artwork" }, { - "id": "c", - "text": "No phones on the table" + "id": "guess_each_other_s_top_piece", + "text": "Guess each other’s top piece" }, { - "id": "d", - "text": "A place neither of us has to defend" + "id": "find_something_that_reminds_us_of_home", + "text": "Find something that reminds us of home" }, { - "id": "e", - "text": "A shared appetizer" + "id": "choose_one_object_for_our_imaginary_house", + "text": "Choose one object for our imaginary house" } ] - } + }, + "access": "free" }, { "id": "date_night_064", "category_id": "date_night", "type": "multi_choice", - "text": "Choose what makes dinner together feel less routine:", + "text": "Which easy day-trip pieces sound right?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "dinner" + "day_trip" ], "options": [ { - "id": "a", - "text": "A place neither of us has to defend" + "id": "a_drive_under_ninety_minutes", + "text": "A drive under ninety minutes" }, { - "id": "b", - "text": "A corner table" + "id": "one_main_destination", + "text": "One main destination" }, { - "id": "c", - "text": "No phones on the table" + "id": "a_flexible_lunch_stop", + "text": "A flexible lunch stop" }, { - "id": "d", - "text": "A dessert we split" + "id": "time_to_wander", + "text": "Time to wander" }, { - "id": "e", - "text": "A shared appetizer" + "id": "getting_home_before_we_are_exhausted", + "text": "Getting home before we are exhausted" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A place neither of us has to defend" + "id": "a_drive_under_ninety_minutes", + "text": "A drive under ninety minutes" }, { - "id": "b", - "text": "A corner table" + "id": "one_main_destination", + "text": "One main destination" }, { - "id": "c", - "text": "No phones on the table" + "id": "a_flexible_lunch_stop", + "text": "A flexible lunch stop" }, { - "id": "d", - "text": "A dessert we split" + "id": "time_to_wander", + "text": "Time to wander" }, { - "id": "e", - "text": "A shared appetizer" + "id": "getting_home_before_we_are_exhausted", + "text": "Getting home before we are exhausted" } ] - } + }, + "access": "free" }, { "id": "date_night_065", "category_id": "date_night", "type": "multi_choice", - "text": "Select every dinner-date idea we would actually enjoy:", + "text": "What would improve a waterfront date?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "dinner" + "waterfront" ], "options": [ { - "id": "a", - "text": "A shared appetizer for this date" + "id": "a_place_to_sit_close", + "text": "A place to sit close" }, { - "id": "b", - "text": "A corner table" + "id": "a_snack_for_later", + "text": "A snack for later" }, { - "id": "c", - "text": "A dessert we split for this date" + "id": "shoes_made_for_walking", + "text": "Shoes made for walking" }, { - "id": "d", - "text": "Ordering something new for this date" + "id": "a_sunset_finish", + "text": "A sunset finish" }, { - "id": "e", - "text": "A toast before eating for this date" + "id": "no_strict_schedule", + "text": "No strict schedule" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A shared appetizer for this date" + "id": "a_place_to_sit_close", + "text": "A place to sit close" }, { - "id": "b", - "text": "A corner table" + "id": "a_snack_for_later", + "text": "A snack for later" }, { - "id": "c", - "text": "A dessert we split for this date" + "id": "shoes_made_for_walking", + "text": "Shoes made for walking" }, { - "id": "d", - "text": "Ordering something new for this date" + "id": "a_sunset_finish", + "text": "A sunset finish" }, { - "id": "e", - "text": "A toast before eating for this date" + "id": "no_strict_schedule", + "text": "No strict schedule" } ] - } + }, + "access": "free" }, { "id": "date_night_066", "category_id": "date_night", "type": "multi_choice", - "text": "Pick the simple date ideas that still count:", + "text": "Which festival-date choices would you enjoy?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "coffee_walk" + "festival" ], "options": [ { - "id": "a", - "text": "Coffee and a walk" + "id": "share_one_unusual_food", + "text": "Share one unusual food" }, { - "id": "b", - "text": "A bakery stop" + "id": "watch_a_live_performance", + "text": "Watch a live performance" }, { - "id": "c", - "text": "A park bench conversation" + "id": "buy_one_tiny_souvenir", + "text": "Buy one tiny souvenir" }, { - "id": "d", - "text": "A bookstore browse" + "id": "take_a_photo_together", + "text": "Take a photo together" }, { - "id": "e", - "text": "A farmers market lap" + "id": "leave_before_it_gets_overwhelming", + "text": "Leave before it gets overwhelming" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Coffee and a walk" + "id": "share_one_unusual_food", + "text": "Share one unusual food" }, { - "id": "b", - "text": "A bakery stop" + "id": "watch_a_live_performance", + "text": "Watch a live performance" }, { - "id": "c", - "text": "A park bench conversation" + "id": "buy_one_tiny_souvenir", + "text": "Buy one tiny souvenir" }, { - "id": "d", - "text": "A bookstore browse" + "id": "take_a_photo_together", + "text": "Take a photo together" }, { - "id": "e", - "text": "A farmers market lap" + "id": "leave_before_it_gets_overwhelming", + "text": "Leave before it gets overwhelming" } ] - } + }, + "access": "free" }, { "id": "date_night_067", "category_id": "date_night", "type": "multi_choice", - "text": "Which low-pressure plans sound good this week?", + "text": "Pick the good-weather dates worth keeping ready:", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "coffee_walk" + "weather" ], "options": [ { - "id": "a", - "text": "A bookstore browse" + "id": "patio_breakfast", + "text": "Patio breakfast" }, { - "id": "b", - "text": "A scenic drive" + "id": "a_garden_walk", + "text": "A garden walk" }, { - "id": "c", - "text": "A park bench conversation" + "id": "ice_cream_outside", + "text": "Ice cream outside" }, { - "id": "d", - "text": "Ice cream after dinner" + "id": "an_evening_bike_ride", + "text": "An evening bike ride" }, { - "id": "e", - "text": "A farmers market lap" + "id": "a_blanket_under_the_stars", + "text": "A blanket under the stars" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A bookstore browse" + "id": "patio_breakfast", + "text": "Patio breakfast" }, { - "id": "b", - "text": "A scenic drive" + "id": "a_garden_walk", + "text": "A garden walk" }, { - "id": "c", - "text": "A park bench conversation" + "id": "ice_cream_outside", + "text": "Ice cream outside" }, { - "id": "d", - "text": "Ice cream after dinner" + "id": "an_evening_bike_ride", + "text": "An evening bike ride" }, { - "id": "e", - "text": "A farmers market lap" + "id": "a_blanket_under_the_stars", + "text": "A blanket under the stars" } ] - } + }, + "access": "free" }, { "id": "date_night_068", "category_id": "date_night", "type": "multi_choice", - "text": "What could make a short date feel worth it?", + "text": "Which details turn a scenic drive into a real date?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "coffee_walk" + "drive" ], "options": [ { - "id": "a", - "text": "A farmers market lap" + "id": "a_route_selected_in_advance", + "text": "A route selected in advance" }, { - "id": "b", - "text": "A scenic drive" + "id": "stops_chosen_by_both_of_us", + "text": "Stops chosen by both of us" }, { - "id": "c", - "text": "Ice cream after dinner" + "id": "a_camera_within_reach", + "text": "A camera within reach" }, { - "id": "d", - "text": "A morning breakfast date" + "id": "a_meal_somewhere_new", + "text": "A meal somewhere new" }, { - "id": "e", - "text": "Coffee and a walk for this date" + "id": "no_errands_attached", + "text": "No errands attached" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A farmers market lap" + "id": "a_route_selected_in_advance", + "text": "A route selected in advance" }, { - "id": "b", - "text": "A scenic drive" + "id": "stops_chosen_by_both_of_us", + "text": "Stops chosen by both of us" }, { - "id": "c", - "text": "Ice cream after dinner" + "id": "a_camera_within_reach", + "text": "A camera within reach" }, { - "id": "d", - "text": "A morning breakfast date" + "id": "a_meal_somewhere_new", + "text": "A meal somewhere new" }, { - "id": "e", - "text": "Coffee and a walk for this date" + "id": "no_errands_attached", + "text": "No errands attached" } ] - } + }, + "access": "free" }, { "id": "date_night_069", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the easy date ideas we would not bail on:", + "text": "Which small-town date ideas sound charming?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "coffee_walk" + "small_town" ], "options": [ { - "id": "a", - "text": "A morning breakfast date" + "id": "browse_antique_shops", + "text": "Browse antique shops" }, { - "id": "b", - "text": "A bakery stop" + "id": "try_the_local_bakery", + "text": "Try the local bakery" }, { - "id": "c", - "text": "Ice cream after dinner" + "id": "walk_the_main_street", + "text": "Walk the main street" }, { - "id": "d", - "text": "A park bench conversation" + "id": "find_a_historic_marker", + "text": "Find a historic marker" }, { - "id": "e", - "text": "Coffee and a walk with a twist" + "id": "eat_at_a_place_with_one_famous_dish", + "text": "Eat at a place with one famous dish" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A morning breakfast date" + "id": "browse_antique_shops", + "text": "Browse antique shops" }, { - "id": "b", - "text": "A bakery stop" + "id": "try_the_local_bakery", + "text": "Try the local bakery" }, { - "id": "c", - "text": "Ice cream after dinner" + "id": "walk_the_main_street", + "text": "Walk the main street" }, { - "id": "d", - "text": "A park bench conversation" + "id": "find_a_historic_marker", + "text": "Find a historic marker" }, { - "id": "e", - "text": "Coffee and a walk with a twist" + "id": "eat_at_a_place_with_one_famous_dish", + "text": "Eat at a place with one famous dish" } ] - } + }, + "access": "free" }, { "id": "date_night_070", "category_id": "date_night", "type": "multi_choice", - "text": "Select the quick plans that still feel like us:", + "text": "What should we bring on a low-key outdoor date?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "coffee_walk" + "outdoors" ], "options": [ { - "id": "a", - "text": "Coffee and a walk somewhere new" + "id": "water_we_will_actually_drink", + "text": "Water we will actually drink" }, { - "id": "b", - "text": "A bakery stop" + "id": "a_portable_snack", + "text": "A portable snack" }, { - "id": "c", - "text": "A park bench conversation for this date" + "id": "a_light_layer", + "text": "A light layer" }, { - "id": "d", - "text": "A bookstore browse" + "id": "a_small_speaker", + "text": "A small speaker" }, { - "id": "e", - "text": "A farmers market lap for this date" + "id": "one_shared_activity", + "text": "One shared activity" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Coffee and a walk somewhere new" + "id": "water_we_will_actually_drink", + "text": "Water we will actually drink" }, { - "id": "b", - "text": "A bakery stop" + "id": "a_portable_snack", + "text": "A portable snack" }, { - "id": "c", - "text": "A park bench conversation for this date" + "id": "a_light_layer", + "text": "A light layer" }, { - "id": "d", - "text": "A bookstore browse" + "id": "a_small_speaker", + "text": "A small speaker" }, { - "id": "e", - "text": "A farmers market lap for this date" + "id": "one_shared_activity", + "text": "One shared activity" } ] - } + }, + "access": "free" }, { "id": "date_night_071", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the music touches that would make the date better:", + "type": "scale", + "text": "How far should our next day trip take us?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "music" - ], - "options": [ - { - "id": "a", - "text": "A playlist for the drive" - }, - { - "id": "b", - "text": "One song each before we leave" - }, - { - "id": "c", - "text": "A slow song at home" - }, - { - "id": "d", - "text": "Live music somewhere small" - }, - { - "id": "e", - "text": "A shared old favorite" - } + "distance" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A playlist for the drive" - }, - { - "id": "b", - "text": "One song each before we leave" - }, - { - "id": "c", - "text": "A slow song at home" - }, - { - "id": "d", - "text": "Live music somewhere small" - }, - { - "id": "e", - "text": "A shared old favorite" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Stay very close", + "maxLabel": "Make a full day of it" + }, + "access": "free" }, { "id": "date_night_072", "category_id": "date_night", - "type": "multi_choice", - "text": "Which playlist ideas would fit date night?", + "type": "scale", + "text": "How outdoorsy should the next date be?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "music" - ], - "options": [ - { - "id": "a", - "text": "Live music somewhere small" - }, - { - "id": "b", - "text": "A song that feels like us" - }, - { - "id": "c", - "text": "A slow song at home" - }, - { - "id": "d", - "text": "Music while we cook" - }, - { - "id": "e", - "text": "A shared old favorite" - } + "outdoors" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Live music somewhere small" - }, - { - "id": "b", - "text": "A song that feels like us" - }, - { - "id": "c", - "text": "A slow song at home" - }, - { - "id": "d", - "text": "Music while we cook" - }, - { - "id": "e", - "text": "A shared old favorite" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Mostly indoors", + "maxLabel": "Outside the whole time" + }, + "access": "free" }, { "id": "date_night_073", "category_id": "date_night", - "type": "multi_choice", - "text": "What should the soundtrack for our next date include?", + "type": "scale", + "text": "How much wandering sounds fun?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "music" - ], - "options": [ - { - "id": "a", - "text": "A shared old favorite" - }, - { - "id": "b", - "text": "A song that feels like us" - }, - { - "id": "c", - "text": "Music while we cook" - }, - { - "id": "d", - "text": "A no-skip dinner playlist" - }, - { - "id": "e", - "text": "A playlist for the drive" - } + "exploration" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A shared old favorite" - }, - { - "id": "b", - "text": "A song that feels like us" - }, - { - "id": "c", - "text": "Music while we cook" - }, - { - "id": "d", - "text": "A no-skip dinner playlist" - }, - { - "id": "e", - "text": "A playlist for the drive" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "One clear destination", + "maxLabel": "Follow whatever catches our eye" + }, + "access": "free" }, { "id": "date_night_074", "category_id": "date_night", - "type": "multi_choice", - "text": "Choose the music moves that sound like us:", + "type": "scale", + "text": "How early should a daytime date start?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "music" - ], - "options": [ - { - "id": "a", - "text": "A no-skip dinner playlist" - }, - { - "id": "b", - "text": "One song each before we leave" - }, - { - "id": "c", - "text": "Music while we cook" - }, - { - "id": "d", - "text": "A slow song at home for this date" - }, - { - "id": "e", - "text": "A playlist for the drive for this date" - } + "timing" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A no-skip dinner playlist" - }, - { - "id": "b", - "text": "One song each before we leave" - }, - { - "id": "c", - "text": "Music while we cook" - }, - { - "id": "d", - "text": "A slow song at home for this date" - }, - { - "id": "e", - "text": "A playlist for the drive for this date" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Late brunch energy", + "maxLabel": "Up and out early" + }, + "access": "free" }, { "id": "date_night_075", "category_id": "date_night", - "type": "multi_choice", - "text": "Select anything that would make the date sound better:", + "type": "this_or_that", + "text": "Patio brunch or evening picnic?", "depth": 1, - "access": "free", "tags": [ - "date_night", - "multi_choice", - "music" + "quick_choice" ], "options": [ { - "id": "a", - "text": "A playlist for the drive with a twist" + "id": "patio_brunch", + "text": "Patio brunch" }, { - "id": "b", - "text": "One song each before we leave" - }, - { - "id": "c", - "text": "A slow song at home with a twist" - }, - { - "id": "d", - "text": "Live music somewhere small" - }, - { - "id": "e", - "text": "A shared old favorite for this date" + "id": "evening_picnic", + "text": "Evening picnic" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A playlist for the drive with a twist" + "id": "patio_brunch", + "text": "Patio brunch" }, { - "id": "b", - "text": "One song each before we leave" - }, - { - "id": "c", - "text": "A slow song at home with a twist" - }, - { - "id": "d", - "text": "Live music somewhere small" - }, - { - "id": "e", - "text": "A shared old favorite for this date" + "id": "evening_picnic", + "text": "Evening picnic" } - ] - } + ], + "optionA": "Patio brunch", + "optionB": "Evening picnic" + }, + "access": "free" }, { "id": "date_night_076", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the surprises that would actually land well:", - "depth": 1, - "access": "premium", + "type": "written", + "text": "What detail would make you feel unmistakably chosen on a date?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "surprise" - ], - "options": [ - { - "id": "a", - "text": "A dessert already picked" - }, - { - "id": "b", - "text": "A place chosen from our saved list" - }, - { - "id": "c", - "text": "A handwritten note" - }, - { - "id": "d", - "text": "A small flower stop" - }, - { - "id": "e", - "text": "A mystery drink order" - } + "feeling_chosen", + "romance" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A dessert already picked" - }, - { - "id": "b", - "text": "A place chosen from our saved list" - }, - { - "id": "c", - "text": "A handwritten note" - }, - { - "id": "d", - "text": "A small flower stop" - }, - { - "id": "e", - "text": "A mystery drink order" - } - ] - } + "min_length": 1, + "max_length": 500, + "placeholder": "Write your answer..." + }, + "access": "premium" }, { "id": "date_night_077", "category_id": "date_night", - "type": "multi_choice", - "text": "Which small surprises sound sweet, not stressful?", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which romantic gesture would mean the most during a date?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "surprise" + "romance" ], "options": [ { - "id": "a", - "text": "A small flower stop" + "id": "a_thoughtful_compliment", + "text": "A thoughtful compliment" }, { - "id": "b", - "text": "A scenic route home" + "id": "a_planned_surprise", + "text": "A planned surprise" }, { - "id": "c", - "text": "A handwritten note" + "id": "undivided_attention", + "text": "Undivided attention" }, { - "id": "d", - "text": "A table booked ahead" - }, - { - "id": "e", - "text": "A mystery drink order" + "id": "a_long_affectionate_goodbye", + "text": "A long affectionate goodbye" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A small flower stop" + "id": "a_thoughtful_compliment", + "text": "A thoughtful compliment" }, { - "id": "b", - "text": "A scenic route home" + "id": "a_planned_surprise", + "text": "A planned surprise" }, { - "id": "c", - "text": "A handwritten note" + "id": "undivided_attention", + "text": "Undivided attention" }, { - "id": "d", - "text": "A table booked ahead" - }, - { - "id": "e", - "text": "A mystery drink order" + "id": "a_long_affectionate_goodbye", + "text": "A long affectionate goodbye" } ] - } + }, + "access": "premium" }, { "id": "date_night_078", "category_id": "date_night", - "type": "multi_choice", - "text": "What could one of us surprise the other with?", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "What kind of date makes affection feel most natural?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "surprise" + "affection" ], "options": [ { - "id": "a", - "text": "A mystery drink order" + "id": "a_quiet_dinner", + "text": "A quiet dinner" }, { - "id": "b", - "text": "A scenic route home" + "id": "a_long_walk", + "text": "A long walk" }, { - "id": "c", - "text": "A table booked ahead" + "id": "a_cozy_night_in", + "text": "A cozy night in" }, { - "id": "d", - "text": "A favorite snack waiting" - }, - { - "id": "e", - "text": "A dessert already picked" + "id": "a_playful_adventure", + "text": "A playful adventure" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A mystery drink order" + "id": "a_quiet_dinner", + "text": "A quiet dinner" }, { - "id": "b", - "text": "A scenic route home" + "id": "a_long_walk", + "text": "A long walk" }, { - "id": "c", - "text": "A table booked ahead" + "id": "a_cozy_night_in", + "text": "A cozy night in" }, { - "id": "d", - "text": "A favorite snack waiting" - }, - { - "id": "e", - "text": "A dessert already picked" + "id": "a_playful_adventure", + "text": "A playful adventure" } ] - } + }, + "access": "premium" }, { "id": "date_night_079", "category_id": "date_night", - "type": "multi_choice", - "text": "Choose the date-night surprises that feel safe:", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which compliment would land best before we go out?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "surprise" + "compliments" ], "options": [ { - "id": "a", - "text": "A favorite snack waiting" + "id": "you_look_incredible", + "text": "You look incredible" }, { - "id": "b", - "text": "A place chosen from our saved list" + "id": "i_have_been_excited_for_tonight", + "text": "I have been excited for tonight" }, { - "id": "c", - "text": "A table booked ahead" + "id": "i_love_spending_time_with_you", + "text": "I love spending time with you" }, { - "id": "d", - "text": "A handwritten note" - }, - { - "id": "e", - "text": "A dessert already picked" + "id": "you_always_make_this_fun", + "text": "You always make this fun" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A favorite snack waiting" + "id": "you_look_incredible", + "text": "You look incredible" }, { - "id": "b", - "text": "A place chosen from our saved list" + "id": "i_have_been_excited_for_tonight", + "text": "I have been excited for tonight" }, { - "id": "c", - "text": "A table booked ahead" + "id": "i_love_spending_time_with_you", + "text": "I love spending time with you" }, { - "id": "d", - "text": "A handwritten note" - }, - { - "id": "e", - "text": "A dessert already picked" + "id": "you_always_make_this_fun", + "text": "You always make this fun" } ] - } + }, + "access": "premium" }, { "id": "date_night_080", "category_id": "date_night", - "type": "multi_choice", - "text": "Select the surprise touches we would both enjoy:", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which ingredient adds the most flirt to a date?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "surprise" + "flirting" ], "options": [ { - "id": "a", - "text": "A dessert already picked for this date" + "id": "playful_eye_contact", + "text": "Playful eye contact" }, { - "id": "b", - "text": "A place chosen from our saved list" + "id": "a_bold_compliment", + "text": "A bold compliment" }, { - "id": "c", - "text": "A handwritten note for this date" + "id": "small_touches", + "text": "Small touches" }, { - "id": "d", - "text": "A small flower stop" - }, - { - "id": "e", - "text": "A mystery drink order for this date" + "id": "a_secret_plan_for_later", + "text": "A secret plan for later" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A dessert already picked for this date" + "id": "playful_eye_contact", + "text": "Playful eye contact" }, { - "id": "b", - "text": "A place chosen from our saved list" + "id": "a_bold_compliment", + "text": "A bold compliment" }, { - "id": "c", - "text": "A handwritten note for this date" + "id": "small_touches", + "text": "Small touches" }, { - "id": "d", - "text": "A small flower stop" - }, - { - "id": "e", - "text": "A mystery drink order for this date" + "id": "a_secret_plan_for_later", + "text": "A secret plan for later" } ] - } + }, + "access": "premium" }, { "id": "date_night_081", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the flirty date moves that would work on us:", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which ending would leave you feeling closest?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "flirty" + "ending" ], "options": [ { - "id": "a", - "text": "A compliment before we leave" + "id": "a_slow_kiss", + "text": "A slow kiss" }, { - "id": "b", - "text": "Holding hands more" + "id": "a_long_conversation_in_the_car", + "text": "A long conversation in the car" }, { - "id": "c", - "text": "A kiss before dinner" + "id": "cuddling_at_home", + "text": "Cuddling at home" }, { - "id": "d", - "text": "A message before the date" - }, - { - "id": "e", - "text": "A slower goodbye" + "id": "planning_the_next_date", + "text": "Planning the next date" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A compliment before we leave" + "id": "a_slow_kiss", + "text": "A slow kiss" }, { - "id": "b", - "text": "Holding hands more" + "id": "a_long_conversation_in_the_car", + "text": "A long conversation in the car" }, { - "id": "c", - "text": "A kiss before dinner" + "id": "cuddling_at_home", + "text": "Cuddling at home" }, { - "id": "d", - "text": "A message before the date" - }, - { - "id": "e", - "text": "A slower goodbye" + "id": "planning_the_next_date", + "text": "Planning the next date" } ] - } + }, + "access": "premium" }, { "id": "date_night_082", "category_id": "date_night", "type": "multi_choice", - "text": "Which little sparks should date night include?", - "depth": 1, - "access": "premium", + "text": "Which ingredients create romance without making a date formal?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "flirty" + "romance" ], "options": [ { - "id": "a", - "text": "A message before the date" + "id": "a_detail_chosen_just_for_me", + "text": "A detail chosen just for me" }, { - "id": "b", - "text": "Sitting closer than usual" + "id": "time_without_rushing", + "text": "Time without rushing" }, { - "id": "c", - "text": "A kiss before dinner" + "id": "warm_physical_affection", + "text": "Warm physical affection" }, { - "id": "d", - "text": "A dressed-up moment" + "id": "a_place_with_good_atmosphere", + "text": "A place with good atmosphere" }, { - "id": "e", - "text": "A slower goodbye" + "id": "one_sincere_conversation", + "text": "One sincere conversation" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A message before the date" + "id": "a_detail_chosen_just_for_me", + "text": "A detail chosen just for me" }, { - "id": "b", - "text": "Sitting closer than usual" + "id": "time_without_rushing", + "text": "Time without rushing" }, { - "id": "c", - "text": "A kiss before dinner" + "id": "warm_physical_affection", + "text": "Warm physical affection" }, { - "id": "d", - "text": "A dressed-up moment" + "id": "a_place_with_good_atmosphere", + "text": "A place with good atmosphere" }, { - "id": "e", - "text": "A slower goodbye" + "id": "one_sincere_conversation", + "text": "One sincere conversation" } ] - } + }, + "access": "premium" }, { "id": "date_night_083", "category_id": "date_night", "type": "multi_choice", - "text": "What would make the date feel more romantic?", - "depth": 1, - "access": "premium", + "text": "Which signs make you feel pursued?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "flirty" + "pursuit" ], "options": [ { - "id": "a", - "text": "A slower goodbye" + "id": "someone_takes_initiative", + "text": "Someone takes initiative" }, { - "id": "b", - "text": "Sitting closer than usual" + "id": "the_plan_reflects_what_i_enjoy", + "text": "The plan reflects what I enjoy" }, { - "id": "c", - "text": "A dressed-up moment" + "id": "i_get_a_message_building_anticipation", + "text": "I get a message building anticipation" }, { - "id": "d", - "text": "A song that makes us smile" + "id": "effort_shows_in_the_small_details", + "text": "Effort shows in the small details" }, { - "id": "e", - "text": "A compliment before we leave" + "id": "my_reactions_are_noticed", + "text": "My reactions are noticed" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A slower goodbye" + "id": "someone_takes_initiative", + "text": "Someone takes initiative" }, { - "id": "b", - "text": "Sitting closer than usual" + "id": "the_plan_reflects_what_i_enjoy", + "text": "The plan reflects what I enjoy" }, { - "id": "c", - "text": "A dressed-up moment" + "id": "i_get_a_message_building_anticipation", + "text": "I get a message building anticipation" }, { - "id": "d", - "text": "A song that makes us smile" + "id": "effort_shows_in_the_small_details", + "text": "Effort shows in the small details" }, { - "id": "e", - "text": "A compliment before we leave" + "id": "my_reactions_are_noticed", + "text": "My reactions are noticed" } ] - } + }, + "access": "premium" }, { "id": "date_night_084", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the flirty details that sound natural:", - "depth": 1, - "access": "premium", + "text": "What helps affection feel comfortable throughout a date?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "flirty" + "affection", + "comfort" ], "options": [ { - "id": "a", - "text": "A song that makes us smile" + "id": "checking_my_body_language", + "text": "Checking my body language" }, { - "id": "b", - "text": "Holding hands more" + "id": "starting_with_small_touches", + "text": "Starting with small touches" }, { - "id": "c", - "text": "A dressed-up moment" + "id": "letting_closeness_grow_naturally", + "text": "Letting closeness grow naturally" }, { - "id": "d", - "text": "A kiss before dinner" + "id": "being_somewhere_private_enough", + "text": "Being somewhere private enough" }, { - "id": "e", - "text": "A compliment before we leave" + "id": "no_expectation_of_what_happens_later", + "text": "No expectation of what happens later" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A song that makes us smile" + "id": "checking_my_body_language", + "text": "Checking my body language" }, { - "id": "b", - "text": "Holding hands more" + "id": "starting_with_small_touches", + "text": "Starting with small touches" }, { - "id": "c", - "text": "A dressed-up moment" + "id": "letting_closeness_grow_naturally", + "text": "Letting closeness grow naturally" }, { - "id": "d", - "text": "A kiss before dinner" + "id": "being_somewhere_private_enough", + "text": "Being somewhere private enough" }, { - "id": "e", - "text": "A compliment before we leave" + "id": "no_expectation_of_what_happens_later", + "text": "No expectation of what happens later" } ] - } + }, + "access": "premium" }, { "id": "date_night_085", "category_id": "date_night", "type": "multi_choice", - "text": "Select anything that would bring date-night chemistry:", - "depth": 1, - "access": "premium", + "text": "Which date-night compliments would feel genuine?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "flirty" + "compliments" ], "options": [ { - "id": "a", - "text": "A compliment before we leave for this date" + "id": "something_specific_about_my_appearance", + "text": "Something specific about my appearance" }, { - "id": "b", - "text": "Holding hands more for this date" + "id": "something_about_my_energy", + "text": "Something about my energy" }, { - "id": "c", - "text": "A kiss before dinner for this date" + "id": "a_memory_of_when_i_looked_happy", + "text": "A memory of when I looked happy" }, { - "id": "d", - "text": "A message before the date" + "id": "how_i_make_the_night_better", + "text": "How I make the night better" }, { - "id": "e", - "text": "A slower goodbye for this date" + "id": "what_you_admire_about_me_lately", + "text": "What you admire about me lately" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A compliment before we leave for this date" + "id": "something_specific_about_my_appearance", + "text": "Something specific about my appearance" }, { - "id": "b", - "text": "Holding hands more for this date" + "id": "something_about_my_energy", + "text": "Something about my energy" }, { - "id": "c", - "text": "A kiss before dinner for this date" + "id": "a_memory_of_when_i_looked_happy", + "text": "A memory of when I looked happy" }, { - "id": "d", - "text": "A message before the date" + "id": "how_i_make_the_night_better", + "text": "How I make the night better" }, { - "id": "e", - "text": "A slower goodbye for this date" + "id": "what_you_admire_about_me_lately", + "text": "What you admire about me lately" } ] - } + }, + "access": "premium" }, { "id": "date_night_086", "category_id": "date_night", "type": "multi_choice", - "text": "Pick the new-place ideas worth trying:", - "depth": 1, - "access": "premium", + "text": "How can getting ready together become part of the romance?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "new_place" + "getting_ready" ], "options": [ { - "id": "a", - "text": "A restaurant we keep mentioning" + "id": "choosing_music", + "text": "Choosing music" }, { - "id": "b", - "text": "A coffee shop across town" + "id": "helping_with_one_detail", + "text": "Helping with one detail" }, { - "id": "c", - "text": "A small live show" + "id": "trading_compliments", + "text": "Trading compliments" }, { - "id": "d", - "text": "A museum or exhibit" + "id": "sharing_a_drink", + "text": "Sharing a drink" }, { - "id": "e", - "text": "A food truck we notice" + "id": "keeping_enough_time_to_avoid_rushing", + "text": "Keeping enough time to avoid rushing" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A restaurant we keep mentioning" + "id": "choosing_music", + "text": "Choosing music" }, { - "id": "b", - "text": "A coffee shop across town" + "id": "helping_with_one_detail", + "text": "Helping with one detail" }, { - "id": "c", - "text": "A small live show" + "id": "trading_compliments", + "text": "Trading compliments" }, { - "id": "d", - "text": "A museum or exhibit" + "id": "sharing_a_drink", + "text": "Sharing a drink" }, { - "id": "e", - "text": "A food truck we notice" + "id": "keeping_enough_time_to_avoid_rushing", + "text": "Keeping enough time to avoid rushing" } ] - } + }, + "access": "premium" }, { "id": "date_night_087", "category_id": "date_night", "type": "multi_choice", - "text": "Which new spots should make the date list?", - "depth": 1, - "access": "premium", + "text": "Which quiet romantic moments would you enjoy?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "new_place" + "quiet_romance" ], "options": [ { - "id": "a", - "text": "A museum or exhibit" + "id": "holding_hands_under_the_table", + "text": "Holding hands under the table" }, { - "id": "b", - "text": "A pretty patio" + "id": "sitting_close_during_a_show", + "text": "Sitting close during a show" }, { - "id": "c", - "text": "A small live show" + "id": "a_pause_to_watch_the_view", + "text": "A pause to watch the view" }, { - "id": "d", - "text": "A new breakfast place" + "id": "a_private_joke_in_a_crowded_place", + "text": "A private joke in a crowded place" }, { - "id": "e", - "text": "A food truck we notice" + "id": "a_kiss_before_going_inside", + "text": "A kiss before going inside" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A museum or exhibit" + "id": "holding_hands_under_the_table", + "text": "Holding hands under the table" }, { - "id": "b", - "text": "A pretty patio" + "id": "sitting_close_during_a_show", + "text": "Sitting close during a show" }, { - "id": "c", - "text": "A small live show" + "id": "a_pause_to_watch_the_view", + "text": "A pause to watch the view" }, { - "id": "d", - "text": "A new breakfast place" + "id": "a_private_joke_in_a_crowded_place", + "text": "A private joke in a crowded place" }, { - "id": "e", - "text": "A food truck we notice" + "id": "a_kiss_before_going_inside", + "text": "A kiss before going inside" } ] - } + }, + "access": "premium" }, { "id": "date_night_088", "category_id": "date_night", "type": "multi_choice", - "text": "What should we explore on a future date?", - "depth": 1, - "access": "premium", + "text": "When does dressing up feel worth the effort?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "new_place" + "dress_up" ], "options": [ { - "id": "a", - "text": "A food truck we notice" + "id": "a_reservation_somewhere_beautiful", + "text": "A reservation somewhere beautiful" }, { - "id": "b", - "text": "A pretty patio" + "id": "taking_photos_while_we_feel_good", + "text": "Taking photos while we feel good" }, { - "id": "c", - "text": "A new breakfast place" + "id": "a_special_occasion_to_celebrate", + "text": "A special occasion to celebrate" }, { - "id": "d", - "text": "A neighborhood walk" + "id": "time_to_enjoy_getting_ready", + "text": "Time to enjoy getting ready" }, { - "id": "e", - "text": "A restaurant we keep mentioning" + "id": "an_ending_that_does_not_feel_rushed", + "text": "An ending that does not feel rushed" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A food truck we notice" + "id": "a_reservation_somewhere_beautiful", + "text": "A reservation somewhere beautiful" }, { - "id": "b", - "text": "A pretty patio" + "id": "taking_photos_while_we_feel_good", + "text": "Taking photos while we feel good" }, { - "id": "c", - "text": "A new breakfast place" + "id": "a_special_occasion_to_celebrate", + "text": "A special occasion to celebrate" }, { - "id": "d", - "text": "A neighborhood walk" + "id": "time_to_enjoy_getting_ready", + "text": "Time to enjoy getting ready" }, { - "id": "e", - "text": "A restaurant we keep mentioning" + "id": "an_ending_that_does_not_feel_rushed", + "text": "An ending that does not feel rushed" } ] - } + }, + "access": "premium" }, { "id": "date_night_089", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the places that sound like our speed:", - "depth": 1, - "access": "premium", + "text": "Which gestures say “I planned this with you in mind”?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "new_place" + "thoughtfulness" ], "options": [ { - "id": "a", - "text": "A neighborhood walk" + "id": "choosing_a_place_you_mentioned", + "text": "Choosing a place you mentioned" }, { - "id": "b", - "text": "A coffee shop across town" + "id": "remembering_your_favorite_order", + "text": "Remembering your favorite order" }, { - "id": "c", - "text": "A new breakfast place" + "id": "planning_around_your_energy", + "text": "Planning around your energy" }, { - "id": "d", - "text": "A small live show" + "id": "bringing_something_you_might_need", + "text": "Bringing something you might need" }, { - "id": "e", - "text": "A restaurant we keep mentioning" + "id": "including_one_detail_from_a_shared_memory", + "text": "Including one detail from a shared memory" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A neighborhood walk" + "id": "choosing_a_place_you_mentioned", + "text": "Choosing a place you mentioned" }, { - "id": "b", - "text": "A coffee shop across town" + "id": "remembering_your_favorite_order", + "text": "Remembering your favorite order" }, { - "id": "c", - "text": "A new breakfast place" + "id": "planning_around_your_energy", + "text": "Planning around your energy" }, { - "id": "d", - "text": "A small live show" + "id": "bringing_something_you_might_need", + "text": "Bringing something you might need" }, { - "id": "e", - "text": "A restaurant we keep mentioning" + "id": "including_one_detail_from_a_shared_memory", + "text": "Including one detail from a shared memory" } ] - } + }, + "access": "premium" }, { "id": "date_night_090", "category_id": "date_night", "type": "multi_choice", - "text": "Select the local date ideas we should not forget:", - "depth": 1, - "access": "premium", + "text": "What helps a date feel emotionally intimate?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "new_place" + "emotional_intimacy" ], "options": [ { - "id": "a", - "text": "A restaurant we keep mentioning for this date" + "id": "questions_that_go_beyond_logistics", + "text": "Questions that go beyond logistics" }, { - "id": "b", - "text": "A coffee shop across town" + "id": "comfortable_silence", + "text": "Comfortable silence" }, { - "id": "c", - "text": "A small live show for this date" + "id": "sharing_something_we_are_hopeful_about", + "text": "Sharing something we are hopeful about" }, { - "id": "d", - "text": "A museum or exhibit for this date" + "id": "feeling_listened_to_without_interruption", + "text": "Feeling listened to without interruption" }, { - "id": "e", - "text": "A food truck we notice for this date" + "id": "laughing_until_we_relax", + "text": "Laughing until we relax" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A restaurant we keep mentioning for this date" + "id": "questions_that_go_beyond_logistics", + "text": "Questions that go beyond logistics" }, { - "id": "b", - "text": "A coffee shop across town" + "id": "comfortable_silence", + "text": "Comfortable silence" }, { - "id": "c", - "text": "A small live show for this date" + "id": "sharing_something_we_are_hopeful_about", + "text": "Sharing something we are hopeful about" }, { - "id": "d", - "text": "A museum or exhibit for this date" + "id": "feeling_listened_to_without_interruption", + "text": "Feeling listened to without interruption" }, { - "id": "e", - "text": "A food truck we notice for this date" + "id": "laughing_until_we_relax", + "text": "Laughing until we relax" } ] - } + }, + "access": "premium" }, { "id": "date_night_091", "category_id": "date_night", "type": "multi_choice", - "text": "Pick the budget-friendly dates that still feel good:", - "depth": 1, - "access": "premium", + "text": "Which playful forms of affection sound good?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "budget" + "playful_affection" ], "options": [ { - "id": "a", - "text": "A picnic with favorites" + "id": "a_teasing_compliment", + "text": "A teasing compliment" }, { - "id": "b", - "text": "Homemade dessert" + "id": "a_hand_squeeze_at_the_right_moment", + "text": "A hand squeeze at the right moment" }, { - "id": "c", - "text": "A free local event" + "id": "a_quick_dance_somewhere_unexpected", + "text": "A quick dance somewhere unexpected" }, { - "id": "d", - "text": "Coffee and a walk before dessert" + "id": "a_secret_code_for_come_closer", + "text": "A secret code for “come closer”" }, { - "id": "e", - "text": "A movie night with intention" + "id": "a_kiss_used_as_a_reward", + "text": "A kiss used as a reward" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A picnic with favorites" + "id": "a_teasing_compliment", + "text": "A teasing compliment" }, { - "id": "b", - "text": "Homemade dessert" + "id": "a_hand_squeeze_at_the_right_moment", + "text": "A hand squeeze at the right moment" }, { - "id": "c", - "text": "A free local event" + "id": "a_quick_dance_somewhere_unexpected", + "text": "A quick dance somewhere unexpected" }, { - "id": "d", - "text": "Coffee and a walk before dessert" + "id": "a_secret_code_for_come_closer", + "text": "A secret code for “come closer”" }, { - "id": "e", - "text": "A movie night with intention" + "id": "a_kiss_used_as_a_reward", + "text": "A kiss used as a reward" } ] - } + }, + "access": "premium" }, { "id": "date_night_092", "category_id": "date_night", "type": "multi_choice", - "text": "Which low-cost date ideas are worth keeping?", - "depth": 1, - "access": "premium", + "text": "Which details make a surprise date feel loving?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "budget" + "surprise" ], "options": [ { - "id": "a", - "text": "Coffee and a walk after dinner" + "id": "the_timing_respects_my_energy", + "text": "The timing respects my energy" }, { - "id": "b", - "text": "A shared grocery-store treat" + "id": "i_know_enough_to_dress_comfortably", + "text": "I know enough to dress comfortably" }, { - "id": "c", - "text": "A free local event" + "id": "the_plan_includes_something_i_enjoy", + "text": "The plan includes something I enjoy" }, { - "id": "d", - "text": "A sunset drive" + "id": "there_is_an_easy_backup_option", + "text": "There is an easy backup option" }, { - "id": "e", - "text": "A movie night with intention" + "id": "the_surprise_is_about_us_not_impressing_others", + "text": "The surprise is about us, not impressing others" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Coffee and a walk after dinner" + "id": "the_timing_respects_my_energy", + "text": "The timing respects my energy" }, { - "id": "b", - "text": "A shared grocery-store treat" + "id": "i_know_enough_to_dress_comfortably", + "text": "I know enough to dress comfortably" }, { - "id": "c", - "text": "A free local event" + "id": "the_plan_includes_something_i_enjoy", + "text": "The plan includes something I enjoy" }, { - "id": "d", - "text": "A sunset drive" + "id": "there_is_an_easy_backup_option", + "text": "There is an easy backup option" }, { - "id": "e", - "text": "A movie night with intention" + "id": "the_surprise_is_about_us_not_impressing_others", + "text": "The surprise is about us, not impressing others" } ] - } + }, + "access": "premium" }, { "id": "date_night_093", "category_id": "date_night", "type": "multi_choice", - "text": "What can feel special without spending much?", - "depth": 1, - "access": "premium", + "text": "Which small luxuries feel romantic to you?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "budget" + "luxury" ], "options": [ { - "id": "a", - "text": "A movie night with intention" + "id": "a_table_with_a_view", + "text": "A table with a view" }, { - "id": "b", - "text": "A shared grocery-store treat" + "id": "a_shared_dessert", + "text": "A shared dessert" }, { - "id": "c", - "text": "A sunset drive" + "id": "fresh_flowers_nearby", + "text": "Fresh flowers nearby" }, { - "id": "d", - "text": "A card game with drinks" + "id": "a_ride_where_neither_of_us_drives", + "text": "A ride where neither of us drives" }, { - "id": "e", - "text": "A picnic with favorites" + "id": "extra_time_with_nowhere_else_to_be", + "text": "Extra time with nowhere else to be" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A movie night with intention" + "id": "a_table_with_a_view", + "text": "A table with a view" }, { - "id": "b", - "text": "A shared grocery-store treat" + "id": "a_shared_dessert", + "text": "A shared dessert" }, { - "id": "c", - "text": "A sunset drive" + "id": "fresh_flowers_nearby", + "text": "Fresh flowers nearby" }, { - "id": "d", - "text": "A card game with drinks" + "id": "a_ride_where_neither_of_us_drives", + "text": "A ride where neither of us drives" }, { - "id": "e", - "text": "A picnic with favorites" + "id": "extra_time_with_nowhere_else_to_be", + "text": "Extra time with nowhere else to be" } ] - } + }, + "access": "premium" }, { "id": "date_night_094", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the cheap dates that do not feel cheap:", - "depth": 1, - "access": "premium", + "text": "What could help us bring back early-date energy?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "budget" + "early_date_energy" ], "options": [ { - "id": "a", - "text": "A card game with drinks" + "id": "ask_each_other_new_questions", + "text": "Ask each other new questions" }, { - "id": "b", - "text": "Homemade dessert" + "id": "go_somewhere_unfamiliar", + "text": "Go somewhere unfamiliar" }, { - "id": "c", - "text": "A sunset drive" + "id": "dress_with_intention", + "text": "Dress with intention" }, { - "id": "d", - "text": "A free local event for this date" + "id": "flirt_before_the_date_begins", + "text": "Flirt before the date begins" }, { - "id": "e", - "text": "A picnic with favorites for this date" + "id": "leave_daily_responsibilities_off_the_table", + "text": "Leave daily responsibilities off the table" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A card game with drinks" + "id": "ask_each_other_new_questions", + "text": "Ask each other new questions" }, { - "id": "b", - "text": "Homemade dessert" + "id": "go_somewhere_unfamiliar", + "text": "Go somewhere unfamiliar" }, { - "id": "c", - "text": "A sunset drive" + "id": "dress_with_intention", + "text": "Dress with intention" }, { - "id": "d", - "text": "A free local event for this date" + "id": "flirt_before_the_date_begins", + "text": "Flirt before the date begins" }, { - "id": "e", - "text": "A picnic with favorites for this date" + "id": "leave_daily_responsibilities_off_the_table", + "text": "Leave daily responsibilities off the table" } ] - } + }, + "access": "premium" }, { "id": "date_night_095", "category_id": "date_night", "type": "multi_choice", - "text": "Select the simple plans that fit a budget:", - "depth": 1, - "access": "premium", + "text": "Which after-date gestures would make the night linger?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "budget" + "after_date" ], "options": [ { - "id": "a", - "text": "A picnic with favorites with a twist" + "id": "a_sweet_message_after_we_part", + "text": "A sweet message after we part" }, { - "id": "b", - "text": "Homemade dessert" + "id": "tea_or_dessert_at_home", + "text": "Tea or dessert at home" }, { - "id": "c", - "text": "A free local event with a twist" + "id": "a_short_walk_before_going_inside", + "text": "A short walk before going inside" }, { - "id": "d", - "text": "Coffee and a walk this month" + "id": "saving_one_photo_from_the_night", + "text": "Saving one photo from the night" }, { - "id": "e", - "text": "A movie night with intention for this date" + "id": "saying_what_you_loved_most", + "text": "Saying what you loved most" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A picnic with favorites with a twist" + "id": "a_sweet_message_after_we_part", + "text": "A sweet message after we part" }, { - "id": "b", - "text": "Homemade dessert" + "id": "tea_or_dessert_at_home", + "text": "Tea or dessert at home" }, { - "id": "c", - "text": "A free local event with a twist" + "id": "a_short_walk_before_going_inside", + "text": "A short walk before going inside" }, { - "id": "d", - "text": "Coffee and a walk this month" + "id": "saving_one_photo_from_the_night", + "text": "Saving one photo from the night" }, { - "id": "e", - "text": "A movie night with intention for this date" + "id": "saying_what_you_loved_most", + "text": "Saying what you loved most" } ] - } + }, + "access": "premium" }, { "id": "date_night_096", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the little celebration moves that sound good:", - "depth": 1, - "access": "premium", + "type": "scale", + "text": "How romantic should our next date feel?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "celebration" - ], - "options": [ - { - "id": "a", - "text": "A nicer dessert" - }, - { - "id": "b", - "text": "A photo together" - }, - { - "id": "c", - "text": "A toast at dinner" - }, - { - "id": "d", - "text": "A favorite restaurant" - }, - { - "id": "e", - "text": "A slow morning brunch" - } + "romance" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A nicer dessert" - }, - { - "id": "b", - "text": "A photo together" - }, - { - "id": "c", - "text": "A toast at dinner" - }, - { - "id": "d", - "text": "A favorite restaurant" - }, - { - "id": "e", - "text": "A slow morning brunch" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Warm and casual", + "maxLabel": "Make it swoony" + }, + "access": "premium" }, { "id": "date_night_097", "category_id": "date_night", - "type": "multi_choice", - "text": "Which date ideas fit a small win?", - "depth": 1, - "access": "premium", + "type": "scale", + "text": "How much affection would feel right during the date?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "celebration" - ], - "options": [ - { - "id": "a", - "text": "A favorite restaurant" - }, - { - "id": "b", - "text": "A new outfit moment" - }, - { - "id": "c", - "text": "A toast at dinner" - }, - { - "id": "d", - "text": "A pretty view" - }, - { - "id": "e", - "text": "A slow morning brunch" - } + "affection" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A favorite restaurant" - }, - { - "id": "b", - "text": "A new outfit moment" - }, - { - "id": "c", - "text": "A toast at dinner" - }, - { - "id": "d", - "text": "A pretty view" - }, - { - "id": "e", - "text": "A slow morning brunch" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Keep it subtle", + "maxLabel": "Be openly affectionate" + }, + "access": "premium" }, { "id": "date_night_098", "category_id": "date_night", - "type": "multi_choice", - "text": "What should we do when we have something to celebrate?", - "depth": 1, - "access": "premium", + "type": "scale", + "text": "How much should the date feel like a special occasion?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "celebration" - ], - "options": [ - { - "id": "a", - "text": "A slow morning brunch for this date" - }, - { - "id": "b", - "text": "A new outfit moment" - }, - { - "id": "c", - "text": "A pretty view" - }, - { - "id": "d", - "text": "A shared appetizer with a twist" - }, - { - "id": "e", - "text": "A nicer dessert" - } + "special" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A slow morning brunch for this date" - }, - { - "id": "b", - "text": "A new outfit moment" - }, - { - "id": "c", - "text": "A pretty view" - }, - { - "id": "d", - "text": "A shared appetizer with a twist" - }, - { - "id": "e", - "text": "A nicer dessert" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Beautifully ordinary", + "maxLabel": "Worth dressing up for" + }, + "access": "premium" }, { "id": "date_night_099", "category_id": "date_night", - "type": "multi_choice", - "text": "Choose the date touches that feel celebratory:", - "depth": 1, - "access": "premium", + "type": "scale", + "text": "How flirty should the mood be?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "celebration" - ], - "options": [ - { - "id": "a", - "text": "A shared appetizer somewhere new" - }, - { - "id": "b", - "text": "A photo together" - }, - { - "id": "c", - "text": "A pretty view" - }, - { - "id": "d", - "text": "A toast at dinner" - }, - { - "id": "e", - "text": "A nicer dessert for this date" - } + "flirting" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A shared appetizer somewhere new" - }, - { - "id": "b", - "text": "A photo together" - }, - { - "id": "c", - "text": "A pretty view" - }, - { - "id": "d", - "text": "A toast at dinner" - }, - { - "id": "e", - "text": "A nicer dessert for this date" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Sweet and gentle", + "maxLabel": "Bold and playful" + }, + "access": "premium" }, { "id": "date_night_100", "category_id": "date_night", - "type": "multi_choice", - "text": "Select the small wins worth turning into a date:", + "type": "this_or_that", + "text": "Love note or surprise reservation?", "depth": 1, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "celebration" + "quick_choice" ], "options": [ { - "id": "a", - "text": "A nicer dessert with a twist" + "id": "love_note", + "text": "Love note" }, { - "id": "b", - "text": "A photo together" - }, - { - "id": "c", - "text": "A toast at dinner for this date" - }, - { - "id": "d", - "text": "A favorite restaurant for this date" - }, - { - "id": "e", - "text": "A slow morning brunch with a twist" + "id": "surprise_reservation", + "text": "Surprise reservation" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A nicer dessert with a twist" + "id": "love_note", + "text": "Love note" }, { - "id": "b", - "text": "A photo together" - }, - { - "id": "c", - "text": "A toast at dinner for this date" - }, - { - "id": "d", - "text": "A favorite restaurant for this date" - }, - { - "id": "e", - "text": "A slow morning brunch with a twist" + "id": "surprise_reservation", + "text": "Surprise reservation" } - ] - } + ], + "optionA": "Love note", + "optionB": "Surprise reservation" + }, + "access": "premium" }, { "id": "date_night_101", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the after-work dates that would not feel exhausting:", - "depth": 1, - "access": "premium", + "type": "written", + "text": "What should I understand before planning a surprise date for you?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "after_work" - ], - "options": [ - { - "id": "a", - "text": "Dinner close by" - }, - { - "id": "b", - "text": "Takeout with a real setup" - }, - { - "id": "c", - "text": "A short dessert run" - }, - { - "id": "d", - "text": "A walk before home" - }, - { - "id": "e", - "text": "A movie already chosen" - } + "planning", + "surprise" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Dinner close by" - }, - { - "id": "b", - "text": "Takeout with a real setup" - }, - { - "id": "c", - "text": "A short dessert run" - }, - { - "id": "d", - "text": "A walk before home" - }, - { - "id": "e", - "text": "A movie already chosen" - } - ] - } + "min_length": 1, + "max_length": 500, + "placeholder": "Write your answer..." + }, + "access": "premium" }, { "id": "date_night_102", "category_id": "date_night", - "type": "multi_choice", - "text": "Which weeknight date ideas sound realistic?", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which planning style would make date night easiest?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "after_work" + "planning" ], "options": [ { - "id": "a", - "text": "A walk before home" + "id": "take_turns_planning", + "text": "Take turns planning" }, { - "id": "b", - "text": "A simple drink together" + "id": "choose_everything_together", + "text": "Choose everything together" }, { - "id": "c", - "text": "A short dessert run" + "id": "one_person_gives_two_options", + "text": "One person gives two options" }, { - "id": "d", - "text": "Coffee after work" - }, - { - "id": "e", - "text": "A movie already chosen" + "id": "keep_a_shared_idea_list", + "text": "Keep a shared idea list" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A walk before home" + "id": "take_turns_planning", + "text": "Take turns planning" }, { - "id": "b", - "text": "A simple drink together" + "id": "choose_everything_together", + "text": "Choose everything together" }, { - "id": "c", - "text": "A short dessert run" + "id": "one_person_gives_two_options", + "text": "One person gives two options" }, { - "id": "d", - "text": "Coffee after work" - }, - { - "id": "e", - "text": "A movie already chosen" + "id": "keep_a_shared_idea_list", + "text": "Keep a shared idea list" } ] - } + }, + "access": "premium" }, { "id": "date_night_103", "category_id": "date_night", - "type": "multi_choice", - "text": "What works when the date has to be easy?", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "How should a spontaneous date begin?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "after_work" + "spontaneity" ], "options": [ { - "id": "a", - "text": "A movie already chosen" + "id": "a_direct_invitation", + "text": "A direct invitation" }, { - "id": "b", - "text": "A simple drink together" + "id": "a_playful_text", + "text": "A playful text" }, { - "id": "c", - "text": "Coffee after work" + "id": "two_quick_choices", + "text": "Two quick choices" }, { - "id": "d", - "text": "A quick scenic drive" - }, - { - "id": "e", - "text": "Dinner close by" + "id": "just_start_driving", + "text": "Just start driving" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A movie already chosen" + "id": "a_direct_invitation", + "text": "A direct invitation" }, { - "id": "b", - "text": "A simple drink together" + "id": "a_playful_text", + "text": "A playful text" }, { - "id": "c", - "text": "Coffee after work" + "id": "two_quick_choices", + "text": "Two quick choices" }, { - "id": "d", - "text": "A quick scenic drive" - }, - { - "id": "e", - "text": "Dinner close by" + "id": "just_start_driving", + "text": "Just start driving" } ] - } + }, + "access": "premium" }, { "id": "date_night_104", "category_id": "date_night", - "type": "multi_choice", - "text": "Choose the low-energy date plans we would still enjoy:", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which part of planning would you most like someone else to handle?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "after_work" + "planning" ], "options": [ { - "id": "a", - "text": "A quick scenic drive" + "id": "choosing_the_place", + "text": "Choosing the place" }, { - "id": "b", - "text": "Takeout with a real setup" + "id": "making_reservations", + "text": "Making reservations" }, { - "id": "c", - "text": "Coffee after work" + "id": "picking_the_time", + "text": "Picking the time" }, { - "id": "d", - "text": "A short dessert run" - }, - { - "id": "e", - "text": "Dinner close by" + "id": "planning_the_little_extras", + "text": "Planning the little extras" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A quick scenic drive" + "id": "choosing_the_place", + "text": "Choosing the place" }, { - "id": "b", - "text": "Takeout with a real setup" + "id": "making_reservations", + "text": "Making reservations" }, { - "id": "c", - "text": "Coffee after work" + "id": "picking_the_time", + "text": "Picking the time" }, { - "id": "d", - "text": "A short dessert run" - }, - { - "id": "e", - "text": "Dinner close by" + "id": "planning_the_little_extras", + "text": "Planning the little extras" } ] - } + }, + "access": "premium" }, { "id": "date_night_105", "category_id": "date_night", - "type": "multi_choice", - "text": "Select the after-work plans that feel doable:", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "What kind of surprise is safest to get right?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "after_work" + "surprise" ], "options": [ { - "id": "a", - "text": "Dinner close by for this date" + "id": "a_favorite_food_stop", + "text": "A favorite-food stop" }, { - "id": "b", - "text": "Takeout with a real setup" + "id": "tickets_to_something_familiar", + "text": "Tickets to something familiar" }, { - "id": "c", - "text": "A short dessert run for this date" + "id": "a_scenic_detour", + "text": "A scenic detour" }, { - "id": "d", - "text": "A walk before home for this date" - }, - { - "id": "e", - "text": "A movie already chosen for this date" + "id": "a_planned_night_at_home", + "text": "A planned night at home" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Dinner close by for this date" + "id": "a_favorite_food_stop", + "text": "A favorite-food stop" }, { - "id": "b", - "text": "Takeout with a real setup" + "id": "tickets_to_something_familiar", + "text": "Tickets to something familiar" }, { - "id": "c", - "text": "A short dessert run for this date" + "id": "a_scenic_detour", + "text": "A scenic detour" }, { - "id": "d", - "text": "A walk before home for this date" - }, - { - "id": "e", - "text": "A movie already chosen for this date" + "id": "a_planned_night_at_home", + "text": "A planned night at home" } ] - } + }, + "access": "premium" }, { "id": "date_night_106", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the rainy-day date ideas that sound good:", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which backup plan feels least disappointing?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "rainy_day" + "backup_plan" ], "options": [ { - "id": "a", - "text": "A cafe window seat" + "id": "dessert_and_a_drive", + "text": "Dessert and a drive" }, { - "id": "b", - "text": "A movie at home" + "id": "takeout_with_a_theme", + "text": "Takeout with a theme" }, { - "id": "c", - "text": "Soup or ramen out" + "id": "a_bookstore_wander", + "text": "A bookstore wander" }, { - "id": "d", - "text": "A bookstore browse for this date" - }, - { - "id": "e", - "text": "A museum visit" + "id": "a_home_tasting_night", + "text": "A home tasting night" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A cafe window seat" + "id": "dessert_and_a_drive", + "text": "Dessert and a drive" }, { - "id": "b", - "text": "A movie at home" + "id": "takeout_with_a_theme", + "text": "Takeout with a theme" }, { - "id": "c", - "text": "Soup or ramen out" + "id": "a_bookstore_wander", + "text": "A bookstore wander" }, { - "id": "d", - "text": "A bookstore browse for this date" - }, - { - "id": "e", - "text": "A museum visit" + "id": "a_home_tasting_night", + "text": "A home tasting night" } ] - } + }, + "access": "premium" }, { "id": "date_night_107", "category_id": "date_night", "type": "multi_choice", - "text": "Which cozy date moves work when the weather is bad?", - "depth": 1, - "access": "premium", + "text": "What information helps you enjoy a surprise date?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "rainy_day" + "surprise", + "comfort" ], "options": [ { - "id": "a", - "text": "A bookstore browse with a twist" + "id": "how_dressed_up_to_be", + "text": "How dressed up to be" }, { - "id": "b", - "text": "A baking attempt" + "id": "how_long_we_will_be_out", + "text": "How long we will be out" }, { - "id": "c", - "text": "Soup or ramen out" + "id": "whether_we_will_be_outside", + "text": "Whether we will be outside" }, { - "id": "d", - "text": "A puzzle with drinks" + "id": "what_time_we_should_leave", + "text": "What time we should leave" }, { - "id": "e", - "text": "A museum visit" + "id": "anything_important_to_bring", + "text": "Anything important to bring" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A bookstore browse with a twist" + "id": "how_dressed_up_to_be", + "text": "How dressed up to be" }, { - "id": "b", - "text": "A baking attempt" + "id": "how_long_we_will_be_out", + "text": "How long we will be out" }, { - "id": "c", - "text": "Soup or ramen out" + "id": "whether_we_will_be_outside", + "text": "Whether we will be outside" }, { - "id": "d", - "text": "A puzzle with drinks" + "id": "what_time_we_should_leave", + "text": "What time we should leave" }, { - "id": "e", - "text": "A museum visit" + "id": "anything_important_to_bring", + "text": "Anything important to bring" } ] - } + }, + "access": "premium" }, { "id": "date_night_108", "category_id": "date_night", "type": "multi_choice", - "text": "What should a rainy date include?", - "depth": 1, - "access": "premium", + "text": "Which planning habits would make dates happen more often?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "rainy_day" + "planning" ], "options": [ { - "id": "a", - "text": "A museum visit" + "id": "keep_a_short_shared_list", + "text": "Keep a short shared list" }, { - "id": "b", - "text": "A baking attempt" + "id": "choose_a_date_before_the_week_fills", + "text": "Choose a date before the week fills" }, { - "id": "c", - "text": "A puzzle with drinks" + "id": "use_two_option_decisions", + "text": "Use two-option decisions" }, { - "id": "d", - "text": "A warm dessert stop" + "id": "set_a_realistic_budget_first", + "text": "Set a realistic budget first" }, { - "id": "e", - "text": "A cafe window seat" + "id": "alternate_who_makes_the_final_call", + "text": "Alternate who makes the final call" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A museum visit" + "id": "keep_a_short_shared_list", + "text": "Keep a short shared list" }, { - "id": "b", - "text": "A baking attempt" + "id": "choose_a_date_before_the_week_fills", + "text": "Choose a date before the week fills" }, { - "id": "c", - "text": "A puzzle with drinks" + "id": "use_two_option_decisions", + "text": "Use two-option decisions" }, { - "id": "d", - "text": "A warm dessert stop" + "id": "set_a_realistic_budget_first", + "text": "Set a realistic budget first" }, { - "id": "e", - "text": "A cafe window seat" + "id": "alternate_who_makes_the_final_call", + "text": "Alternate who makes the final call" } ] - } + }, + "access": "premium" }, { "id": "date_night_109", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the indoor date ideas we would enjoy:", - "depth": 1, - "access": "premium", + "text": "What keeps planning from feeling like work?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "rainy_day" + "planning", + "ease" ], "options": [ { - "id": "a", - "text": "A warm dessert stop" + "id": "limit_the_number_of_decisions", + "text": "Limit the number of decisions" }, { - "id": "b", - "text": "A movie at home" + "id": "reuse_places_we_already_love", + "text": "Reuse places we already love" }, { - "id": "c", - "text": "A puzzle with drinks" + "id": "plan_one_standout_detail", + "text": "Plan one standout detail" }, { - "id": "d", - "text": "Soup or ramen out" + "id": "accept_simple_dates_as_real_dates", + "text": "Accept simple dates as real dates" }, { - "id": "e", - "text": "A cafe window seat" + "id": "let_imperfect_plans_count", + "text": "Let imperfect plans count" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A warm dessert stop" + "id": "limit_the_number_of_decisions", + "text": "Limit the number of decisions" }, { - "id": "b", - "text": "A movie at home" + "id": "reuse_places_we_already_love", + "text": "Reuse places we already love" }, { - "id": "c", - "text": "A puzzle with drinks" + "id": "plan_one_standout_detail", + "text": "Plan one standout detail" }, { - "id": "d", - "text": "Soup or ramen out" + "id": "accept_simple_dates_as_real_dates", + "text": "Accept simple dates as real dates" }, { - "id": "e", - "text": "A cafe window seat" + "id": "let_imperfect_plans_count", + "text": "Let imperfect plans count" } ] - } + }, + "access": "premium" }, { "id": "date_night_110", "category_id": "date_night", "type": "multi_choice", - "text": "Select the rain-proof plans worth saving:", - "depth": 1, - "access": "premium", + "text": "Which spontaneous invitations would excite you?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "rainy_day" + "spontaneity" ], "options": [ { - "id": "a", - "text": "A cafe window seat for this date" + "id": "get_dressed_i_found_dessert", + "text": "Get dressed; I found dessert" }, { - "id": "b", - "text": "A movie at home for this date" + "id": "want_to_chase_the_sunset", + "text": "Want to chase the sunset?" }, { - "id": "c", - "text": "Soup or ramen out for this date" + "id": "pick_a_direction_and_let_us_drive", + "text": "Pick a direction and let us drive" }, { - "id": "d", - "text": "A bookstore browse somewhere new" + "id": "there_is_live_music_nearby", + "text": "There is live music nearby" }, { - "id": "e", - "text": "A museum visit for this date" + "id": "i_packed_snacks_come_with_me", + "text": "I packed snacks—come with me" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A cafe window seat for this date" + "id": "get_dressed_i_found_dessert", + "text": "Get dressed; I found dessert" }, { - "id": "b", - "text": "A movie at home for this date" + "id": "want_to_chase_the_sunset", + "text": "Want to chase the sunset?" }, { - "id": "c", - "text": "Soup or ramen out for this date" + "id": "pick_a_direction_and_let_us_drive", + "text": "Pick a direction and let us drive" }, { - "id": "d", - "text": "A bookstore browse somewhere new" + "id": "there_is_live_music_nearby", + "text": "There is live music nearby" }, { - "id": "e", - "text": "A museum visit for this date" + "id": "i_packed_snacks_come_with_me", + "text": "I packed snacks—come with me" } ] - } + }, + "access": "premium" }, { "id": "date_night_111", "category_id": "date_night", "type": "multi_choice", - "text": "Pick the weekend date ideas worth planning:", - "depth": 1, - "access": "premium", + "text": "How can a last-minute plan still feel respectful?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "weekend" + "spontaneity", + "respect" ], "options": [ { - "id": "a", - "text": "A brunch reservation" + "id": "check_my_energy_first", + "text": "Check my energy first" }, { - "id": "b", - "text": "A short day trip" + "id": "give_me_a_rough_time_frame", + "text": "Give me a rough time frame" }, { - "id": "c", - "text": "A long walk somewhere pretty" + "id": "offer_an_easy_alternative", + "text": "Offer an easy alternative" }, { - "id": "d", - "text": "A local event" + "id": "avoid_making_me_rush", + "text": "Avoid making me rush" }, { - "id": "e", - "text": "A new lunch spot" + "id": "be_fine_if_tonight_is_not_the_night", + "text": "Be fine if tonight is not the night" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A brunch reservation" + "id": "check_my_energy_first", + "text": "Check my energy first" }, { - "id": "b", - "text": "A short day trip" + "id": "give_me_a_rough_time_frame", + "text": "Give me a rough time frame" }, { - "id": "c", - "text": "A long walk somewhere pretty" + "id": "offer_an_easy_alternative", + "text": "Offer an easy alternative" }, { - "id": "d", - "text": "A local event" + "id": "avoid_making_me_rush", + "text": "Avoid making me rush" }, { - "id": "e", - "text": "A new lunch spot" + "id": "be_fine_if_tonight_is_not_the_night", + "text": "Be fine if tonight is not the night" } ] - } + }, + "access": "premium" }, { "id": "date_night_112", "category_id": "date_night", "type": "multi_choice", - "text": "Which weekend date pieces sound right?", - "depth": 1, - "access": "premium", + "text": "Which parts should stay flexible during a planned date?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "weekend" + "flexibility" ], "options": [ { - "id": "a", - "text": "A local event" + "id": "where_we_eat_afterward", + "text": "Where we eat afterward" }, { - "id": "b", - "text": "A late movie" + "id": "how_long_we_stay", + "text": "How long we stay" }, { - "id": "c", - "text": "A long walk somewhere pretty" + "id": "whether_we_add_another_stop", + "text": "Whether we add another stop" }, { - "id": "d", - "text": "A market stop" + "id": "the_route_we_take", + "text": "The route we take" }, { - "id": "e", - "text": "A new lunch spot" + "id": "what_time_we_head_home", + "text": "What time we head home" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A local event" + "id": "where_we_eat_afterward", + "text": "Where we eat afterward" }, { - "id": "b", - "text": "A late movie" + "id": "how_long_we_stay", + "text": "How long we stay" }, { - "id": "c", - "text": "A long walk somewhere pretty" + "id": "whether_we_add_another_stop", + "text": "Whether we add another stop" }, { - "id": "d", - "text": "A market stop" + "id": "the_route_we_take", + "text": "The route we take" }, { - "id": "e", - "text": "A new lunch spot" + "id": "what_time_we_head_home", + "text": "What time we head home" } ] - } + }, + "access": "premium" }, { "id": "date_night_113", "category_id": "date_night", "type": "multi_choice", - "text": "What should a better weekend date include?", - "depth": 1, - "access": "premium", + "text": "What would help us choose between too many date ideas?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "weekend" + "decision_making" ], "options": [ { - "id": "a", - "text": "A new lunch spot" + "id": "pick_the_easiest_one_first", + "text": "Pick the easiest one first" }, { - "id": "b", - "text": "A late movie" + "id": "match_the_idea_to_our_energy", + "text": "Match the idea to our energy" }, { - "id": "c", - "text": "A market stop" + "id": "set_a_spending_limit", + "text": "Set a spending limit" }, { - "id": "d", - "text": "A drive with a playlist" + "id": "draw_from_a_small_shortlist", + "text": "Draw from a small shortlist" }, { - "id": "e", - "text": "A brunch reservation" + "id": "save_the_runner_up_for_next_time", + "text": "Save the runner-up for next time" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A new lunch spot" + "id": "pick_the_easiest_one_first", + "text": "Pick the easiest one first" }, { - "id": "b", - "text": "A late movie" + "id": "match_the_idea_to_our_energy", + "text": "Match the idea to our energy" }, { - "id": "c", - "text": "A market stop" + "id": "set_a_spending_limit", + "text": "Set a spending limit" }, { - "id": "d", - "text": "A drive with a playlist" + "id": "draw_from_a_small_shortlist", + "text": "Draw from a small shortlist" }, { - "id": "e", - "text": "A brunch reservation" + "id": "save_the_runner_up_for_next_time", + "text": "Save the runner-up for next time" } ] - } + }, + "access": "premium" }, { "id": "date_night_114", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the weekend plans that feel worth the time:", - "depth": 1, - "access": "premium", + "text": "Which shared lists would be useful and fun?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "weekend" + "idea_list" ], "options": [ { - "id": "a", - "text": "A drive with a playlist" + "id": "places_to_eat_once", + "text": "Places to eat once" }, { - "id": "b", - "text": "A short day trip" + "id": "free_local_adventures", + "text": "Free local adventures" }, { - "id": "c", - "text": "A market stop" + "id": "dates_for_rainy_weather", + "text": "Dates for rainy weather" }, { - "id": "d", - "text": "A long walk somewhere pretty" + "id": "ideas_for_special_occasions", + "text": "Ideas for special occasions" }, { - "id": "e", - "text": "A brunch reservation" + "id": "tiny_dates_under_an_hour", + "text": "Tiny dates under an hour" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A drive with a playlist" + "id": "places_to_eat_once", + "text": "Places to eat once" }, { - "id": "b", - "text": "A short day trip" + "id": "free_local_adventures", + "text": "Free local adventures" }, { - "id": "c", - "text": "A market stop" + "id": "dates_for_rainy_weather", + "text": "Dates for rainy weather" }, { - "id": "d", - "text": "A long walk somewhere pretty" + "id": "ideas_for_special_occasions", + "text": "Ideas for special occasions" }, { - "id": "e", - "text": "A brunch reservation" + "id": "tiny_dates_under_an_hour", + "text": "Tiny dates under an hour" } ] - } + }, + "access": "premium" }, { "id": "date_night_115", "category_id": "date_night", "type": "multi_choice", - "text": "Select the date ideas that need a free afternoon:", - "depth": 1, - "access": "premium", + "text": "Which agreements keep alternating planners fair?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "weekend" + "teamwork" ], "options": [ { - "id": "a", - "text": "A brunch reservation for this date" + "id": "agree_on_a_budget_range", + "text": "Agree on a budget range" }, { - "id": "b", - "text": "A short day trip" + "id": "share_any_hard_no_s", + "text": "Share any hard no’s" }, { - "id": "c", - "text": "A long walk somewhere pretty for this date" + "id": "let_each_planner_choose_their_style", + "text": "Let each planner choose their style" }, { - "id": "d", - "text": "A local event for this date" + "id": "offer_help_only_when_asked", + "text": "Offer help only when asked" }, { - "id": "e", - "text": "A new lunch spot for this date" + "id": "appreciate_the_effort_even_if_plans_change", + "text": "Appreciate the effort even if plans change" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A brunch reservation for this date" + "id": "agree_on_a_budget_range", + "text": "Agree on a budget range" }, { - "id": "b", - "text": "A short day trip" + "id": "share_any_hard_no_s", + "text": "Share any hard no’s" }, { - "id": "c", - "text": "A long walk somewhere pretty for this date" + "id": "let_each_planner_choose_their_style", + "text": "Let each planner choose their style" }, { - "id": "d", - "text": "A local event for this date" + "id": "offer_help_only_when_asked", + "text": "Offer help only when asked" }, { - "id": "e", - "text": "A new lunch spot for this date" + "id": "appreciate_the_effort_even_if_plans_change", + "text": "Appreciate the effort even if plans change" } ] - } + }, + "access": "premium" }, { "id": "date_night_116", "category_id": "date_night", "type": "multi_choice", - "text": "Pick the date ideas that feel a little more romantic:", - "depth": 1, - "access": "premium", + "text": "Which calendar habits could protect date time?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "anniversary" + "scheduling" ], "options": [ { - "id": "a", - "text": "A place with a view" + "id": "schedule_before_other_plans_pile_up", + "text": "Schedule before other plans pile up" }, { - "id": "b", - "text": "Dressing up" + "id": "use_one_recurring_evening", + "text": "Use one recurring evening" }, { - "id": "c", - "text": "A thoughtful note" + "id": "book_occasional_daytime_dates", + "text": "Book occasional daytime dates" }, { - "id": "d", - "text": "A slow dinner" + "id": "keep_one_weekend_window_open", + "text": "Keep one weekend window open" }, { - "id": "e", - "text": "A photo we actually like" + "id": "reschedule_instead_of_quietly_dropping_it", + "text": "Reschedule instead of quietly dropping it" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A place with a view" + "id": "schedule_before_other_plans_pile_up", + "text": "Schedule before other plans pile up" }, { - "id": "b", - "text": "Dressing up" + "id": "use_one_recurring_evening", + "text": "Use one recurring evening" }, { - "id": "c", - "text": "A thoughtful note" + "id": "book_occasional_daytime_dates", + "text": "Book occasional daytime dates" }, { - "id": "d", - "text": "A slow dinner" + "id": "keep_one_weekend_window_open", + "text": "Keep one weekend window open" }, { - "id": "e", - "text": "A photo we actually like" + "id": "reschedule_instead_of_quietly_dropping_it", + "text": "Reschedule instead of quietly dropping it" } ] - } + }, + "access": "premium" }, { "id": "date_night_117", "category_id": "date_night", "type": "multi_choice", - "text": "Which special-date touches sound like us?", - "depth": 1, - "access": "premium", + "text": "When does a reservation feel worth committing to?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "anniversary" + "reservation" ], "options": [ { - "id": "a", - "text": "A slow dinner" + "id": "the_place_is_hard_to_visit_casually", + "text": "The place is hard to visit casually" }, { - "id": "b", - "text": "A favorite memory brought up" + "id": "the_atmosphere_fits_the_occasion", + "text": "The atmosphere fits the occasion" }, { - "id": "c", - "text": "A thoughtful note" + "id": "we_are_excited_about_the_menu", + "text": "We are excited about the menu" }, { - "id": "d", - "text": "A dessert worth sharing" + "id": "the_timing_gives_us_room_to_linger", + "text": "The timing gives us room to linger" }, { - "id": "e", - "text": "A photo we actually like" + "id": "it_solves_a_planning_headache", + "text": "It solves a planning headache" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A slow dinner" + "id": "the_place_is_hard_to_visit_casually", + "text": "The place is hard to visit casually" }, { - "id": "b", - "text": "A favorite memory brought up" + "id": "the_atmosphere_fits_the_occasion", + "text": "The atmosphere fits the occasion" }, { - "id": "c", - "text": "A thoughtful note" + "id": "we_are_excited_about_the_menu", + "text": "We are excited about the menu" }, { - "id": "d", - "text": "A dessert worth sharing" + "id": "the_timing_gives_us_room_to_linger", + "text": "The timing gives us room to linger" }, { - "id": "e", - "text": "A photo we actually like" + "id": "it_solves_a_planning_headache", + "text": "It solves a planning headache" } ] - } + }, + "access": "premium" }, { "id": "date_night_118", "category_id": "date_night", "type": "multi_choice", - "text": "What would make a date feel worth remembering?", - "depth": 1, - "access": "premium", + "text": "Which surprise details would feel thoughtful rather than flashy?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "anniversary" + "surprise" ], "options": [ { - "id": "a", - "text": "A photo we actually like" + "id": "a_stop_tied_to_a_shared_memory", + "text": "A stop tied to a shared memory" }, { - "id": "b", - "text": "A favorite memory brought up" + "id": "your_favorite_drink_waiting", + "text": "Your favorite drink waiting" }, { - "id": "c", - "text": "A dessert worth sharing" + "id": "a_playlist_made_for_the_drive", + "text": "A playlist made for the drive" }, { - "id": "d", - "text": "A plan made ahead" + "id": "a_small_item_you_mentioned", + "text": "A small item you mentioned" }, { - "id": "e", - "text": "A place with a view" + "id": "a_plan_built_around_your_current_mood", + "text": "A plan built around your current mood" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A photo we actually like" + "id": "a_stop_tied_to_a_shared_memory", + "text": "A stop tied to a shared memory" }, { - "id": "b", - "text": "A favorite memory brought up" + "id": "your_favorite_drink_waiting", + "text": "Your favorite drink waiting" }, { - "id": "c", - "text": "A dessert worth sharing" + "id": "a_playlist_made_for_the_drive", + "text": "A playlist made for the drive" }, { - "id": "d", - "text": "A plan made ahead" + "id": "a_small_item_you_mentioned", + "text": "A small item you mentioned" }, { - "id": "e", - "text": "A place with a view" + "id": "a_plan_built_around_your_current_mood", + "text": "A plan built around your current mood" } ] - } + }, + "access": "premium" }, { "id": "date_night_119", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the romantic details that do not feel forced:", - "depth": 1, - "access": "premium", + "text": "What belongs in a strong backup-date kit?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "anniversary" + "backup_plan" ], "options": [ { - "id": "a", - "text": "A plan made ahead" + "id": "a_saved_takeout_favorite", + "text": "A saved takeout favorite" }, { - "id": "b", - "text": "Dressing up" + "id": "a_two_person_game", + "text": "A two-person game" }, { - "id": "c", - "text": "A dessert worth sharing" + "id": "a_list_of_nearby_dessert_spots", + "text": "A list of nearby dessert spots" }, { - "id": "d", - "text": "A thoughtful note" + "id": "a_ready_made_playlist", + "text": "A ready-made playlist" }, { - "id": "e", - "text": "A place with a view for this date" + "id": "one_indoor_place_open_late", + "text": "One indoor place open late" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A plan made ahead" + "id": "a_saved_takeout_favorite", + "text": "A saved takeout favorite" }, { - "id": "b", - "text": "Dressing up" + "id": "a_two_person_game", + "text": "A two-person game" }, { - "id": "c", - "text": "A dessert worth sharing" + "id": "a_list_of_nearby_dessert_spots", + "text": "A list of nearby dessert spots" }, { - "id": "d", - "text": "A thoughtful note" + "id": "a_ready_made_playlist", + "text": "A ready-made playlist" }, { - "id": "e", - "text": "A place with a view for this date" + "id": "one_indoor_place_open_late", + "text": "One indoor place open late" } ] - } + }, + "access": "premium" }, { "id": "date_night_120", "category_id": "date_night", "type": "multi_choice", - "text": "Select the pieces that fit a bigger date night:", - "depth": 1, - "access": "premium", + "text": "Which reasons are good enough to change the plan?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "anniversary" + "flexibility" ], "options": [ { - "id": "a", - "text": "A place with a view with a twist" + "id": "one_of_us_is_exhausted", + "text": "One of us is exhausted" }, { - "id": "b", - "text": "Dressing up" + "id": "the_weather_ruins_the_main_idea", + "text": "The weather ruins the main idea" }, { - "id": "c", - "text": "A thoughtful note for this date" + "id": "the_place_feels_too_crowded", + "text": "The place feels too crowded" }, { - "id": "d", - "text": "A slow dinner" + "id": "the_budget_changed", + "text": "The budget changed" }, { - "id": "e", - "text": "A photo we actually like for this date" + "id": "a_better_shared_idea_appears", + "text": "A better shared idea appears" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A place with a view with a twist" + "id": "one_of_us_is_exhausted", + "text": "One of us is exhausted" }, { - "id": "b", - "text": "Dressing up" + "id": "the_weather_ruins_the_main_idea", + "text": "The weather ruins the main idea" }, { - "id": "c", - "text": "A thoughtful note for this date" + "id": "the_place_feels_too_crowded", + "text": "The place feels too crowded" }, { - "id": "d", - "text": "A slow dinner" + "id": "the_budget_changed", + "text": "The budget changed" }, { - "id": "e", - "text": "A photo we actually like for this date" + "id": "a_better_shared_idea_appears", + "text": "A better shared idea appears" } ] - } + }, + "access": "premium" }, { "id": "date_night_121", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the comfort-date ideas we would actually choose:", - "depth": 1, - "access": "premium", + "type": "scale", + "text": "How much notice helps you enjoy a date?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "comfort" - ], - "options": [ - { - "id": "a", - "text": "Our usual order, but intentional" - }, - { - "id": "b", - "text": "A favorite movie with snacks" - }, - { - "id": "c", - "text": "A walk we know well" - }, - { - "id": "d", - "text": "Breakfast together" - }, - { - "id": "e", - "text": "A familiar restaurant" - } + "notice" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Our usual order, but intentional" - }, - { - "id": "b", - "text": "A favorite movie with snacks" - }, - { - "id": "c", - "text": "A walk we know well" - }, - { - "id": "d", - "text": "Breakfast together" - }, - { - "id": "e", - "text": "A familiar restaurant" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Same-day is fine", + "maxLabel": "I want several days" + }, + "access": "premium" }, { "id": "date_night_122", "category_id": "date_night", - "type": "multi_choice", - "text": "Which familiar plans still feel like a date?", - "depth": 1, - "access": "premium", + "type": "scale", + "text": "How much of the plan should stay a surprise?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "comfort" - ], - "options": [ - { - "id": "a", - "text": "Breakfast together" - }, - { - "id": "b", - "text": "A couch night with a start time" - }, - { - "id": "c", - "text": "A walk we know well" - }, - { - "id": "d", - "text": "Coffee from our place" - }, - { - "id": "e", - "text": "A familiar restaurant" - } + "surprise" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Breakfast together" - }, - { - "id": "b", - "text": "A couch night with a start time" - }, - { - "id": "c", - "text": "A walk we know well" - }, - { - "id": "d", - "text": "Coffee from our place" - }, - { - "id": "e", - "text": "A familiar restaurant" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Tell me almost everything", + "maxLabel": "Keep most of it secret" + }, + "access": "premium" }, { "id": "date_night_123", "category_id": "date_night", - "type": "multi_choice", - "text": "What comfort-date moves belong on our list?", - "depth": 1, - "access": "premium", + "type": "scale", + "text": "How structured should the evening be?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "comfort" - ], - "options": [ - { - "id": "a", - "text": "A familiar restaurant" - }, - { - "id": "b", - "text": "A couch night with a start time" - }, - { - "id": "c", - "text": "Coffee from our place" - }, - { - "id": "d", - "text": "A dessert we already love" - }, - { - "id": "e", - "text": "Our usual order, but intentional" - } + "planning" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A familiar restaurant" - }, - { - "id": "b", - "text": "A couch night with a start time" - }, - { - "id": "c", - "text": "Coffee from our place" - }, - { - "id": "d", - "text": "A dessert we already love" - }, - { - "id": "e", - "text": "Our usual order, but intentional" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Follow the mood", + "maxLabel": "Have each stop planned" + }, + "access": "premium" }, { "id": "date_night_124", "category_id": "date_night", - "type": "multi_choice", - "text": "Choose the reliable dates that never feel wrong:", - "depth": 1, - "access": "premium", + "type": "scale", + "text": "How often should we alternate who plans?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "comfort" - ], - "options": [ - { - "id": "a", - "text": "A dessert we already love" - }, - { - "id": "b", - "text": "A favorite movie with snacks" - }, - { - "id": "c", - "text": "Coffee from our place" - }, - { - "id": "d", - "text": "A walk we know well" - }, - { - "id": "e", - "text": "Our usual order, but intentional" - } + "teamwork" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A dessert we already love" - }, - { - "id": "b", - "text": "A favorite movie with snacks" - }, - { - "id": "c", - "text": "Coffee from our place" - }, - { - "id": "d", - "text": "A walk we know well" - }, - { - "id": "e", - "text": "Our usual order, but intentional" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Only occasionally", + "maxLabel": "Almost every time" + }, + "access": "premium" }, { "id": "date_night_125", "category_id": "date_night", - "type": "multi_choice", - "text": "Select the familiar ideas that still work:", + "type": "this_or_that", + "text": "Detailed itinerary or one great reservation?", "depth": 1, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "comfort" + "quick_choice" ], "options": [ { - "id": "a", - "text": "Our usual order, but intentional for this date" + "id": "detailed_itinerary", + "text": "Detailed itinerary" }, { - "id": "b", - "text": "A favorite movie with snacks" - }, - { - "id": "c", - "text": "A walk we know well for this date" - }, - { - "id": "d", - "text": "Breakfast together" - }, - { - "id": "e", - "text": "A familiar restaurant for this date" + "id": "one_great_reservation", + "text": "One great reservation" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Our usual order, but intentional for this date" + "id": "detailed_itinerary", + "text": "Detailed itinerary" }, { - "id": "b", - "text": "A favorite movie with snacks" - }, - { - "id": "c", - "text": "A walk we know well for this date" - }, - { - "id": "d", - "text": "Breakfast together" - }, - { - "id": "e", - "text": "A familiar restaurant for this date" + "id": "one_great_reservation", + "text": "One great reservation" } - ] - } + ], + "optionA": "Detailed itinerary", + "optionB": "One great reservation" + }, + "access": "premium" }, { "id": "date_night_126", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the date settings that help us talk:", - "depth": 1, - "access": "premium", + "type": "written", + "text": "Why can a short date still feel worthwhile when life is crowded?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "conversation" - ], - "options": [ - { - "id": "a", - "text": "A quiet table" - }, - { - "id": "b", - "text": "A long walk" - }, - { - "id": "c", - "text": "Coffee with no rush" - }, - { - "id": "d", - "text": "A scenic drive for this date" - }, - { - "id": "e", - "text": "A patio away from crowds" - } + "busy_life", + "quality_time" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A quiet table" - }, - { - "id": "b", - "text": "A long walk" - }, - { - "id": "c", - "text": "Coffee with no rush" - }, - { - "id": "d", - "text": "A scenic drive for this date" - }, - { - "id": "e", - "text": "A patio away from crowds" - } - ] - } + "min_length": 1, + "max_length": 500, + "placeholder": "Write your answer..." + }, + "access": "premium" }, { "id": "date_night_127", "category_id": "date_night", - "type": "multi_choice", - "text": "Which date ideas leave room for real conversation?", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which low-energy date would help you reconnect?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "conversation" + "low_energy" ], "options": [ { - "id": "a", - "text": "A scenic drive with a twist" + "id": "soup_and_a_quiet_table", + "text": "Soup and a quiet table" }, { - "id": "b", - "text": "A picnic bench" + "id": "a_slow_drive_with_music", + "text": "A slow drive with music" }, { - "id": "c", - "text": "Coffee with no rush" + "id": "a_couch_picnic", + "text": "A couch picnic" }, { - "id": "d", - "text": "A low-key bar" - }, - { - "id": "e", - "text": "A patio away from crowds" + "id": "a_short_walk_after_dark", + "text": "A short walk after dark" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A scenic drive with a twist" + "id": "soup_and_a_quiet_table", + "text": "Soup and a quiet table" }, { - "id": "b", - "text": "A picnic bench" + "id": "a_slow_drive_with_music", + "text": "A slow drive with music" }, { - "id": "c", - "text": "Coffee with no rush" + "id": "a_couch_picnic", + "text": "A couch picnic" }, { - "id": "d", - "text": "A low-key bar" - }, - { - "id": "e", - "text": "A patio away from crowds" + "id": "a_short_walk_after_dark", + "text": "A short walk after dark" } ] - } + }, + "access": "premium" }, { "id": "date_night_128", "category_id": "date_night", - "type": "multi_choice", - "text": "What should we choose if talking is the point?", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "What should we protect first on a busy-week date?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "conversation" + "busy_life" ], "options": [ { - "id": "a", - "text": "A patio away from crowds" + "id": "enough_time_to_settle_in", + "text": "Enough time to settle in" }, { - "id": "b", - "text": "A picnic bench" + "id": "a_calm_start", + "text": "A calm start" }, { - "id": "c", - "text": "A low-key bar" + "id": "one_fun_activity", + "text": "One fun activity" }, { - "id": "d", - "text": "A late breakfast" - }, - { - "id": "e", - "text": "A quiet table" + "id": "a_good_ending", + "text": "A good ending" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A patio away from crowds" + "id": "enough_time_to_settle_in", + "text": "Enough time to settle in" }, { - "id": "b", - "text": "A picnic bench" + "id": "a_calm_start", + "text": "A calm start" }, { - "id": "c", - "text": "A low-key bar" + "id": "one_fun_activity", + "text": "One fun activity" }, { - "id": "d", - "text": "A late breakfast" - }, - { - "id": "e", - "text": "A quiet table" + "id": "a_good_ending", + "text": "A good ending" } ] - } + }, + "access": "premium" }, { "id": "date_night_129", "category_id": "date_night", - "type": "multi_choice", - "text": "Select the plans that make conversation easy:", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which weeknight time slot feels most realistic?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "conversation" + "timing" ], "options": [ { - "id": "a", - "text": "A late breakfast" + "id": "right_after_work", + "text": "Right after work" }, { - "id": "b", - "text": "A long walk for this date" + "id": "after_dinner", + "text": "After dinner" }, { - "id": "c", - "text": "A low-key bar" + "id": "later_at_night", + "text": "Later at night" }, { - "id": "d", - "text": "Coffee with no rush" - }, - { - "id": "e", - "text": "A quiet table for this date" + "id": "early_morning_instead", + "text": "Early morning instead" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A late breakfast" + "id": "right_after_work", + "text": "Right after work" }, { - "id": "b", - "text": "A long walk for this date" + "id": "after_dinner", + "text": "After dinner" }, { - "id": "c", - "text": "A low-key bar" + "id": "later_at_night", + "text": "Later at night" }, { - "id": "d", - "text": "Coffee with no rush" - }, - { - "id": "e", - "text": "A quiet table for this date" + "id": "early_morning_instead", + "text": "Early morning instead" } ] - } + }, + "access": "premium" }, { "id": "date_night_130", "category_id": "date_night", - "type": "multi_choice", - "text": "Choose date ideas where we can actually hear each other:", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which response makes canceling a date less discouraging?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "conversation" + "rescheduling" ], "options": [ { - "id": "a", - "text": "A quiet table with a twist" + "id": "choose_a_new_date_immediately", + "text": "Choose a new date immediately" }, { - "id": "b", - "text": "A long walk with a twist" + "id": "replace_it_with_a_tiny_date", + "text": "Replace it with a tiny date" }, { - "id": "c", - "text": "Coffee with no rush for this date" + "id": "send_a_thoughtful_message", + "text": "Send a thoughtful message" }, { - "id": "d", - "text": "A scenic drive somewhere new" - }, - { - "id": "e", - "text": "A patio away from crowds for this date" + "id": "keep_one_small_part_of_the_plan", + "text": "Keep one small part of the plan" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A quiet table with a twist" + "id": "choose_a_new_date_immediately", + "text": "Choose a new date immediately" }, { - "id": "b", - "text": "A long walk with a twist" + "id": "replace_it_with_a_tiny_date", + "text": "Replace it with a tiny date" }, { - "id": "c", - "text": "Coffee with no rush for this date" + "id": "send_a_thoughtful_message", + "text": "Send a thoughtful message" }, { - "id": "d", - "text": "A scenic drive somewhere new" - }, - { - "id": "e", - "text": "A patio away from crowds for this date" + "id": "keep_one_small_part_of_the_plan", + "text": "Keep one small part of the plan" } ] - } + }, + "access": "premium" }, { "id": "date_night_131", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the food-date ideas that sound worth trying:", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which reset date sounds best after a stressful week?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "food_adventure" + "stress" ], "options": [ { - "id": "a", - "text": "A dessert crawl" + "id": "a_long_breakfast", + "text": "A long breakfast" }, { - "id": "b", - "text": "A taco comparison" + "id": "a_quiet_nature_walk", + "text": "A quiet nature walk" }, { - "id": "c", - "text": "A bakery morning" + "id": "a_comfort_food_night", + "text": "A comfort-food night" }, { - "id": "d", - "text": "A shared appetizer night" - }, - { - "id": "e", - "text": "A new brunch place" + "id": "a_no_agenda_afternoon", + "text": "A no-agenda afternoon" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A dessert crawl" + "id": "a_long_breakfast", + "text": "A long breakfast" }, { - "id": "b", - "text": "A taco comparison" + "id": "a_quiet_nature_walk", + "text": "A quiet nature walk" }, { - "id": "c", - "text": "A bakery morning" + "id": "a_comfort_food_night", + "text": "A comfort-food night" }, { - "id": "d", - "text": "A shared appetizer night" - }, - { - "id": "e", - "text": "A new brunch place" + "id": "a_no_agenda_afternoon", + "text": "A no-agenda afternoon" } ] - } + }, + "access": "premium" }, { "id": "date_night_132", "category_id": "date_night", "type": "multi_choice", - "text": "Which food adventure belongs on the list?", - "depth": 1, - "access": "premium", + "text": "What helps you arrive mentally on a weeknight date?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "food_adventure" + "transition" ], "options": [ { - "id": "a", - "text": "A shared appetizer night" + "id": "a_little_alone_time_first", + "text": "A little alone time first" }, { - "id": "b", - "text": "A dumpling or ramen stop" + "id": "changing_out_of_work_clothes", + "text": "Changing out of work clothes" }, { - "id": "c", - "text": "A bakery morning" + "id": "knowing_the_plan_is_simple", + "text": "Knowing the plan is simple" }, { - "id": "d", - "text": "A farmers market treat" + "id": "a_warm_greeting", + "text": "A warm greeting" }, { - "id": "e", - "text": "A new brunch place" + "id": "not_discussing_chores_right_away", + "text": "Not discussing chores right away" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A shared appetizer night" + "id": "a_little_alone_time_first", + "text": "A little alone time first" }, { - "id": "b", - "text": "A dumpling or ramen stop" + "id": "changing_out_of_work_clothes", + "text": "Changing out of work clothes" }, { - "id": "c", - "text": "A bakery morning" + "id": "knowing_the_plan_is_simple", + "text": "Knowing the plan is simple" }, { - "id": "d", - "text": "A farmers market treat" + "id": "a_warm_greeting", + "text": "A warm greeting" }, { - "id": "e", - "text": "A new brunch place" + "id": "not_discussing_chores_right_away", + "text": "Not discussing chores right away" } ] - } + }, + "access": "premium" }, { "id": "date_night_133", "category_id": "date_night", "type": "multi_choice", - "text": "What should we taste-test together?", - "depth": 1, - "access": "premium", + "text": "Which tiny dates work during a packed week?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "food_adventure" + "busy_life" ], "options": [ { - "id": "a", - "text": "A new brunch place" + "id": "coffee_before_the_day_starts", + "text": "Coffee before the day starts" }, { - "id": "b", - "text": "A dumpling or ramen stop" + "id": "dessert_after_errands_are_done", + "text": "Dessert after errands are done" }, { - "id": "c", - "text": "A farmers market treat" + "id": "a_twenty_minute_neighborhood_walk", + "text": "A twenty-minute neighborhood walk" }, { - "id": "d", - "text": "A make-at-home dinner theme" + "id": "lunch_somewhere_close", + "text": "Lunch somewhere close" }, { - "id": "e", - "text": "A dessert crawl" + "id": "a_shared_drink_on_the_porch", + "text": "A shared drink on the porch" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A new brunch place" + "id": "coffee_before_the_day_starts", + "text": "Coffee before the day starts" }, { - "id": "b", - "text": "A dumpling or ramen stop" + "id": "dessert_after_errands_are_done", + "text": "Dessert after errands are done" }, { - "id": "c", - "text": "A farmers market treat" + "id": "a_twenty_minute_neighborhood_walk", + "text": "A twenty-minute neighborhood walk" }, { - "id": "d", - "text": "A make-at-home dinner theme" + "id": "lunch_somewhere_close", + "text": "Lunch somewhere close" }, { - "id": "e", - "text": "A dessert crawl" + "id": "a_shared_drink_on_the_porch", + "text": "A shared drink on the porch" } ] - } + }, + "access": "premium" }, { "id": "date_night_134", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the edible date plans that sound fun:", - "depth": 1, - "access": "premium", + "text": "Which ingredients make a tired-night date feel caring?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "food_adventure" + "low_energy" ], "options": [ { - "id": "a", - "text": "A make-at-home dinner theme" + "id": "low_expectations", + "text": "Low expectations" }, { - "id": "b", - "text": "A taco comparison" + "id": "food_we_already_know_we_like", + "text": "Food we already know we like" }, { - "id": "c", - "text": "A farmers market treat" + "id": "permission_to_end_early", + "text": "Permission to end early" }, { - "id": "d", - "text": "A bakery morning" + "id": "physical_closeness_without_pressure", + "text": "Physical closeness without pressure" }, { - "id": "e", - "text": "A dessert crawl" + "id": "no_complicated_decisions", + "text": "No complicated decisions" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A make-at-home dinner theme" + "id": "low_expectations", + "text": "Low expectations" }, { - "id": "b", - "text": "A taco comparison" + "id": "food_we_already_know_we_like", + "text": "Food we already know we like" }, { - "id": "c", - "text": "A farmers market treat" + "id": "permission_to_end_early", + "text": "Permission to end early" }, { - "id": "d", - "text": "A bakery morning" + "id": "physical_closeness_without_pressure", + "text": "Physical closeness without pressure" }, { - "id": "e", - "text": "A dessert crawl" + "id": "no_complicated_decisions", + "text": "No complicated decisions" } ] - } + }, + "access": "premium" }, { "id": "date_night_135", "category_id": "date_night", "type": "multi_choice", - "text": "Select the food ideas we would both show up for:", - "depth": 1, - "access": "premium", + "text": "Which responsibilities should stay off the date table?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "food_adventure" + "boundaries" ], "options": [ { - "id": "a", - "text": "A dessert crawl for this date" + "id": "household_task_lists", + "text": "Household task lists" }, { - "id": "b", - "text": "A taco comparison" + "id": "work_problems_we_cannot_solve_tonight", + "text": "Work problems we cannot solve tonight" }, { - "id": "c", - "text": "A bakery morning for this date" + "id": "scheduling_the_entire_month", + "text": "Scheduling the entire month" }, { - "id": "d", - "text": "A shared appetizer night" + "id": "money_discussions_without_warning", + "text": "Money discussions without warning" }, { - "id": "e", - "text": "A new brunch place for this date" + "id": "critiquing_how_the_day_was_handled", + "text": "Critiquing how the day was handled" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A dessert crawl for this date" + "id": "household_task_lists", + "text": "Household task lists" }, { - "id": "b", - "text": "A taco comparison" + "id": "work_problems_we_cannot_solve_tonight", + "text": "Work problems we cannot solve tonight" }, { - "id": "c", - "text": "A bakery morning for this date" + "id": "scheduling_the_entire_month", + "text": "Scheduling the entire month" }, { - "id": "d", - "text": "A shared appetizer night" + "id": "money_discussions_without_warning", + "text": "Money discussions without warning" }, { - "id": "e", - "text": "A new brunch place for this date" + "id": "critiquing_how_the_day_was_handled", + "text": "Critiquing how the day was handled" } ] - } + }, + "access": "premium" }, { "id": "date_night_136", "category_id": "date_night", "type": "multi_choice", - "text": "Pick the ways to make the date feel less distracted:", - "depth": 1, - "access": "premium", + "text": "What could help us keep a date after a difficult day?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "phone_free" + "stress" ], "options": [ { - "id": "a", - "text": "Phones away during dinner" + "id": "simplify_the_original_plan", + "text": "Simplify the original plan" }, { - "id": "b", - "text": "One photo, then pockets" + "id": "start_thirty_minutes_later", + "text": "Start thirty minutes later" }, { - "id": "c", - "text": "Pick the movie first" + "id": "choose_comfort_over_novelty", + "text": "Choose comfort over novelty" }, { - "id": "d", - "text": "No work talk at the table" + "id": "name_that_our_energy_is_low", + "text": "Name that our energy is low" }, { - "id": "e", - "text": "A walk without scrolling" + "id": "make_connection_the_only_goal", + "text": "Make connection the only goal" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Phones away during dinner" + "id": "simplify_the_original_plan", + "text": "Simplify the original plan" }, { - "id": "b", - "text": "One photo, then pockets" + "id": "start_thirty_minutes_later", + "text": "Start thirty minutes later" }, { - "id": "c", - "text": "Pick the movie first" + "id": "choose_comfort_over_novelty", + "text": "Choose comfort over novelty" }, { - "id": "d", - "text": "No work talk at the table" + "id": "name_that_our_energy_is_low", + "text": "Name that our energy is low" }, { - "id": "e", - "text": "A walk without scrolling" + "id": "make_connection_the_only_goal", + "text": "Make connection the only goal" } ] - } + }, + "access": "premium" }, { "id": "date_night_137", "category_id": "date_night", "type": "multi_choice", - "text": "Which no-scroll details would help date night?", - "depth": 1, - "access": "premium", + "text": "Which signs tell you a full date should become a mini-date?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "phone_free" + "energy" ], "options": [ { - "id": "a", - "text": "No work talk at the table" + "id": "one_of_us_cannot_focus", + "text": "One of us cannot focus" }, { - "id": "b", - "text": "A playlist before we start" + "id": "we_are_both_running_late", + "text": "We are both running late" }, { - "id": "c", - "text": "Pick the movie first" + "id": "the_original_plan_feels_overwhelming", + "text": "The original plan feels overwhelming" }, { - "id": "d", - "text": "A clear start time" + "id": "rest_would_help_more_than_effort", + "text": "Rest would help more than effort" }, { - "id": "e", - "text": "A walk without scrolling" + "id": "we_are_starting_to_resent_the_obligation", + "text": "We are starting to resent the obligation" } ], "answer_config": { "options": [ { - "id": "a", - "text": "No work talk at the table" + "id": "one_of_us_cannot_focus", + "text": "One of us cannot focus" }, { - "id": "b", - "text": "A playlist before we start" + "id": "we_are_both_running_late", + "text": "We are both running late" }, { - "id": "c", - "text": "Pick the movie first" + "id": "the_original_plan_feels_overwhelming", + "text": "The original plan feels overwhelming" }, { - "id": "d", - "text": "A clear start time" + "id": "rest_would_help_more_than_effort", + "text": "Rest would help more than effort" }, { - "id": "e", - "text": "A walk without scrolling" + "id": "we_are_starting_to_resent_the_obligation", + "text": "We are starting to resent the obligation" } ] - } + }, + "access": "premium" }, { "id": "date_night_138", "category_id": "date_night", "type": "multi_choice", - "text": "What should we do so the date gets our attention?", - "depth": 1, - "access": "premium", + "text": "How can daytime dates fit more easily into busy seasons?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "phone_free" + "day_date", + "busy_life" ], "options": [ { - "id": "a", - "text": "A walk without scrolling" + "id": "putting_one_on_the_calendar_early", + "text": "Putting one on the calendar early" }, { - "id": "b", - "text": "A playlist before we start" + "id": "keeping_it_close_to_home", + "text": "Keeping it close to home" }, { - "id": "c", - "text": "A clear start time" + "id": "choosing_places_with_easy_parking", + "text": "Choosing places with easy parking" }, { - "id": "d", - "text": "A dessert stop after phones go away" + "id": "making_lunch_the_main_event", + "text": "Making lunch the main event" }, { - "id": "e", - "text": "Phones away during dinner" + "id": "setting_a_firm_ending_time", + "text": "Setting a firm ending time" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A walk without scrolling" + "id": "putting_one_on_the_calendar_early", + "text": "Putting one on the calendar early" }, { - "id": "b", - "text": "A playlist before we start" + "id": "keeping_it_close_to_home", + "text": "Keeping it close to home" }, { - "id": "c", - "text": "A clear start time" + "id": "choosing_places_with_easy_parking", + "text": "Choosing places with easy parking" }, { - "id": "d", - "text": "A dessert stop after phones go away" + "id": "making_lunch_the_main_event", + "text": "Making lunch the main event" }, { - "id": "e", - "text": "Phones away during dinner" + "id": "setting_a_firm_ending_time", + "text": "Setting a firm ending time" } ] - } + }, + "access": "premium" }, { "id": "date_night_139", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the phone-light date rules that feel reasonable:", - "depth": 1, - "access": "premium", + "text": "Which recovery-date ideas sound genuinely restorative?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "phone_free" + "rest" ], "options": [ { - "id": "a", - "text": "A dessert stop after phones go away" + "id": "a_quiet_cafe_corner", + "text": "A quiet cafe corner" }, { - "id": "b", - "text": "One photo, then pockets" + "id": "a_long_bath_followed_by_dessert", + "text": "A long bath followed by dessert" }, { - "id": "c", - "text": "A clear start time" + "id": "a_slow_meal_with_no_phones", + "text": "A slow meal with no phones" }, { - "id": "d", - "text": "Pick the movie first" + "id": "a_drive_to_watch_the_sky_change", + "text": "A drive to watch the sky change" }, { - "id": "e", - "text": "Phones away during dinner" + "id": "reading_beside_each_other_somewhere_cozy", + "text": "Reading beside each other somewhere cozy" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A dessert stop after phones go away" + "id": "a_quiet_cafe_corner", + "text": "A quiet cafe corner" }, { - "id": "b", - "text": "One photo, then pockets" + "id": "a_long_bath_followed_by_dessert", + "text": "A long bath followed by dessert" }, { - "id": "c", - "text": "A clear start time" + "id": "a_slow_meal_with_no_phones", + "text": "A slow meal with no phones" }, { - "id": "d", - "text": "Pick the movie first" + "id": "a_drive_to_watch_the_sky_change", + "text": "A drive to watch the sky change" }, { - "id": "e", - "text": "Phones away during dinner" + "id": "reading_beside_each_other_somewhere_cozy", + "text": "Reading beside each other somewhere cozy" } ] - } + }, + "access": "premium" }, { "id": "date_night_140", "category_id": "date_night", "type": "multi_choice", - "text": "Select what would keep us present without making it weird:", - "depth": 1, - "access": "premium", + "text": "What should a good reschedule message include?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "phone_free" + "rescheduling" ], "options": [ { - "id": "a", - "text": "Phones away during dinner for this date" + "id": "i_still_want_the_date", + "text": "I still want the date" }, { - "id": "b", - "text": "One photo, then pockets" + "id": "a_brief_honest_reason", + "text": "A brief honest reason" }, { - "id": "c", - "text": "Pick the movie first for this date" + "id": "a_replacement_idea", + "text": "A replacement idea" }, { - "id": "d", - "text": "No work talk at the table" + "id": "a_new_time_to_consider", + "text": "A new time to consider" }, { - "id": "e", - "text": "A walk without scrolling for this date" + "id": "something_affectionate", + "text": "Something affectionate" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Phones away during dinner for this date" + "id": "i_still_want_the_date", + "text": "I still want the date" }, { - "id": "b", - "text": "One photo, then pockets" + "id": "a_brief_honest_reason", + "text": "A brief honest reason" }, { - "id": "c", - "text": "Pick the movie first for this date" + "id": "a_replacement_idea", + "text": "A replacement idea" }, { - "id": "d", - "text": "No work talk at the table" + "id": "a_new_time_to_consider", + "text": "A new time to consider" }, { - "id": "e", - "text": "A walk without scrolling for this date" + "id": "something_affectionate", + "text": "Something affectionate" } ] - } + }, + "access": "premium" }, { "id": "date_night_141", "category_id": "date_night", "type": "multi_choice", - "text": "Pick the dress-up details that sound fun:", - "depth": 1, - "access": "premium", + "text": "Which date features reduce decision fatigue?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "dress_up" + "decision_fatigue" ], "options": [ { - "id": "a", - "text": "A nicer outfit" + "id": "one_person_chooses_the_place", + "text": "One person chooses the place" }, { - "id": "b", - "text": "A good photo before leaving" + "id": "a_familiar_menu", + "text": "A familiar menu" }, { - "id": "c", - "text": "A place that matches the outfit" + "id": "only_one_planned_stop", + "text": "Only one planned stop" }, { - "id": "d", - "text": "A scent we like" + "id": "a_preset_spending_limit", + "text": "A preset spending limit" }, { - "id": "e", - "text": "Better shoes than usual" + "id": "a_clear_start_and_end", + "text": "A clear start and end" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A nicer outfit" + "id": "one_person_chooses_the_place", + "text": "One person chooses the place" }, { - "id": "b", - "text": "A good photo before leaving" + "id": "a_familiar_menu", + "text": "A familiar menu" }, { - "id": "c", - "text": "A place that matches the outfit" + "id": "only_one_planned_stop", + "text": "Only one planned stop" }, { - "id": "d", - "text": "A scent we like" + "id": "a_preset_spending_limit", + "text": "A preset spending limit" }, { - "id": "e", - "text": "Better shoes than usual" + "id": "a_clear_start_and_end", + "text": "A clear start and end" } ] - } + }, + "access": "premium" }, { "id": "date_night_142", "category_id": "date_night", "type": "multi_choice", - "text": "Which style choices would make date night feel different?", - "depth": 1, - "access": "premium", + "text": "Which conditions keep a recurring date sustainable?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "dress_up" + "rituals" ], "options": [ { - "id": "a", - "text": "A scent we like" + "id": "it_fits_our_real_budget", + "text": "It fits our real budget" }, { - "id": "b", - "text": "A dinner that feels worth it" + "id": "it_can_shrink_when_needed", + "text": "It can shrink when needed" }, { - "id": "c", - "text": "A place that matches the outfit" + "id": "both_of_us_enjoy_the_basic_plan", + "text": "Both of us enjoy the basic plan" }, { - "id": "d", - "text": "A compliment before we go" + "id": "missing_once_does_not_end_the_habit", + "text": "Missing once does not end the habit" }, { - "id": "e", - "text": "Better shoes than usual" + "id": "we_change_the_details_enough_to_stay_interested", + "text": "We change the details enough to stay interested" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A scent we like" + "id": "it_fits_our_real_budget", + "text": "It fits our real budget" }, { - "id": "b", - "text": "A dinner that feels worth it" + "id": "it_can_shrink_when_needed", + "text": "It can shrink when needed" }, { - "id": "c", - "text": "A place that matches the outfit" + "id": "both_of_us_enjoy_the_basic_plan", + "text": "Both of us enjoy the basic plan" }, { - "id": "d", - "text": "A compliment before we go" + "id": "missing_once_does_not_end_the_habit", + "text": "Missing once does not end the habit" }, { - "id": "e", - "text": "Better shoes than usual" + "id": "we_change_the_details_enough_to_stay_interested", + "text": "We change the details enough to stay interested" } ] - } + }, + "access": "premium" }, { "id": "date_night_143", "category_id": "date_night", "type": "multi_choice", - "text": "What should we do if we want a dressed-up date?", - "depth": 1, - "access": "premium", + "text": "Which comforting endings help after a demanding week?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "dress_up" + "ending", + "comfort" ], "options": [ { - "id": "a", - "text": "Better shoes than usual" + "id": "tea_at_home", + "text": "Tea at home" }, { - "id": "b", - "text": "A dinner that feels worth it" + "id": "a_long_hug_before_bed", + "text": "A long hug before bed" }, { - "id": "c", - "text": "A compliment before we go" + "id": "talking_in_the_parked_car", + "text": "Talking in the parked car" }, { - "id": "d", - "text": "A reason to take our time" + "id": "a_shared_dessert_for_later", + "text": "A shared dessert for later" }, { - "id": "e", - "text": "A nicer outfit" + "id": "choosing_one_thing_to_anticipate", + "text": "Choosing one thing to anticipate" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Better shoes than usual" + "id": "tea_at_home", + "text": "Tea at home" }, { - "id": "b", - "text": "A dinner that feels worth it" + "id": "a_long_hug_before_bed", + "text": "A long hug before bed" }, { - "id": "c", - "text": "A compliment before we go" + "id": "talking_in_the_parked_car", + "text": "Talking in the parked car" }, { - "id": "d", - "text": "A reason to take our time" + "id": "a_shared_dessert_for_later", + "text": "A shared dessert for later" }, { - "id": "e", - "text": "A nicer outfit" + "id": "choosing_one_thing_to_anticipate", + "text": "Choosing one thing to anticipate" } ] - } + }, + "access": "premium" }, { "id": "date_night_144", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the date-night style moves that fit us:", - "depth": 1, - "access": "premium", + "text": "How can a lunch date feel less rushed?", + "depth": 2, "tags": [ - "date_night", - "multi_choice", - "dress_up" + "lunch_date" ], "options": [ { - "id": "a", - "text": "A reason to take our time" + "id": "ordering_before_we_arrive", + "text": "Ordering before we arrive" }, { - "id": "b", - "text": "A good photo before leaving" + "id": "choosing_somewhere_nearby", + "text": "Choosing somewhere nearby" }, { - "id": "c", - "text": "A compliment before we go" + "id": "agreeing_not_to_check_email", + "text": "Agreeing not to check email" }, { - "id": "d", - "text": "A place that matches the outfit" + "id": "taking_a_walk_before_returning", + "text": "Taking a walk before returning" }, { - "id": "e", - "text": "A nicer outfit" + "id": "leaving_buffer_time_afterward", + "text": "Leaving buffer time afterward" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A reason to take our time" + "id": "ordering_before_we_arrive", + "text": "Ordering before we arrive" }, { - "id": "b", - "text": "A good photo before leaving" + "id": "choosing_somewhere_nearby", + "text": "Choosing somewhere nearby" }, { - "id": "c", - "text": "A compliment before we go" + "id": "agreeing_not_to_check_email", + "text": "Agreeing not to check email" }, { - "id": "d", - "text": "A place that matches the outfit" + "id": "taking_a_walk_before_returning", + "text": "Taking a walk before returning" }, { - "id": "e", - "text": "A nicer outfit" + "id": "leaving_buffer_time_afterward", + "text": "Leaving buffer time afterward" } ] - } + }, + "access": "premium" }, { "id": "date_night_145", "category_id": "date_night", "type": "multi_choice", - "text": "Select the details that make going out feel like an occasion:", - "depth": 1, - "access": "premium", + "text": "Which signals help you know a quiet date is still going well?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "dress_up" + "quiet_date" ], "options": [ { - "id": "a", - "text": "A nicer outfit for this date" + "id": "comfortable_silence", + "text": "Comfortable silence" }, { - "id": "b", - "text": "A good photo before leaving" + "id": "small_affectionate_touches", + "text": "Small affectionate touches" }, { - "id": "c", - "text": "A place that matches the outfit for this date" + "id": "easy_laughter", + "text": "Easy laughter" }, { - "id": "d", - "text": "A scent we like" + "id": "not_watching_the_clock", + "text": "Not watching the clock" }, { - "id": "e", - "text": "Better shoes than usual for this date" + "id": "feeling_calmer_than_when_we_started", + "text": "Feeling calmer than when we started" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A nicer outfit for this date" + "id": "comfortable_silence", + "text": "Comfortable silence" }, { - "id": "b", - "text": "A good photo before leaving" + "id": "small_affectionate_touches", + "text": "Small affectionate touches" }, { - "id": "c", - "text": "A place that matches the outfit for this date" + "id": "easy_laughter", + "text": "Easy laughter" }, { - "id": "d", - "text": "A scent we like" + "id": "not_watching_the_clock", + "text": "Not watching the clock" }, { - "id": "e", - "text": "Better shoes than usual for this date" + "id": "feeling_calmer_than_when_we_started", + "text": "Feeling calmer than when we started" } ] - } + }, + "access": "premium" }, { "id": "date_night_146", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the date traditions worth keeping:", + "type": "scale", + "text": "How low-key should our next date be?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "tradition" - ], - "options": [ - { - "id": "a", - "text": "Trying one new dessert" - }, - { - "id": "b", - "text": "Taking one photo" - }, - { - "id": "c", - "text": "A walk after dinner" - }, - { - "id": "d", - "text": "Alternating who plans" - }, - { - "id": "e", - "text": "Saving one place on a list" - } + "energy" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Trying one new dessert" - }, - { - "id": "b", - "text": "Taking one photo" - }, - { - "id": "c", - "text": "A walk after dinner" - }, - { - "id": "d", - "text": "Alternating who plans" - }, - { - "id": "e", - "text": "Saving one place on a list" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "A little effort is welcome", + "maxLabel": "Make it extremely easy" + }, + "access": "premium" }, { "id": "date_night_147", "category_id": "date_night", - "type": "multi_choice", - "text": "Which recurring date ideas should become ours?", + "type": "scale", + "text": "How long should a busy-week date last?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "tradition" - ], - "options": [ - { - "id": "a", - "text": "Alternating who plans" - }, - { - "id": "b", - "text": "Picking a song for the drive" - }, - { - "id": "c", - "text": "A walk after dinner" - }, - { - "id": "d", - "text": "A favorite booth if we can get it" - }, - { - "id": "e", - "text": "Saving one place on a list" - } + "length" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Alternating who plans" - }, - { - "id": "b", - "text": "Picking a song for the drive" - }, - { - "id": "c", - "text": "A walk after dinner" - }, - { - "id": "d", - "text": "A favorite booth if we can get it" - }, - { - "id": "e", - "text": "Saving one place on a list" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Thirty good minutes", + "maxLabel": "A full evening" + }, + "access": "premium" }, { "id": "date_night_148", "category_id": "date_night", - "type": "multi_choice", - "text": "What date habit would be nice to repeat?", + "type": "scale", + "text": "How much conversation energy do you have lately?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "tradition" - ], - "options": [ - { - "id": "a", - "text": "Saving one place on a list" - }, - { - "id": "b", - "text": "Picking a song for the drive" - }, - { - "id": "c", - "text": "A favorite booth if we can get it" - }, - { - "id": "d", - "text": "Ending with coffee or tea" - }, - { - "id": "e", - "text": "Trying one new dessert" - } + "conversation" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Saving one place on a list" - }, - { - "id": "b", - "text": "Picking a song for the drive" - }, - { - "id": "c", - "text": "A favorite booth if we can get it" - }, - { - "id": "d", - "text": "Ending with coffee or tea" - }, - { - "id": "e", - "text": "Trying one new dessert" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Keep it very light", + "maxLabel": "I want a long talk" + }, + "access": "premium" }, { "id": "date_night_149", "category_id": "date_night", - "type": "multi_choice", - "text": "Choose the traditions that sound like us:", - "depth": 2, - "access": "premium", + "type": "this_or_that", + "text": "Early breakfast date or late dessert date?", + "depth": 1, "tags": [ - "date_night", - "multi_choice", - "tradition" + "quick_choice" ], "options": [ { - "id": "a", - "text": "Ending with coffee or tea" + "id": "early_breakfast_date", + "text": "Early breakfast date" }, { - "id": "b", - "text": "Taking one photo" - }, - { - "id": "c", - "text": "A favorite booth if we can get it" - }, - { - "id": "d", - "text": "A walk after dinner" - }, - { - "id": "e", - "text": "Trying one new dessert" + "id": "late_dessert_date", + "text": "Late dessert date" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Ending with coffee or tea" + "id": "early_breakfast_date", + "text": "Early breakfast date" }, { - "id": "b", - "text": "Taking one photo" - }, - { - "id": "c", - "text": "A favorite booth if we can get it" - }, - { - "id": "d", - "text": "A walk after dinner" - }, - { - "id": "e", - "text": "Trying one new dessert" + "id": "late_dessert_date", + "text": "Late dessert date" } - ] - } + ], + "optionA": "Early breakfast date", + "optionB": "Late dessert date" + }, + "access": "premium" }, { "id": "date_night_150", "category_id": "date_night", - "type": "multi_choice", - "text": "Select anything that could become our date-night thing:", - "depth": 2, - "access": "premium", + "type": "this_or_that", + "text": "Comfort-food night or quiet scenic drive?", + "depth": 1, "tags": [ - "date_night", - "multi_choice", - "tradition" + "quick_choice" ], "options": [ { - "id": "a", - "text": "Trying one new dessert for this date" + "id": "comfort_food_night", + "text": "Comfort-food night" }, { - "id": "b", - "text": "Taking one photo" - }, - { - "id": "c", - "text": "A walk after dinner for this date" - }, - { - "id": "d", - "text": "Alternating who plans" - }, - { - "id": "e", - "text": "Saving one place on a list for this date" + "id": "quiet_scenic_drive", + "text": "Quiet scenic drive" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Trying one new dessert for this date" + "id": "comfort_food_night", + "text": "Comfort-food night" }, { - "id": "b", - "text": "Taking one photo" - }, - { - "id": "c", - "text": "A walk after dinner for this date" - }, - { - "id": "d", - "text": "Alternating who plans" - }, - { - "id": "e", - "text": "Saving one place on a list for this date" + "id": "quiet_scenic_drive", + "text": "Quiet scenic drive" } - ] - } + ], + "optionA": "Comfort-food night", + "optionB": "Quiet scenic drive" + }, + "access": "premium" }, { "id": "date_night_151", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the bigger date ideas worth saving:", - "depth": 2, - "access": "premium", + "type": "written", + "text": "What question would make our next date more interesting?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "future" - ], - "options": [ - { - "id": "a", - "text": "A weekend day trip" - }, - { - "id": "b", - "text": "A dressed-up dinner" - }, - { - "id": "c", - "text": "A concert or show" - }, - { - "id": "d", - "text": "A museum day" - }, - { - "id": "e", - "text": "A picnic somewhere pretty" - } + "conversation", + "curiosity" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A weekend day trip" - }, - { - "id": "b", - "text": "A dressed-up dinner" - }, - { - "id": "c", - "text": "A concert or show" - }, - { - "id": "d", - "text": "A museum day" - }, - { - "id": "e", - "text": "A picnic somewhere pretty" - } - ] - } + "min_length": 1, + "max_length": 500, + "placeholder": "Write your answer..." + }, + "access": "premium" }, { "id": "date_night_152", "category_id": "date_night", - "type": "multi_choice", - "text": "Which future dates should make the list?", + "type": "single_choice", + "text": "Which setting helps you talk most freely?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "future" + "conversation" ], "options": [ { - "id": "a", - "text": "A museum day" + "id": "a_long_drive", + "text": "A long drive" }, { - "id": "b", - "text": "A cooking class" + "id": "a_quiet_booth", + "text": "A quiet booth" }, { - "id": "c", - "text": "A concert or show" + "id": "a_walking_path", + "text": "A walking path" }, { - "id": "d", - "text": "A hotel night nearby" - }, - { - "id": "e", - "text": "A picnic somewhere pretty" + "id": "a_familiar_place_at_home", + "text": "A familiar place at home" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A museum day" + "id": "a_long_drive", + "text": "A long drive" }, { - "id": "b", - "text": "A cooking class" + "id": "a_quiet_booth", + "text": "A quiet booth" }, { - "id": "c", - "text": "A concert or show" + "id": "a_walking_path", + "text": "A walking path" }, { - "id": "d", - "text": "A hotel night nearby" - }, - { - "id": "e", - "text": "A picnic somewhere pretty" + "id": "a_familiar_place_at_home", + "text": "A familiar place at home" } ] - } + }, + "access": "premium" }, { "id": "date_night_153", "category_id": "date_night", - "type": "multi_choice", - "text": "What should we plan when we have more time?", + "type": "single_choice", + "text": "What kind of conversation feels best on date night?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "future" + "conversation" ], "options": [ { - "id": "a", - "text": "A picnic somewhere pretty" + "id": "funny_stories", + "text": "Funny stories" }, { - "id": "b", - "text": "A cooking class" + "id": "future_dreams", + "text": "Future dreams" }, { - "id": "c", - "text": "A hotel night nearby" + "id": "shared_memories", + "text": "Shared memories" }, { - "id": "d", - "text": "A long breakfast date" - }, - { - "id": "e", - "text": "A weekend day trip" + "id": "unexpected_questions", + "text": "Unexpected questions" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A picnic somewhere pretty" + "id": "funny_stories", + "text": "Funny stories" }, { - "id": "b", - "text": "A cooking class" + "id": "future_dreams", + "text": "Future dreams" }, { - "id": "c", - "text": "A hotel night nearby" + "id": "shared_memories", + "text": "Shared memories" }, { - "id": "d", - "text": "A long breakfast date" - }, - { - "id": "e", - "text": "A weekend day trip" + "id": "unexpected_questions", + "text": "Unexpected questions" } ] - } + }, + "access": "premium" }, { "id": "date_night_154", "category_id": "date_night", - "type": "multi_choice", - "text": "Choose the date ideas that deserve a calendar spot:", + "type": "single_choice", + "text": "Which playful challenge would improve a date?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "future" + "playfulness" ], "options": [ { - "id": "a", - "text": "A long breakfast date" + "id": "choose_each_other_s_order", + "text": "Choose each other’s order" }, { - "id": "b", - "text": "A dressed-up dinner for this date" + "id": "take_the_funniest_photo", + "text": "Take the funniest photo" }, { - "id": "c", - "text": "A hotel night nearby" + "id": "find_a_place_neither_knows", + "text": "Find a place neither knows" }, { - "id": "d", - "text": "A concert or show" - }, - { - "id": "e", - "text": "A weekend day trip" + "id": "give_three_specific_compliments", + "text": "Give three specific compliments" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A long breakfast date" + "id": "choose_each_other_s_order", + "text": "Choose each other’s order" }, { - "id": "b", - "text": "A dressed-up dinner for this date" + "id": "take_the_funniest_photo", + "text": "Take the funniest photo" }, { - "id": "c", - "text": "A hotel night nearby" + "id": "find_a_place_neither_knows", + "text": "Find a place neither knows" }, { - "id": "d", - "text": "A concert or show" - }, - { - "id": "e", - "text": "A weekend day trip" + "id": "give_three_specific_compliments", + "text": "Give three specific compliments" } ] - } + }, + "access": "premium" }, { "id": "date_night_155", "category_id": "date_night", - "type": "multi_choice", - "text": "Select the plans we should stop vaguely mentioning:", + "type": "single_choice", + "text": "What should we do when conversation stalls?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "future" + "conversation" ], "options": [ { - "id": "a", - "text": "A weekend day trip for this date" + "id": "people_watch_together", + "text": "People-watch together" }, { - "id": "b", - "text": "A dressed-up dinner with a twist" + "id": "use_a_question_game", + "text": "Use a question game" }, { - "id": "c", - "text": "A concert or show for this date" + "id": "change_locations", + "text": "Change locations" }, { - "id": "d", - "text": "A museum day" - }, - { - "id": "e", - "text": "A picnic somewhere pretty for this date" + "id": "share_music_instead", + "text": "Share music instead" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A weekend day trip for this date" + "id": "people_watch_together", + "text": "People-watch together" }, { - "id": "b", - "text": "A dressed-up dinner with a twist" + "id": "use_a_question_game", + "text": "Use a question game" }, { - "id": "c", - "text": "A concert or show for this date" + "id": "change_locations", + "text": "Change locations" }, { - "id": "d", - "text": "A museum day" - }, - { - "id": "e", - "text": "A picnic somewhere pretty for this date" + "id": "share_music_instead", + "text": "Share music instead" } ] - } + }, + "access": "premium" }, { "id": "date_night_156", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the explore-the-town dates that sound good:", + "type": "single_choice", + "text": "Which phone rule would feel most natural?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "explore" + "phones" ], "options": [ { - "id": "a", - "text": "A neighborhood we rarely visit" + "id": "phones_stay_in_a_bag", + "text": "Phones stay in a bag" }, { - "id": "b", - "text": "A new coffee place" + "id": "only_photos_are_allowed", + "text": "Only photos are allowed" }, { - "id": "c", - "text": "A local market" + "id": "one_quick_check_halfway_through", + "text": "One quick check halfway through" }, { - "id": "d", - "text": "A restaurant with a patio" - }, - { - "id": "e", - "text": "A small event downtown" + "id": "no_rule_unless_it_becomes_distracting", + "text": "No rule unless it becomes distracting" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A neighborhood we rarely visit" + "id": "phones_stay_in_a_bag", + "text": "Phones stay in a bag" }, { - "id": "b", - "text": "A new coffee place" + "id": "only_photos_are_allowed", + "text": "Only photos are allowed" }, { - "id": "c", - "text": "A local market" + "id": "one_quick_check_halfway_through", + "text": "One quick check halfway through" }, { - "id": "d", - "text": "A restaurant with a patio" - }, - { - "id": "e", - "text": "A small event downtown" + "id": "no_rule_unless_it_becomes_distracting", + "text": "No rule unless it becomes distracting" } ] - } + }, + "access": "premium" }, { "id": "date_night_157", "category_id": "date_night", "type": "multi_choice", - "text": "Which local date ideas should we try?", - "depth": 2, - "access": "premium", + "text": "What helps you feel fully listened to on a date?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "explore" + "listening" ], "options": [ { - "id": "a", - "text": "A restaurant with a patio" + "id": "questions_that_follow_what_i_said", + "text": "Questions that follow what I said" }, { - "id": "b", - "text": "A pretty lookout" + "id": "eye_contact_without_staring", + "text": "Eye contact without staring" }, { - "id": "c", - "text": "A local market" + "id": "no_immediate_problem_solving", + "text": "No immediate problem-solving" }, { - "id": "d", - "text": "A bookstore or record shop" + "id": "remembering_small_details", + "text": "Remembering small details" }, { - "id": "e", - "text": "A small event downtown" + "id": "enough_silence_for_me_to_finish", + "text": "Enough silence for me to finish" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A restaurant with a patio" + "id": "questions_that_follow_what_i_said", + "text": "Questions that follow what I said" }, { - "id": "b", - "text": "A pretty lookout" + "id": "eye_contact_without_staring", + "text": "Eye contact without staring" }, { - "id": "c", - "text": "A local market" + "id": "no_immediate_problem_solving", + "text": "No immediate problem-solving" }, { - "id": "d", - "text": "A bookstore or record shop" + "id": "remembering_small_details", + "text": "Remembering small details" }, { - "id": "e", - "text": "A small event downtown" + "id": "enough_silence_for_me_to_finish", + "text": "Enough silence for me to finish" } ] - } + }, + "access": "premium" }, { "id": "date_night_158", "category_id": "date_night", "type": "multi_choice", - "text": "What nearby plan feels worth leaving for?", + "text": "Which lighthearted topics usually bring out your best stories?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "explore" + "conversation", + "stories" ], "options": [ { - "id": "a", - "text": "A small event downtown" + "id": "childhood_mischief", + "text": "Childhood mischief" }, { - "id": "b", - "text": "A pretty lookout" + "id": "travel_mistakes", + "text": "Travel mistakes" }, { - "id": "c", - "text": "A bookstore or record shop" + "id": "strange_jobs_or_coworkers", + "text": "Strange jobs or coworkers" }, { - "id": "d", - "text": "A dessert place across town" + "id": "food_opinions", + "text": "Food opinions" }, { - "id": "e", - "text": "A neighborhood we rarely visit" + "id": "things_we_believed_as_kids", + "text": "Things we believed as kids" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A small event downtown" + "id": "childhood_mischief", + "text": "Childhood mischief" }, { - "id": "b", - "text": "A pretty lookout" + "id": "travel_mistakes", + "text": "Travel mistakes" }, { - "id": "c", - "text": "A bookstore or record shop" + "id": "strange_jobs_or_coworkers", + "text": "Strange jobs or coworkers" }, { - "id": "d", - "text": "A dessert place across town" + "id": "food_opinions", + "text": "Food opinions" }, { - "id": "e", - "text": "A neighborhood we rarely visit" + "id": "things_we_believed_as_kids", + "text": "Things we believed as kids" } ] - } + }, + "access": "premium" }, { "id": "date_night_159", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the small adventure dates that fit us:", + "text": "How do we keep a question game from feeling formal?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "explore" + "question_game" ], "options": [ { - "id": "a", - "text": "A dessert place across town" + "id": "mix_serious_and_silly_prompts", + "text": "Mix serious and silly prompts" }, { - "id": "b", - "text": "A new coffee place" + "id": "let_either_person_skip_one", + "text": "Let either person skip one" }, { - "id": "c", - "text": "A bookstore or record shop" + "id": "answer_while_walking", + "text": "Answer while walking" }, { - "id": "d", - "text": "A local market" + "id": "add_a_guessing_round", + "text": "Add a guessing round" }, { - "id": "e", - "text": "A neighborhood we rarely visit" + "id": "stop_when_natural_conversation_takes_over", + "text": "Stop when natural conversation takes over" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A dessert place across town" + "id": "mix_serious_and_silly_prompts", + "text": "Mix serious and silly prompts" }, { - "id": "b", - "text": "A new coffee place" + "id": "let_either_person_skip_one", + "text": "Let either person skip one" }, { - "id": "c", - "text": "A bookstore or record shop" + "id": "answer_while_walking", + "text": "Answer while walking" }, { - "id": "d", - "text": "A local market" + "id": "add_a_guessing_round", + "text": "Add a guessing round" }, { - "id": "e", - "text": "A neighborhood we rarely visit" + "id": "stop_when_natural_conversation_takes_over", + "text": "Stop when natural conversation takes over" } ] - } + }, + "access": "premium" }, { "id": "date_night_160", "category_id": "date_night", "type": "multi_choice", - "text": "Select the local spots that belong on the list:", - "depth": 2, - "access": "premium", + "text": "Which forms of attention feel romantic during a date?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "explore" + "attention" ], "options": [ { - "id": "a", - "text": "A neighborhood we rarely visit for this date" + "id": "noticing_my_reactions", + "text": "Noticing my reactions" }, { - "id": "b", - "text": "A new coffee place" + "id": "remembering_something_i_mentioned", + "text": "Remembering something I mentioned" }, { - "id": "c", - "text": "A local market for this date" + "id": "putting_distractions_away", + "text": "Putting distractions away" }, { - "id": "d", - "text": "A restaurant with a patio" + "id": "asking_what_i_want_next", + "text": "Asking what I want next" }, { - "id": "e", - "text": "A small event downtown for this date" + "id": "making_room_for_my_pace", + "text": "Making room for my pace" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A neighborhood we rarely visit for this date" + "id": "noticing_my_reactions", + "text": "Noticing my reactions" }, { - "id": "b", - "text": "A new coffee place" + "id": "remembering_something_i_mentioned", + "text": "Remembering something I mentioned" }, { - "id": "c", - "text": "A local market for this date" + "id": "putting_distractions_away", + "text": "Putting distractions away" }, { - "id": "d", - "text": "A restaurant with a patio" + "id": "asking_what_i_want_next", + "text": "Asking what I want next" }, { - "id": "e", - "text": "A small event downtown for this date" + "id": "making_room_for_my_pace", + "text": "Making room for my pace" } ] - } + }, + "access": "premium" }, { "id": "date_night_161", "category_id": "date_night", "type": "multi_choice", - "text": "Pick the first-date energy we should bring back:", + "text": "What should we do with a comfortable silence?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "first_date_energy" + "silence" ], "options": [ { - "id": "a", - "text": "Getting ready with effort" + "id": "keep_holding_hands", + "text": "Keep holding hands" }, { - "id": "b", - "text": "Asking better questions" + "id": "enjoy_the_view", + "text": "Enjoy the view" }, { - "id": "c", - "text": "Choosing a place carefully" + "id": "share_a_drink", + "text": "Share a drink" }, { - "id": "d", - "text": "A longer goodbye" + "id": "let_music_fill_the_space", + "text": "Let music fill the space" }, { - "id": "e", - "text": "A little nervous flirting" + "id": "smile_without_forcing_words", + "text": "Smile without forcing words" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Getting ready with effort" + "id": "keep_holding_hands", + "text": "Keep holding hands" }, { - "id": "b", - "text": "Asking better questions" + "id": "enjoy_the_view", + "text": "Enjoy the view" }, { - "id": "c", - "text": "Choosing a place carefully" + "id": "share_a_drink", + "text": "Share a drink" }, { - "id": "d", - "text": "A longer goodbye" + "id": "let_music_fill_the_space", + "text": "Let music fill the space" }, { - "id": "e", - "text": "A little nervous flirting" + "id": "smile_without_forcing_words", + "text": "Smile without forcing words" } ] - } + }, + "access": "premium" }, { "id": "date_night_162", "category_id": "date_night", "type": "multi_choice", - "text": "Which early-date details would still work on us?", + "text": "Which playful debates would be fun over dinner?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "first_date_energy" + "debate" ], "options": [ { - "id": "a", - "text": "A longer goodbye" + "id": "best_fictional_vacation_spot", + "text": "Best fictional vacation spot" }, { - "id": "b", - "text": "A planned pickup time" + "id": "the_perfect_three_course_meal", + "text": "The perfect three-course meal" }, { - "id": "c", - "text": "Choosing a place carefully" + "id": "which_decade_had_the_best_music", + "text": "Which decade had the best music" }, { - "id": "d", - "text": "A photo before the date" + "id": "our_ideal_tiny_house_feature", + "text": "Our ideal tiny house feature" }, { - "id": "e", - "text": "A little nervous flirting" + "id": "the_most_overrated_date_idea", + "text": "The most overrated date idea" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A longer goodbye" + "id": "best_fictional_vacation_spot", + "text": "Best fictional vacation spot" }, { - "id": "b", - "text": "A planned pickup time" + "id": "the_perfect_three_course_meal", + "text": "The perfect three-course meal" }, { - "id": "c", - "text": "Choosing a place carefully" + "id": "which_decade_had_the_best_music", + "text": "Which decade had the best music" }, { - "id": "d", - "text": "A photo before the date" + "id": "our_ideal_tiny_house_feature", + "text": "Our ideal tiny house feature" }, { - "id": "e", - "text": "A little nervous flirting" + "id": "the_most_overrated_date_idea", + "text": "The most overrated date idea" } ] - } + }, + "access": "premium" }, { "id": "date_night_163", "category_id": "date_night", "type": "multi_choice", - "text": "What should we borrow from when dating felt new?", + "text": "What helps us laugh more naturally together?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "first_date_energy" + "laughter" ], "options": [ { - "id": "a", - "text": "A little nervous flirting" + "id": "trying_something_neither_of_us_is_good_at", + "text": "Trying something neither of us is good at" }, { - "id": "b", - "text": "A planned pickup time" + "id": "telling_stories_we_have_not_repeated_lately", + "text": "Telling stories we have not repeated lately" }, { - "id": "c", - "text": "A photo before the date" + "id": "being_willing_to_look_silly", + "text": "Being willing to look silly" }, { - "id": "d", - "text": "A follow-up message after" + "id": "keeping_the_plan_flexible", + "text": "Keeping the plan flexible" }, { - "id": "e", - "text": "Getting ready with effort" + "id": "choosing_an_environment_where_we_can_relax", + "text": "Choosing an environment where we can relax" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A little nervous flirting" + "id": "trying_something_neither_of_us_is_good_at", + "text": "Trying something neither of us is good at" }, { - "id": "b", - "text": "A planned pickup time" + "id": "telling_stories_we_have_not_repeated_lately", + "text": "Telling stories we have not repeated lately" }, { - "id": "c", - "text": "A photo before the date" + "id": "being_willing_to_look_silly", + "text": "Being willing to look silly" }, { - "id": "d", - "text": "A follow-up message after" + "id": "keeping_the_plan_flexible", + "text": "Keeping the plan flexible" }, { - "id": "e", - "text": "Getting ready with effort" + "id": "choosing_an_environment_where_we_can_relax", + "text": "Choosing an environment where we can relax" } ] - } + }, + "access": "premium" }, { "id": "date_night_164", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the parts of early dating worth repeating:", - "depth": 2, - "access": "premium", + "text": "Which listening habits make a date feel different from daily talk?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "first_date_energy" + "listening" ], "options": [ { - "id": "a", - "text": "A follow-up message after" + "id": "letting_the_phone_stay_silent", + "text": "Letting the phone stay silent" }, { - "id": "b", - "text": "Asking better questions" + "id": "asking_one_deeper_follow_up", + "text": "Asking one deeper follow-up" }, { - "id": "c", - "text": "A photo before the date" + "id": "not_interrupting_with_logistics", + "text": "Not interrupting with logistics" }, { - "id": "d", - "text": "Choosing a place carefully" + "id": "giving_honest_reactions", + "text": "Giving honest reactions" }, { - "id": "e", - "text": "Getting ready with effort" + "id": "referring_back_to_something_shared_earlier", + "text": "Referring back to something shared earlier" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A follow-up message after" + "id": "letting_the_phone_stay_silent", + "text": "Letting the phone stay silent" }, { - "id": "b", - "text": "Asking better questions" + "id": "asking_one_deeper_follow_up", + "text": "Asking one deeper follow-up" }, { - "id": "c", - "text": "A photo before the date" + "id": "not_interrupting_with_logistics", + "text": "Not interrupting with logistics" }, { - "id": "d", - "text": "Choosing a place carefully" + "id": "giving_honest_reactions", + "text": "Giving honest reactions" }, { - "id": "e", - "text": "Getting ready with effort" + "id": "referring_back_to_something_shared_earlier", + "text": "Referring back to something shared earlier" } ] - } + }, + "access": "premium" }, { "id": "date_night_165", "category_id": "date_night", "type": "multi_choice", - "text": "Select anything that would bring back new-date energy:", + "text": "What could turn a long drive into a connection date?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "first_date_energy" + "drive", + "connection" ], "options": [ { - "id": "a", - "text": "Getting ready with effort for this date" + "id": "trade_songs_with_a_reason", + "text": "Trade songs with a reason" }, { - "id": "b", - "text": "Asking better questions" + "id": "ask_one_question_each_hour", + "text": "Ask one question each hour" }, { - "id": "c", - "text": "Choosing a place carefully for this date" + "id": "stop_at_an_unexpected_view", + "text": "Stop at an unexpected view" }, { - "id": "d", - "text": "A longer goodbye" + "id": "share_one_future_hope", + "text": "Share one future hope" }, { - "id": "e", - "text": "A little nervous flirting for this date" + "id": "let_the_quiet_parts_stay_quiet", + "text": "Let the quiet parts stay quiet" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Getting ready with effort for this date" + "id": "trade_songs_with_a_reason", + "text": "Trade songs with a reason" }, { - "id": "b", - "text": "Asking better questions" + "id": "ask_one_question_each_hour", + "text": "Ask one question each hour" }, { - "id": "c", - "text": "Choosing a place carefully for this date" + "id": "stop_at_an_unexpected_view", + "text": "Stop at an unexpected view" }, { - "id": "d", - "text": "A longer goodbye" + "id": "share_one_future_hope", + "text": "Share one future hope" }, { - "id": "e", - "text": "A little nervous flirting for this date" + "id": "let_the_quiet_parts_stay_quiet", + "text": "Let the quiet parts stay quiet" } ] - } + }, + "access": "premium" }, { "id": "date_night_166", "category_id": "date_night", "type": "multi_choice", - "text": "Pick the little luxuries that would upgrade date night:", + "text": "Which mini-games could fit into dinner out?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "little_luxury" + "games" ], "options": [ { - "id": "a", - "text": "Better dessert" + "id": "guess_each_other_s_order", + "text": "Guess each other’s order" }, { - "id": "b", - "text": "Good seats" + "id": "rank_the_appetizers", + "text": "Rank the appetizers" }, { - "id": "c", - "text": "A ride instead of parking stress" + "id": "invent_stories_about_nearby_decor", + "text": "Invent stories about nearby decor" }, { - "id": "d", - "text": "A prettier table" + "id": "choose_a_dessert_using_only_clues", + "text": "Choose a dessert using only clues" }, { - "id": "e", - "text": "A drink somewhere nice" + "id": "pick_the_best_date_idea_from_three_options", + "text": "Pick the best date idea from three options" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Better dessert" + "id": "guess_each_other_s_order", + "text": "Guess each other’s order" }, { - "id": "b", - "text": "Good seats" + "id": "rank_the_appetizers", + "text": "Rank the appetizers" }, { - "id": "c", - "text": "A ride instead of parking stress" + "id": "invent_stories_about_nearby_decor", + "text": "Invent stories about nearby decor" }, { - "id": "d", - "text": "A prettier table" + "id": "choose_a_dessert_using_only_clues", + "text": "Choose a dessert using only clues" }, { - "id": "e", - "text": "A drink somewhere nice" + "id": "pick_the_best_date_idea_from_three_options", + "text": "Pick the best date idea from three options" } ] - } + }, + "access": "premium" }, { "id": "date_night_167", "category_id": "date_night", "type": "multi_choice", - "text": "Which small splurges feel worth it?", - "depth": 2, - "access": "premium", + "text": "What makes playful teasing feel affectionate?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "little_luxury" + "teasing" ], "options": [ { - "id": "a", - "text": "A prettier table" + "id": "it_stays_kind", + "text": "It stays kind" }, { - "id": "b", - "text": "A small flower stop for this date" + "id": "it_uses_shared_jokes", + "text": "It uses shared jokes" }, { - "id": "c", - "text": "A ride instead of parking stress" + "id": "both_people_are_laughing", + "text": "Both people are laughing" }, { - "id": "d", - "text": "A shared appetizer before dessert" + "id": "it_stops_when_the_mood_changes", + "text": "It stops when the mood changes" }, { - "id": "e", - "text": "A drink somewhere nice" + "id": "it_is_balanced_with_real_compliments", + "text": "It is balanced with real compliments" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A prettier table" + "id": "it_stays_kind", + "text": "It stays kind" }, { - "id": "b", - "text": "A small flower stop for this date" + "id": "it_uses_shared_jokes", + "text": "It uses shared jokes" }, { - "id": "c", - "text": "A ride instead of parking stress" + "id": "both_people_are_laughing", + "text": "Both people are laughing" }, { - "id": "d", - "text": "A shared appetizer before dessert" + "id": "it_stops_when_the_mood_changes", + "text": "It stops when the mood changes" }, { - "id": "e", - "text": "A drink somewhere nice" + "id": "it_is_balanced_with_real_compliments", + "text": "It is balanced with real compliments" } ] - } + }, + "access": "premium" }, { "id": "date_night_168", "category_id": "date_night", "type": "multi_choice", - "text": "What tiny upgrade would make the date better?", - "depth": 2, - "access": "premium", + "text": "Which topics make a date feel hopeful?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "little_luxury" + "hope" ], "options": [ { - "id": "a", - "text": "A drink somewhere nice" + "id": "a_trip_we_might_take", + "text": "A trip we might take" }, { - "id": "b", - "text": "A small flower stop with a twist" + "id": "something_we_want_to_learn", + "text": "Something we want to learn" }, { - "id": "c", - "text": "A shared appetizer after dinner" + "id": "a_home_tradition_to_start", + "text": "A home tradition to start" }, { - "id": "d", - "text": "A later checkout of the night" + "id": "a_goal_we_could_celebrate", + "text": "A goal we could celebrate" }, { - "id": "e", - "text": "Better dessert" + "id": "what_we_are_enjoying_lately", + "text": "What we are enjoying lately" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A drink somewhere nice" + "id": "a_trip_we_might_take", + "text": "A trip we might take" }, { - "id": "b", - "text": "A small flower stop with a twist" + "id": "something_we_want_to_learn", + "text": "Something we want to learn" }, { - "id": "c", - "text": "A shared appetizer after dinner" + "id": "a_home_tradition_to_start", + "text": "A home tradition to start" }, { - "id": "d", - "text": "A later checkout of the night" + "id": "a_goal_we_could_celebrate", + "text": "A goal we could celebrate" }, { - "id": "e", - "text": "Better dessert" + "id": "what_we_are_enjoying_lately", + "text": "What we are enjoying lately" } ] - } + }, + "access": "premium" }, { "id": "date_night_169", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the date-night extras that sound worth paying for:", - "depth": 2, - "access": "premium", + "text": "What helps a serious topic fit safely into date night?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "little_luxury" + "serious_topics" ], "options": [ { - "id": "a", - "text": "A later checkout of the night" + "id": "ask_before_bringing_it_up", + "text": "Ask before bringing it up" }, { - "id": "b", - "text": "Good seats" + "id": "keep_the_goal_clear", + "text": "Keep the goal clear" }, { - "id": "c", - "text": "A shared appetizer this month" + "id": "choose_a_calm_setting", + "text": "Choose a calm setting" }, { - "id": "d", - "text": "A ride instead of parking stress for this date" + "id": "leave_time_to_reconnect_afterward", + "text": "Leave time to reconnect afterward" }, { - "id": "e", - "text": "Better dessert" + "id": "postpone_it_if_one_person_is_depleted", + "text": "Postpone it if one person is depleted" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A later checkout of the night" + "id": "ask_before_bringing_it_up", + "text": "Ask before bringing it up" }, { - "id": "b", - "text": "Good seats" + "id": "keep_the_goal_clear", + "text": "Keep the goal clear" }, { - "id": "c", - "text": "A shared appetizer this month" + "id": "choose_a_calm_setting", + "text": "Choose a calm setting" }, { - "id": "d", - "text": "A ride instead of parking stress for this date" + "id": "leave_time_to_reconnect_afterward", + "text": "Leave time to reconnect afterward" }, { - "id": "e", - "text": "Better dessert" + "id": "postpone_it_if_one_person_is_depleted", + "text": "Postpone it if one person is depleted" } ] - } + }, + "access": "premium" }, { "id": "date_night_170", "category_id": "date_night", "type": "multi_choice", - "text": "Select the little luxuries that fit us:", + "text": "Which small signals show that you are having a good time?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "little_luxury" + "signals" ], "options": [ { - "id": "a", - "text": "Better dessert for this date" + "id": "you_lean_closer", + "text": "You lean closer" }, { - "id": "b", - "text": "Good seats" + "id": "you_laugh_more_easily", + "text": "You laugh more easily" }, { - "id": "c", - "text": "A ride instead of parking stress with a twist" + "id": "you_stop_checking_the_time", + "text": "You stop checking the time" }, { - "id": "d", - "text": "A prettier table" + "id": "you_suggest_another_stop", + "text": "You suggest another stop" }, { - "id": "e", - "text": "A drink somewhere nice for this date" + "id": "you_bring_up_future_plans", + "text": "You bring up future plans" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Better dessert for this date" + "id": "you_lean_closer", + "text": "You lean closer" }, { - "id": "b", - "text": "Good seats" + "id": "you_laugh_more_easily", + "text": "You laugh more easily" }, { - "id": "c", - "text": "A ride instead of parking stress with a twist" + "id": "you_stop_checking_the_time", + "text": "You stop checking the time" }, { - "id": "d", - "text": "A prettier table" + "id": "you_suggest_another_stop", + "text": "You suggest another stop" }, { - "id": "e", - "text": "A drink somewhere nice for this date" + "id": "you_bring_up_future_plans", + "text": "You bring up future plans" } ] - } + }, + "access": "premium" }, { "id": "date_night_171", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the memory-making touches that sound natural:", + "type": "scale", + "text": "How deep should the conversation go on our next date?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "memory" - ], - "options": [ - { - "id": "a", - "text": "A photo we both like" - }, - { - "id": "b", - "text": "A place with a view somewhere new" - }, - { - "id": "c", - "text": "Trying something new" - }, - { - "id": "d", - "text": "A funny moment we create" - }, - { - "id": "e", - "text": "A song tied to the night" - } + "conversation" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A photo we both like" - }, - { - "id": "b", - "text": "A place with a view somewhere new" - }, - { - "id": "c", - "text": "Trying something new" - }, - { - "id": "d", - "text": "A funny moment we create" - }, - { - "id": "e", - "text": "A song tied to the night" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Keep it playful", + "maxLabel": "Let us really open up" + }, + "access": "premium" }, { "id": "date_night_172", "category_id": "date_night", - "type": "multi_choice", - "text": "Which date details would we want to remember?", + "type": "scale", + "text": "How phone-free should the evening be?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "memory" - ], - "options": [ - { - "id": "a", - "text": "A funny moment we create" - }, - { - "id": "b", - "text": "A walk after dinner with a twist" - }, - { - "id": "c", - "text": "Trying something new" - }, - { - "id": "d", - "text": "A dessert worth mentioning" - }, - { - "id": "e", - "text": "A song tied to the night" - } + "phones" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A funny moment we create" - }, - { - "id": "b", - "text": "A walk after dinner with a twist" - }, - { - "id": "c", - "text": "Trying something new" - }, - { - "id": "d", - "text": "A dessert worth mentioning" - }, - { - "id": "e", - "text": "A song tied to the night" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Use them when useful", + "maxLabel": "Keep them almost completely away" + }, + "access": "premium" }, { "id": "date_night_173", "category_id": "date_night", - "type": "multi_choice", - "text": "What would make the date worth talking about later?", + "type": "scale", + "text": "How much silence feels comfortable on a date?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "memory" - ], - "options": [ - { - "id": "a", - "text": "A song tied to the night" - }, - { - "id": "b", - "text": "A walk after dinner somewhere new" - }, - { - "id": "c", - "text": "A dessert worth mentioning" - }, - { - "id": "d", - "text": "A small surprise" - }, - { - "id": "e", - "text": "A photo we both like" - } + "silence" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "A song tied to the night" - }, - { - "id": "b", - "text": "A walk after dinner somewhere new" - }, - { - "id": "c", - "text": "A dessert worth mentioning" - }, - { - "id": "d", - "text": "A small surprise" - }, - { - "id": "e", - "text": "A photo we both like" - } - ] - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Keep conversation moving", + "maxLabel": "Let quiet moments breathe" + }, + "access": "premium" }, { "id": "date_night_174", "category_id": "date_night", - "type": "multi_choice", - "text": "Choose the pieces that make a date feel memorable:", - "depth": 2, - "access": "premium", + "type": "this_or_that", + "text": "Question cards or people-watching stories?", + "depth": 1, "tags": [ - "date_night", - "multi_choice", - "memory" + "quick_choice" ], "options": [ { - "id": "a", - "text": "A small surprise" + "id": "question_cards", + "text": "Question cards" }, { - "id": "b", - "text": "A place with a view before dessert" - }, - { - "id": "c", - "text": "A dessert worth mentioning" - }, - { - "id": "d", - "text": "Trying something new" - }, - { - "id": "e", - "text": "A photo we both like" + "id": "people_watching_stories", + "text": "People-watching stories" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A small surprise" + "id": "question_cards", + "text": "Question cards" }, { - "id": "b", - "text": "A place with a view before dessert" - }, - { - "id": "c", - "text": "A dessert worth mentioning" - }, - { - "id": "d", - "text": "Trying something new" - }, - { - "id": "e", - "text": "A photo we both like" + "id": "people_watching_stories", + "text": "People-watching stories" } - ] - } + ], + "optionA": "Question cards", + "optionB": "People-watching stories" + }, + "access": "premium" }, { "id": "date_night_175", "category_id": "date_night", - "type": "multi_choice", - "text": "Select anything that would turn a simple date into a memory:", - "depth": 2, - "access": "premium", + "type": "this_or_that", + "text": "Trivia rivalry or cooperative game?", + "depth": 1, "tags": [ - "date_night", - "multi_choice", - "memory" + "quick_choice" ], "options": [ { - "id": "a", - "text": "A photo we both like for this date" + "id": "trivia_rivalry", + "text": "Trivia rivalry" }, { - "id": "b", - "text": "A place with a view after dinner" - }, - { - "id": "c", - "text": "Trying something new for this date" - }, - { - "id": "d", - "text": "A funny moment we create" - }, - { - "id": "e", - "text": "A song tied to the night for this date" + "id": "cooperative_game", + "text": "Cooperative game" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A photo we both like for this date" + "id": "trivia_rivalry", + "text": "Trivia rivalry" }, { - "id": "b", - "text": "A place with a view after dinner" - }, - { - "id": "c", - "text": "Trying something new for this date" - }, - { - "id": "d", - "text": "A funny moment we create" - }, - { - "id": "e", - "text": "A song tied to the night for this date" + "id": "cooperative_game", + "text": "Cooperative game" } - ] - } + ], + "optionA": "Trivia rivalry", + "optionB": "Cooperative game" + }, + "access": "premium" }, { "id": "date_night_176", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the spontaneous date ideas that would not annoy us:", - "depth": 2, - "access": "premium", + "type": "written", + "text": "Which past date would you most like us to recreate?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "spontaneous" - ], - "options": [ - { - "id": "a", - "text": "Dessert somewhere close" - }, - { - "id": "b", - "text": "A short drive" - }, - { - "id": "c", - "text": "A walk with coffee" - }, - { - "id": "d", - "text": "A movie starting soon" - }, - { - "id": "e", - "text": "A place from our saved list" - } + "memories", + "recreate" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Dessert somewhere close" - }, - { - "id": "b", - "text": "A short drive" - }, - { - "id": "c", - "text": "A walk with coffee" - }, - { - "id": "d", - "text": "A movie starting soon" - }, - { - "id": "e", - "text": "A place from our saved list" - } - ] - } + "min_length": 1, + "max_length": 500, + "placeholder": "Write your answer..." + }, + "access": "premium" }, { "id": "date_night_177", "category_id": "date_night", - "type": "multi_choice", - "text": "Which last-minute plans sound safe?", + "type": "single_choice", + "text": "What kind of date memory stays with you longest?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "spontaneous" + "memories" ], "options": [ { - "id": "a", - "text": "A movie starting soon" + "id": "a_beautiful_setting", + "text": "A beautiful setting" }, { - "id": "b", - "text": "Takeout with a real setup for this date" + "id": "a_deep_conversation", + "text": "A deep conversation" }, { - "id": "c", - "text": "A walk with coffee for this date" + "id": "something_that_went_hilariously_wrong", + "text": "Something that went hilariously wrong" }, { - "id": "d", - "text": "A late breakfast plan" - }, - { - "id": "e", - "text": "A place from our saved list" + "id": "a_thoughtful_surprise", + "text": "A thoughtful surprise" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A movie starting soon" + "id": "a_beautiful_setting", + "text": "A beautiful setting" }, { - "id": "b", - "text": "Takeout with a real setup for this date" + "id": "a_deep_conversation", + "text": "A deep conversation" }, { - "id": "c", - "text": "A walk with coffee for this date" + "id": "something_that_went_hilariously_wrong", + "text": "Something that went hilariously wrong" }, { - "id": "d", - "text": "A late breakfast plan" - }, - { - "id": "e", - "text": "A place from our saved list" + "id": "a_thoughtful_surprise", + "text": "A thoughtful surprise" } ] - } + }, + "access": "premium" }, { "id": "date_night_178", "category_id": "date_night", - "type": "multi_choice", - "text": "What should we choose when we did not plan ahead?", + "type": "single_choice", + "text": "Which tradition would you most enjoy starting?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "spontaneous" + "traditions" ], "options": [ { - "id": "a", - "text": "A place from our saved list" + "id": "anniversary_breakfast", + "text": "Anniversary breakfast" }, { - "id": "b", - "text": "Takeout with a real setup with a twist" + "id": "seasonal_day_trip", + "text": "Seasonal day trip" }, { - "id": "c", - "text": "A late breakfast plan" + "id": "monthly_new_restaurant", + "text": "Monthly new restaurant" }, { - "id": "d", - "text": "A quick stop somewhere pretty" - }, - { - "id": "e", - "text": "Dessert somewhere close" + "id": "yearly_photo_date", + "text": "Yearly photo date" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A place from our saved list" + "id": "anniversary_breakfast", + "text": "Anniversary breakfast" }, { - "id": "b", - "text": "Takeout with a real setup with a twist" + "id": "seasonal_day_trip", + "text": "Seasonal day trip" }, { - "id": "c", - "text": "A late breakfast plan" + "id": "monthly_new_restaurant", + "text": "Monthly new restaurant" }, { - "id": "d", - "text": "A quick stop somewhere pretty" - }, - { - "id": "e", - "text": "Dessert somewhere close" + "id": "yearly_photo_date", + "text": "Yearly photo date" } ] - } + }, + "access": "premium" }, { "id": "date_night_179", "category_id": "date_night", - "type": "multi_choice", - "text": "Select the spontaneous date moves that could work:", + "type": "single_choice", + "text": "What should we save from an especially good date?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "spontaneous" + "memory_keeping" ], "options": [ { - "id": "a", - "text": "A quick stop somewhere pretty" + "id": "one_photo", + "text": "One photo" }, { - "id": "b", - "text": "A short drive" + "id": "a_written_note", + "text": "A written note" }, { - "id": "c", - "text": "A late breakfast plan" + "id": "a_small_object", + "text": "A small object" }, { - "id": "d", - "text": "A walk with coffee with a twist" - }, - { - "id": "e", - "text": "Dessert somewhere close for this date" + "id": "the_exact_plan_to_repeat", + "text": "The exact plan to repeat" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A quick stop somewhere pretty" + "id": "one_photo", + "text": "One photo" }, { - "id": "b", - "text": "A short drive" + "id": "a_written_note", + "text": "A written note" }, { - "id": "c", - "text": "A late breakfast plan" + "id": "a_small_object", + "text": "A small object" }, { - "id": "d", - "text": "A walk with coffee with a twist" - }, - { - "id": "e", - "text": "Dessert somewhere close for this date" + "id": "the_exact_plan_to_repeat", + "text": "The exact plan to repeat" } ] - } + }, + "access": "premium" }, { "id": "date_night_180", "category_id": "date_night", - "type": "multi_choice", - "text": "Choose the unplanned ideas that still feel like a date:", - "depth": 2, - "access": "premium", + "type": "single_choice", + "text": "Which milestone deserves a date of its own?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "spontaneous" + "milestones" ], "options": [ { - "id": "a", - "text": "Dessert somewhere close with a twist" + "id": "finishing_a_hard_season", + "text": "Finishing a hard season" }, { - "id": "b", - "text": "A short drive for this date" + "id": "reaching_a_shared_goal", + "text": "Reaching a shared goal" }, { - "id": "c", - "text": "A walk with coffee somewhere new" + "id": "starting_something_new", + "text": "Starting something new" }, { - "id": "d", - "text": "A movie starting soon" - }, - { - "id": "e", - "text": "A place from our saved list for this date" + "id": "a_personal_win_for_either_partner", + "text": "A personal win for either partner" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Dessert somewhere close with a twist" + "id": "finishing_a_hard_season", + "text": "Finishing a hard season" }, { - "id": "b", - "text": "A short drive for this date" + "id": "reaching_a_shared_goal", + "text": "Reaching a shared goal" }, { - "id": "c", - "text": "A walk with coffee somewhere new" + "id": "starting_something_new", + "text": "Starting something new" }, { - "id": "d", - "text": "A movie starting soon" - }, - { - "id": "e", - "text": "A place from our saved list for this date" + "id": "a_personal_win_for_either_partner", + "text": "A personal win for either partner" } ] - } + }, + "access": "premium" }, { "id": "date_night_181", "category_id": "date_night", - "type": "multi_choice", - "text": "Pick the daytime dates that sound good:", + "type": "single_choice", + "text": "How should we revisit the place where an important memory happened?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "day_date" + "memories" ], "options": [ { - "id": "a", - "text": "Breakfast out" + "id": "repeat_the_old_plan", + "text": "Repeat the old plan" }, { - "id": "b", - "text": "A market walk" + "id": "try_something_new_nearby", + "text": "Try something new nearby" }, { - "id": "c", - "text": "Coffee and a bookstore" + "id": "bring_one_symbolic_detail", + "text": "Bring one symbolic detail" }, { - "id": "d", - "text": "A park picnic" - }, - { - "id": "e", - "text": "A museum visit with a twist" + "id": "go_with_no_agenda", + "text": "Go with no agenda" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Breakfast out" + "id": "repeat_the_old_plan", + "text": "Repeat the old plan" }, { - "id": "b", - "text": "A market walk" + "id": "try_something_new_nearby", + "text": "Try something new nearby" }, { - "id": "c", - "text": "Coffee and a bookstore" + "id": "bring_one_symbolic_detail", + "text": "Bring one symbolic detail" }, { - "id": "d", - "text": "A park picnic" - }, - { - "id": "e", - "text": "A museum visit with a twist" + "id": "go_with_no_agenda", + "text": "Go with no agenda" } ] - } + }, + "access": "premium" }, { "id": "date_night_182", "category_id": "date_night", "type": "multi_choice", - "text": "Which day-date ideas should we try?", - "depth": 2, - "access": "premium", + "text": "Which details turn a date into part of our relationship story?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "day_date" + "couple_story" ], "options": [ { - "id": "a", - "text": "A park picnic" + "id": "a_moment_neither_expected", + "text": "A moment neither expected" }, { - "id": "b", - "text": "A scenic drive before dessert" + "id": "a_detail_tied_to_who_we_were_then", + "text": "A detail tied to who we were then" }, { - "id": "c", - "text": "Coffee and a bookstore" + "id": "something_we_still_quote", + "text": "Something we still quote" }, { - "id": "d", - "text": "Lunch somewhere new" + "id": "a_challenge_we_handled_together", + "text": "A challenge we handled together" }, { - "id": "e", - "text": "A museum visit somewhere new" + "id": "a_feeling_we_can_easily_remember", + "text": "A feeling we can easily remember" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A park picnic" + "id": "a_moment_neither_expected", + "text": "A moment neither expected" }, { - "id": "b", - "text": "A scenic drive before dessert" + "id": "a_detail_tied_to_who_we_were_then", + "text": "A detail tied to who we were then" }, { - "id": "c", - "text": "Coffee and a bookstore" + "id": "something_we_still_quote", + "text": "Something we still quote" }, { - "id": "d", - "text": "Lunch somewhere new" + "id": "a_challenge_we_handled_together", + "text": "A challenge we handled together" }, { - "id": "e", - "text": "A museum visit somewhere new" + "id": "a_feeling_we_can_easily_remember", + "text": "A feeling we can easily remember" } ] - } + }, + "access": "premium" }, { "id": "date_night_183", "category_id": "date_night", "type": "multi_choice", - "text": "What sounds better before evening gets busy?", - "depth": 2, - "access": "premium", + "text": "Which old-date elements are worth bringing back?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "day_date" + "nostalgia" ], "options": [ { - "id": "a", - "text": "A museum visit before dessert" + "id": "the_music_we_listened_to", + "text": "The music we listened to" }, { - "id": "b", - "text": "A scenic drive after dinner" + "id": "a_favorite_inexpensive_place", + "text": "A favorite inexpensive place" }, { - "id": "c", - "text": "Lunch somewhere new" + "id": "getting_ready_with_extra_care", + "text": "Getting ready with extra care" }, { - "id": "d", - "text": "A matinee movie" + "id": "long_talks_in_the_car", + "text": "Long talks in the car" }, { - "id": "e", - "text": "Breakfast out" + "id": "trying_to_impress_each_other_a_little", + "text": "Trying to impress each other a little" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A museum visit before dessert" + "id": "the_music_we_listened_to", + "text": "The music we listened to" }, { - "id": "b", - "text": "A scenic drive after dinner" + "id": "a_favorite_inexpensive_place", + "text": "A favorite inexpensive place" }, { - "id": "c", - "text": "Lunch somewhere new" + "id": "getting_ready_with_extra_care", + "text": "Getting ready with extra care" }, { - "id": "d", - "text": "A matinee movie" + "id": "long_talks_in_the_car", + "text": "Long talks in the car" }, { - "id": "e", - "text": "Breakfast out" + "id": "trying_to_impress_each_other_a_little", + "text": "Trying to impress each other a little" } ] - } + }, + "access": "premium" }, { "id": "date_night_184", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the date ideas that fit daylight:", - "depth": 2, - "access": "premium", + "text": "How can an anniversary feel personal to us?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "day_date" + "anniversary" ], "options": [ { - "id": "a", - "text": "A matinee movie" + "id": "revisit_one_early_memory", + "text": "Revisit one early memory" }, { - "id": "b", - "text": "A market walk" + "id": "choose_a_meal_with_meaning", + "text": "Choose a meal with meaning" }, { - "id": "c", - "text": "Lunch somewhere new" + "id": "write_each_other_short_notes", + "text": "Write each other short notes" }, { - "id": "d", - "text": "Coffee and a bookstore" + "id": "plan_around_what_we_need_this_year", + "text": "Plan around what we need this year" }, { - "id": "e", - "text": "Breakfast out" + "id": "create_one_new_tradition", + "text": "Create one new tradition" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A matinee movie" + "id": "revisit_one_early_memory", + "text": "Revisit one early memory" }, { - "id": "b", - "text": "A market walk" + "id": "choose_a_meal_with_meaning", + "text": "Choose a meal with meaning" }, { - "id": "c", - "text": "Lunch somewhere new" + "id": "write_each_other_short_notes", + "text": "Write each other short notes" }, { - "id": "d", - "text": "Coffee and a bookstore" + "id": "plan_around_what_we_need_this_year", + "text": "Plan around what we need this year" }, { - "id": "e", - "text": "Breakfast out" + "id": "create_one_new_tradition", + "text": "Create one new tradition" } ] - } + }, + "access": "premium" }, { "id": "date_night_185", "category_id": "date_night", "type": "multi_choice", - "text": "Select the daytime plans that feel like us:", + "text": "Which keepsakes would you actually value?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "day_date" + "keepsakes" ], "options": [ { - "id": "a", - "text": "Breakfast out for this date" + "id": "a_printed_photo", + "text": "A printed photo" }, { - "id": "b", - "text": "A market walk" + "id": "a_menu_or_ticket", + "text": "A menu or ticket" }, { - "id": "c", - "text": "Coffee and a bookstore for this date" + "id": "a_map_with_the_route_marked", + "text": "A map with the route marked" }, { - "id": "d", - "text": "A park picnic" + "id": "a_tiny_item_from_the_place", + "text": "A tiny item from the place" }, { - "id": "e", - "text": "A museum visit after dinner" + "id": "a_few_sentences_about_the_night", + "text": "A few sentences about the night" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Breakfast out for this date" + "id": "a_printed_photo", + "text": "A printed photo" }, { - "id": "b", - "text": "A market walk" + "id": "a_menu_or_ticket", + "text": "A menu or ticket" }, { - "id": "c", - "text": "Coffee and a bookstore for this date" + "id": "a_map_with_the_route_marked", + "text": "A map with the route marked" }, { - "id": "d", - "text": "A park picnic" + "id": "a_tiny_item_from_the_place", + "text": "A tiny item from the place" }, { - "id": "e", - "text": "A museum visit after dinner" + "id": "a_few_sentences_about_the_night", + "text": "A few sentences about the night" } ] - } + }, + "access": "premium" }, { "id": "date_night_186", "category_id": "date_night", "type": "multi_choice", - "text": "Pick the slow-date details we would both enjoy:", - "depth": 2, - "access": "premium", + "text": "What should a yearly relationship date include?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "slow_date" + "traditions" ], "options": [ { - "id": "a", - "text": "A long dinner" + "id": "a_favorite_shared_meal", + "text": "A favorite shared meal" }, { - "id": "b", - "text": "A walk with no destination" + "id": "a_look_back_at_the_year", + "text": "A look back at the year" }, { - "id": "c", - "text": "A quiet booth" + "id": "one_future_plan", + "text": "One future plan" }, { - "id": "d", - "text": "A late dessert stop" + "id": "a_private_celebration", + "text": "A private celebration" }, { - "id": "e", - "text": "A slow breakfast" + "id": "time_without_other_obligations", + "text": "Time without other obligations" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A long dinner" + "id": "a_favorite_shared_meal", + "text": "A favorite shared meal" }, { - "id": "b", - "text": "A walk with no destination" + "id": "a_look_back_at_the_year", + "text": "A look back at the year" }, { - "id": "c", - "text": "A quiet booth" + "id": "one_future_plan", + "text": "One future plan" }, { - "id": "d", - "text": "A late dessert stop" + "id": "a_private_celebration", + "text": "A private celebration" }, { - "id": "e", - "text": "A slow breakfast" + "id": "time_without_other_obligations", + "text": "Time without other obligations" } ] - } + }, + "access": "premium" }, { "id": "date_night_187", "category_id": "date_night", "type": "multi_choice", - "text": "Which unrushed date ideas sound good?", - "depth": 2, - "access": "premium", + "text": "Which first-date details would be fun to revisit?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "slow_date" + "first_date" ], "options": [ { - "id": "a", - "text": "A late dessert stop" + "id": "what_we_wore", + "text": "What we wore" }, { - "id": "b", - "text": "A scenic drive this month" + "id": "what_we_were_nervous_about", + "text": "What we were nervous about" }, { - "id": "c", - "text": "A quiet booth" + "id": "the_place_we_met", + "text": "The place we met" }, { - "id": "d", - "text": "A movie without multitasking" + "id": "what_we_ordered", + "text": "What we ordered" }, { - "id": "e", - "text": "A slow breakfast" + "id": "the_moment_the_date_started_feeling_easy", + "text": "The moment the date started feeling easy" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A late dessert stop" + "id": "what_we_wore", + "text": "What we wore" }, { - "id": "b", - "text": "A scenic drive this month" + "id": "what_we_were_nervous_about", + "text": "What we were nervous about" }, { - "id": "c", - "text": "A quiet booth" + "id": "the_place_we_met", + "text": "The place we met" }, { - "id": "d", - "text": "A movie without multitasking" + "id": "what_we_ordered", + "text": "What we ordered" }, { - "id": "e", - "text": "A slow breakfast" + "id": "the_moment_the_date_started_feeling_easy", + "text": "The moment the date started feeling easy" } ] - } + }, + "access": "premium" }, { "id": "date_night_188", "category_id": "date_night", "type": "multi_choice", - "text": "What makes a date feel calm without being boring?", - "depth": 2, - "access": "premium", + "text": "What could turn a normal date into a milestone memory?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "slow_date" + "milestones" ], "options": [ { - "id": "a", - "text": "A slow breakfast" + "id": "celebrating_a_brave_decision", + "text": "Celebrating a brave decision" }, { - "id": "b", - "text": "A scenic drive for this date" + "id": "marking_a_new_beginning", + "text": "Marking a new beginning" }, { - "id": "c", - "text": "A movie without multitasking" + "id": "doing_something_long_postponed", + "text": "Doing something long postponed" }, { - "id": "d", - "text": "A patio with time to sit" + "id": "sharing_news_somewhere_meaningful", + "text": "Sharing news somewhere meaningful" }, { - "id": "e", - "text": "A long dinner" + "id": "choosing_a_symbolic_destination", + "text": "Choosing a symbolic destination" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A slow breakfast" + "id": "celebrating_a_brave_decision", + "text": "Celebrating a brave decision" }, { - "id": "b", - "text": "A scenic drive for this date" + "id": "marking_a_new_beginning", + "text": "Marking a new beginning" }, { - "id": "c", - "text": "A movie without multitasking" + "id": "doing_something_long_postponed", + "text": "Doing something long postponed" }, { - "id": "d", - "text": "A patio with time to sit" + "id": "sharing_news_somewhere_meaningful", + "text": "Sharing news somewhere meaningful" }, { - "id": "e", - "text": "A long dinner" + "id": "choosing_a_symbolic_destination", + "text": "Choosing a symbolic destination" } ] - } + }, + "access": "premium" }, { "id": "date_night_189", "category_id": "date_night", "type": "multi_choice", - "text": "Choose the plans that give us room to breathe:", - "depth": 2, - "access": "premium", + "text": "Which stories should we tell on a nostalgia date?", + "depth": 3, "tags": [ - "date_night", - "multi_choice", - "slow_date" + "stories" ], "options": [ { - "id": "a", - "text": "A patio with time to sit" + "id": "the_first_time_we_laughed_hard_together", + "text": "The first time we laughed hard together" }, { - "id": "b", - "text": "A walk with no destination" + "id": "a_trip_that_went_sideways", + "text": "A trip that went sideways" }, { - "id": "c", - "text": "A movie without multitasking" + "id": "a_date_that_cost_almost_nothing", + "text": "A date that cost almost nothing" }, { - "id": "d", - "text": "A quiet booth" + "id": "a_time_one_of_us_surprised_the_other", + "text": "A time one of us surprised the other" }, { - "id": "e", - "text": "A long dinner" + "id": "the_moment_we_felt_like_a_team", + "text": "The moment we felt like a team" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A patio with time to sit" + "id": "the_first_time_we_laughed_hard_together", + "text": "The first time we laughed hard together" }, { - "id": "b", - "text": "A walk with no destination" + "id": "a_trip_that_went_sideways", + "text": "A trip that went sideways" }, { - "id": "c", - "text": "A movie without multitasking" + "id": "a_date_that_cost_almost_nothing", + "text": "A date that cost almost nothing" }, { - "id": "d", - "text": "A quiet booth" + "id": "a_time_one_of_us_surprised_the_other", + "text": "A time one of us surprised the other" }, { - "id": "e", - "text": "A long dinner" + "id": "the_moment_we_felt_like_a_team", + "text": "The moment we felt like a team" } ] - } + }, + "access": "premium" }, { "id": "date_night_190", "category_id": "date_night", "type": "multi_choice", - "text": "Select the date-night moves that keep the pace easy:", + "text": "Which changes keep a recreated date feeling fresh?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "multi_choice", - "slow_date" + "recreate" ], "options": [ { - "id": "a", - "text": "A long dinner for this date" + "id": "change_one_major_detail", + "text": "Change one major detail" }, { - "id": "b", - "text": "A walk with no destination" + "id": "switch_who_plans_it", + "text": "Switch who plans it" }, { - "id": "c", - "text": "A quiet booth for this date" + "id": "add_something_we_wished_we_had_done", + "text": "Add something we wished we had done" }, { - "id": "d", - "text": "A late dessert stop" + "id": "visit_at_a_different_time_of_day", + "text": "Visit at a different time of day" }, { - "id": "e", - "text": "A slow breakfast for this date" + "id": "end_somewhere_completely_new", + "text": "End somewhere completely new" } ], "answer_config": { "options": [ { - "id": "a", - "text": "A long dinner for this date" + "id": "change_one_major_detail", + "text": "Change one major detail" }, { - "id": "b", - "text": "A walk with no destination" + "id": "switch_who_plans_it", + "text": "Switch who plans it" }, { - "id": "c", - "text": "A quiet booth for this date" + "id": "add_something_we_wished_we_had_done", + "text": "Add something we wished we had done" }, { - "id": "d", - "text": "A late dessert stop" + "id": "visit_at_a_different_time_of_day", + "text": "Visit at a different time of day" }, { - "id": "e", - "text": "A slow breakfast for this date" + "id": "end_somewhere_completely_new", + "text": "End somewhere completely new" } ] - } + }, + "access": "premium" }, { "id": "date_night_191", "category_id": "date_night", - "type": "scale", - "text": "For our next date, planned or spontaneous?", + "type": "multi_choice", + "text": "Which seasonal traditions could become ours?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "seasonal", + "traditions" + ], + "options": [ + { + "id": "a_first_warm_day_picnic", + "text": "A first-warm-day picnic" + }, + { + "id": "a_summer_night_drive", + "text": "A summer night drive" + }, + { + "id": "an_autumn_market_visit", + "text": "An autumn market visit" + }, + { + "id": "a_winter_lights_walk", + "text": "A winter lights walk" + }, + { + "id": "a_birthday_week_breakfast", + "text": "A birthday-week breakfast" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Completely spontaneous", - "maxLabel": "Planned down to the reservation" - } + "options": [ + { + "id": "a_first_warm_day_picnic", + "text": "A first-warm-day picnic" + }, + { + "id": "a_summer_night_drive", + "text": "A summer night drive" + }, + { + "id": "an_autumn_market_visit", + "text": "An autumn market visit" + }, + { + "id": "a_winter_lights_walk", + "text": "A winter lights walk" + }, + { + "id": "a_birthday_week_breakfast", + "text": "A birthday-week breakfast" + } + ] + }, + "access": "premium" }, { "id": "date_night_192", "category_id": "date_night", - "type": "scale", - "text": "Date-night clothes: casual or full effort?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "What should we celebrate even without a formal milestone?", + "depth": 3, "tags": [ - "date_night", - "scale" + "celebration" + ], + "options": [ + { + "id": "making_it_through_a_difficult_month", + "text": "Making it through a difficult month" + }, + { + "id": "a_habit_we_kept", + "text": "A habit we kept" + }, + { + "id": "a_risk_one_of_us_took", + "text": "A risk one of us took" + }, + { + "id": "a_peaceful_stretch_of_ordinary_life", + "text": "A peaceful stretch of ordinary life" + }, + { + "id": "finally_making_time_for_each_other", + "text": "Finally making time for each other" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Very casual", - "maxLabel": "Full effort" - } + "options": [ + { + "id": "making_it_through_a_difficult_month", + "text": "Making it through a difficult month" + }, + { + "id": "a_habit_we_kept", + "text": "A habit we kept" + }, + { + "id": "a_risk_one_of_us_took", + "text": "A risk one of us took" + }, + { + "id": "a_peaceful_stretch_of_ordinary_life", + "text": "A peaceful stretch of ordinary life" + }, + { + "id": "finally_making_time_for_each_other", + "text": "Finally making time for each other" + } + ] + }, + "access": "premium" }, { "id": "date_night_193", "category_id": "date_night", - "type": "scale", - "text": "Food choice: familiar favorite or new adventure?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "Which date memories reveal something important about us?", + "depth": 3, "tags": [ - "date_night", - "scale" + "memories" + ], + "options": [ + { + "id": "how_we_handle_surprises", + "text": "How we handle surprises" + }, + { + "id": "what_makes_us_laugh", + "text": "What makes us laugh" + }, + { + "id": "how_we_care_for_each_other_when_tired", + "text": "How we care for each other when tired" + }, + { + "id": "the_places_where_we_relax_fastest", + "text": "The places where we relax fastest" + }, + { + "id": "the_kinds_of_risks_we_enjoy_together", + "text": "The kinds of risks we enjoy together" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Stick with favorites", - "maxLabel": "Try something new" - } + "options": [ + { + "id": "how_we_handle_surprises", + "text": "How we handle surprises" + }, + { + "id": "what_makes_us_laugh", + "text": "What makes us laugh" + }, + { + "id": "how_we_care_for_each_other_when_tired", + "text": "How we care for each other when tired" + }, + { + "id": "the_places_where_we_relax_fastest", + "text": "The places where we relax fastest" + }, + { + "id": "the_kinds_of_risks_we_enjoy_together", + "text": "The kinds of risks we enjoy together" + } + ] + }, + "access": "premium" }, { "id": "date_night_194", "category_id": "date_night", - "type": "scale", - "text": "Conversation level for the next date?", + "type": "multi_choice", + "text": "What belongs in a relationship time-capsule date?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "time_capsule" + ], + "options": [ + { + "id": "a_current_photo", + "text": "A current photo" + }, + { + "id": "a_note_to_future_us", + "text": "A note to future-us" + }, + { + "id": "a_list_of_present_favorites", + "text": "A list of present favorites" + }, + { + "id": "one_prediction_each", + "text": "One prediction each" + }, + { + "id": "a_plan_for_when_to_open_it", + "text": "A plan for when to open it" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Mostly easy company", - "maxLabel": "Lots of conversation" - } + "options": [ + { + "id": "a_current_photo", + "text": "A current photo" + }, + { + "id": "a_note_to_future_us", + "text": "A note to future-us" + }, + { + "id": "a_list_of_present_favorites", + "text": "A list of present favorites" + }, + { + "id": "one_prediction_each", + "text": "One prediction each" + }, + { + "id": "a_plan_for_when_to_open_it", + "text": "A plan for when to open it" + } + ] + }, + "access": "premium" }, { "id": "date_night_195", "category_id": "date_night", - "type": "scale", - "text": "How far should we travel for date night?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "Which details make a birthday date feel personal?", + "depth": 3, "tags": [ - "date_night", - "scale" + "birthday" + ], + "options": [ + { + "id": "the_person_s_favorite_meal", + "text": "The person’s favorite meal" + }, + { + "id": "an_activity_chosen_around_their_mood", + "text": "An activity chosen around their mood" + }, + { + "id": "a_message_from_the_heart", + "text": "A message from the heart" + }, + { + "id": "a_stop_connected_to_a_memory", + "text": "A stop connected to a memory" + }, + { + "id": "no_pressure_to_perform_excitement", + "text": "No pressure to perform excitement" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Stay close", - "maxLabel": "Make a little trip of it" - } + "options": [ + { + "id": "the_person_s_favorite_meal", + "text": "The person’s favorite meal" + }, + { + "id": "an_activity_chosen_around_their_mood", + "text": "An activity chosen around their mood" + }, + { + "id": "a_message_from_the_heart", + "text": "A message from the heart" + }, + { + "id": "a_stop_connected_to_a_memory", + "text": "A stop connected to a memory" + }, + { + "id": "no_pressure_to_perform_excitement", + "text": "No pressure to perform excitement" + } + ] + }, + "access": "premium" }, { "id": "date_night_196", "category_id": "date_night", "type": "scale", - "text": "Romance level for the next date?", + "text": "How nostalgic should our next date be?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "nostalgia" ], "answer_config": { "minScale": 1, "maxScale": 5, - "minLabel": "Light and easy", - "maxLabel": "Very romantic" - } + "minLabel": "Make a new memory", + "maxLabel": "Revisit our history" + }, + "access": "premium" }, { "id": "date_night_197", "category_id": "date_night", "type": "scale", - "text": "Spending level for date night?", + "text": "How much tradition do you want around anniversaries?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "anniversary" ], "answer_config": { "minScale": 1, "maxScale": 5, - "minLabel": "Keep it simple", - "maxLabel": "Make it a treat" - } + "minLabel": "Keep each year different", + "maxLabel": "Build familiar rituals" + }, + "access": "premium" }, { "id": "date_night_198", "category_id": "date_night", "type": "scale", - "text": "Surprise level for the next date?", + "text": "How much should we document special dates?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "memory_keeping" ], "answer_config": { "minScale": 1, "maxScale": 5, - "minLabel": "No surprises", - "maxLabel": "Surprise me" - } + "minLabel": "Stay completely in the moment", + "maxLabel": "Save photos and small keepsakes" + }, + "access": "premium" }, { "id": "date_night_199", "category_id": "date_night", - "type": "scale", - "text": "Date-night energy: relaxed or active?", - "depth": 2, - "access": "premium", + "type": "this_or_that", + "text": "Recreate our first date or invent a new tradition?", + "depth": 1, "tags": [ - "date_night", - "scale" + "quick_choice" + ], + "options": [ + { + "id": "recreate_our_first_date", + "text": "Recreate our first date" + }, + { + "id": "invent_a_new_tradition", + "text": "Invent a new tradition" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Mostly sitting", - "maxLabel": "Moving around" - } + "options": [ + { + "id": "recreate_our_first_date", + "text": "Recreate our first date" + }, + { + "id": "invent_a_new_tradition", + "text": "Invent a new tradition" + } + ], + "optionA": "Recreate our first date", + "optionB": "Invent a new tradition" + }, + "access": "premium" }, { "id": "date_night_200", "category_id": "date_night", - "type": "scale", - "text": "Newness level for our next plan?", - "depth": 2, - "access": "premium", + "type": "this_or_that", + "text": "Printed photo or handwritten memory note?", + "depth": 1, "tags": [ - "date_night", - "scale" + "quick_choice" + ], + "options": [ + { + "id": "printed_photo", + "text": "Printed photo" + }, + { + "id": "handwritten_memory_note", + "text": "Handwritten memory note" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Repeat what works", - "maxLabel": "New plan" - } + "options": [ + { + "id": "printed_photo", + "text": "Printed photo" + }, + { + "id": "handwritten_memory_note", + "text": "Handwritten memory note" + } + ], + "optionA": "Printed photo", + "optionB": "Handwritten memory note" + }, + "access": "premium" }, { "id": "date_night_201", "category_id": "date_night", - "type": "scale", - "text": "End time: early night or late one?", - "depth": 2, - "access": "premium", + "type": "written", + "text": "What date idea feels just outside our usual comfort zone?", + "depth": 3, "tags": [ - "date_night", - "scale" + "novelty", + "adventure" ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Early night", - "maxLabel": "Let it run late" - } + "min_length": 1, + "max_length": 500, + "placeholder": "Write your answer..." + }, + "access": "premium" }, { "id": "date_night_202", "category_id": "date_night", - "type": "scale", - "text": "Phone level during the date?", + "type": "single_choice", + "text": "Which new experience would you plan first?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "new_experience" + ], + "options": [ + { + "id": "a_cooking_class", + "text": "A cooking class" + }, + { + "id": "live_theater", + "text": "Live theater" + }, + { + "id": "a_guided_outdoor_adventure", + "text": "A guided outdoor adventure" + }, + { + "id": "a_creative_workshop", + "text": "A creative workshop" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "A little less scrolling", - "maxLabel": "Fully away" - } + "options": [ + { + "id": "a_cooking_class", + "text": "A cooking class" + }, + { + "id": "live_theater", + "text": "Live theater" + }, + { + "id": "a_guided_outdoor_adventure", + "text": "A guided outdoor adventure" + }, + { + "id": "a_creative_workshop", + "text": "A creative workshop" + } + ] + }, + "access": "premium" }, { "id": "date_night_203", "category_id": "date_night", - "type": "scale", - "text": "Dinner style: familiar or fancy?", + "type": "single_choice", + "text": "What kind of day trip would excite you most?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "day_trip" + ], + "options": [ + { + "id": "historic_town", + "text": "Historic town" + }, + { + "id": "nature_destination", + "text": "Nature destination" + }, + { + "id": "food_focused_route", + "text": "Food-focused route" + }, + { + "id": "arts_and_music_stop", + "text": "Arts and music stop" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Comfortable favorite", - "maxLabel": "Dress-up dinner" - } + "options": [ + { + "id": "historic_town", + "text": "Historic town" + }, + { + "id": "nature_destination", + "text": "Nature destination" + }, + { + "id": "food_focused_route", + "text": "Food-focused route" + }, + { + "id": "arts_and_music_stop", + "text": "Arts and music stop" + } + ] + }, + "access": "premium" }, { "id": "date_night_204", "category_id": "date_night", - "type": "scale", - "text": "Spontaneity level for this week?", + "type": "single_choice", + "text": "Which travel-style date belongs on our future list?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "travel" + ], + "options": [ + { + "id": "train_ride_to_a_new_city", + "text": "Train ride to a new city" + }, + { + "id": "weekend_cabin", + "text": "Weekend cabin" + }, + { + "id": "coastal_getaway", + "text": "Coastal getaway" + }, + { + "id": "festival_weekend", + "text": "Festival weekend" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Clear plan first", - "maxLabel": "Make it up as we go" - } + "options": [ + { + "id": "train_ride_to_a_new_city", + "text": "Train ride to a new city" + }, + { + "id": "weekend_cabin", + "text": "Weekend cabin" + }, + { + "id": "coastal_getaway", + "text": "Coastal getaway" + }, + { + "id": "festival_weekend", + "text": "Festival weekend" + } + ] + }, + "access": "premium" }, { "id": "date_night_205", "category_id": "date_night", - "type": "scale", - "text": "Music level for the date?", + "type": "single_choice", + "text": "What level of surprise adventure sounds right?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "adventure" + ], + "options": [ + { + "id": "one_unknown_stop", + "text": "One unknown stop" + }, + { + "id": "a_secret_destination_nearby", + "text": "A secret destination nearby" + }, + { + "id": "a_fully_planned_day", + "text": "A fully planned day" + }, + { + "id": "i_want_to_choose_together", + "text": "I want to choose together" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Background only", - "maxLabel": "Main part of the night" - } + "options": [ + { + "id": "one_unknown_stop", + "text": "One unknown stop" + }, + { + "id": "a_secret_destination_nearby", + "text": "A secret destination nearby" + }, + { + "id": "a_fully_planned_day", + "text": "A fully planned day" + }, + { + "id": "i_want_to_choose_together", + "text": "I want to choose together" + } + ] + }, + "access": "premium" }, { "id": "date_night_206", "category_id": "date_night", - "type": "scale", - "text": "Cozy level for a stay-in date?", + "type": "single_choice", + "text": "Which seasonal dream date should happen first?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "seasonal" + ], + "options": [ + { + "id": "spring_flower_festival", + "text": "Spring flower festival" + }, + { + "id": "summer_concert_outside", + "text": "Summer concert outside" + }, + { + "id": "autumn_cabin_weekend", + "text": "Autumn cabin weekend" + }, + { + "id": "winter_city_lights", + "text": "Winter city lights" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Simple and relaxed", - "maxLabel": "Full cozy setup" - } + "options": [ + { + "id": "spring_flower_festival", + "text": "Spring flower festival" + }, + { + "id": "summer_concert_outside", + "text": "Summer concert outside" + }, + { + "id": "autumn_cabin_weekend", + "text": "Autumn cabin weekend" + }, + { + "id": "winter_city_lights", + "text": "Winter city lights" + } + ] + }, + "access": "premium" }, { "id": "date_night_207", "category_id": "date_night", - "type": "scale", - "text": "Flirt level for date night?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "What makes trying a new activity together appealing?", + "depth": 3, "tags": [ - "date_night", - "scale" + "novelty" + ], + "options": [ + { + "id": "neither_person_has_to_be_good_at_it", + "text": "Neither person has to be good at it" + }, + { + "id": "there_is_room_to_laugh", + "text": "There is room to laugh" + }, + { + "id": "the_commitment_is_short", + "text": "The commitment is short" + }, + { + "id": "we_learn_something_about_each_other", + "text": "We learn something about each other" + }, + { + "id": "there_is_a_relaxing_ending_afterward", + "text": "There is a relaxing ending afterward" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Subtle and sweet", - "maxLabel": "Very obvious" - } + "options": [ + { + "id": "neither_person_has_to_be_good_at_it", + "text": "Neither person has to be good at it" + }, + { + "id": "there_is_room_to_laugh", + "text": "There is room to laugh" + }, + { + "id": "the_commitment_is_short", + "text": "The commitment is short" + }, + { + "id": "we_learn_something_about_each_other", + "text": "We learn something about each other" + }, + { + "id": "there_is_a_relaxing_ending_afterward", + "text": "There is a relaxing ending afterward" + } + ] + }, + "access": "premium" }, { "id": "date_night_208", "category_id": "date_night", - "type": "scale", - "text": "Dessert importance for the next date?", + "type": "multi_choice", + "text": "Which bigger dates deserve a future list?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "future_dates" + ], + "options": [ + { + "id": "a_weekend_in_a_new_city", + "text": "A weekend in a new city" + }, + { + "id": "a_concert_for_an_artist_we_both_love", + "text": "A concert for an artist we both love" + }, + { + "id": "a_scenic_train_trip", + "text": "A scenic train trip" + }, + { + "id": "a_destination_restaurant", + "text": "A destination restaurant" + }, + { + "id": "a_festival_built_around_one_shared_interest", + "text": "A festival built around one shared interest" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Optional", - "maxLabel": "Required" - } + "options": [ + { + "id": "a_weekend_in_a_new_city", + "text": "A weekend in a new city" + }, + { + "id": "a_concert_for_an_artist_we_both_love", + "text": "A concert for an artist we both love" + }, + { + "id": "a_scenic_train_trip", + "text": "A scenic train trip" + }, + { + "id": "a_destination_restaurant", + "text": "A destination restaurant" + }, + { + "id": "a_festival_built_around_one_shared_interest", + "text": "A festival built around one shared interest" + } + ] + }, + "access": "premium" }, { "id": "date_night_209", "category_id": "date_night", - "type": "scale", - "text": "Old favorite or new memory?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "What should an adventurous date still protect?", + "depth": 3, "tags": [ - "date_night", - "scale" + "adventure", + "comfort" + ], + "options": [ + { + "id": "our_physical_comfort", + "text": "Our physical comfort" + }, + { + "id": "a_realistic_budget", + "text": "A realistic budget" + }, + { + "id": "enough_time_to_recover", + "text": "Enough time to recover" + }, + { + "id": "an_easy_way_to_change_course", + "text": "An easy way to change course" + }, + { + "id": "mutual_enthusiasm", + "text": "Mutual enthusiasm" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Try a new place", - "maxLabel": "Bring back a favorite" - } + "options": [ + { + "id": "our_physical_comfort", + "text": "Our physical comfort" + }, + { + "id": "a_realistic_budget", + "text": "A realistic budget" + }, + { + "id": "enough_time_to_recover", + "text": "Enough time to recover" + }, + { + "id": "an_easy_way_to_change_course", + "text": "An easy way to change course" + }, + { + "id": "mutual_enthusiasm", + "text": "Mutual enthusiasm" + } + ] + }, + "access": "premium" }, { "id": "date_night_210", "category_id": "date_night", - "type": "scale", - "text": "Celebration level for the next date?", + "type": "multi_choice", + "text": "Which unusual classes sound date-worthy?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "classes" + ], + "options": [ + { + "id": "pottery", + "text": "Pottery" + }, + { + "id": "dance", + "text": "Dance" + }, + { + "id": "bread_making", + "text": "Bread making" + }, + { + "id": "photography", + "text": "Photography" + }, + { + "id": "mixology_without_pressure_to_drink", + "text": "Mixology without pressure to drink" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Normal night", - "maxLabel": "Make it special" - } + "options": [ + { + "id": "pottery", + "text": "Pottery" + }, + { + "id": "dance", + "text": "Dance" + }, + { + "id": "bread_making", + "text": "Bread making" + }, + { + "id": "photography", + "text": "Photography" + }, + { + "id": "mixology_without_pressure_to_drink", + "text": "Mixology without pressure to drink" + } + ] + }, + "access": "premium" }, { "id": "date_night_211", "category_id": "date_night", - "type": "scale", - "text": "Outdoor-date priority?", + "type": "multi_choice", + "text": "How can a mystery date stay fun instead of stressful?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "mystery_date" + ], + "options": [ + { + "id": "one_clue_before_leaving", + "text": "One clue before leaving" + }, + { + "id": "a_choice_between_two_envelopes", + "text": "A choice between two envelopes" + }, + { + "id": "a_theme_revealed_through_music", + "text": "A theme revealed through music" + }, + { + "id": "a_surprise_meal_stop", + "text": "A surprise meal stop" + }, + { + "id": "a_final_destination_with_meaning", + "text": "A final destination with meaning" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Does not matter", - "maxLabel": "Outdoor date if possible" - } + "options": [ + { + "id": "one_clue_before_leaving", + "text": "One clue before leaving" + }, + { + "id": "a_choice_between_two_envelopes", + "text": "A choice between two envelopes" + }, + { + "id": "a_theme_revealed_through_music", + "text": "A theme revealed through music" + }, + { + "id": "a_surprise_meal_stop", + "text": "A surprise meal stop" + }, + { + "id": "a_final_destination_with_meaning", + "text": "A final destination with meaning" + } + ] + }, + "access": "premium" }, { "id": "date_night_212", "category_id": "date_night", - "type": "scale", - "text": "Memory-making level for the night?", + "type": "multi_choice", + "text": "Which road-trip date ideas appeal to you?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "road_trip" + ], + "options": [ + { + "id": "a_route_built_around_local_food", + "text": "A route built around local food" + }, + { + "id": "a_series_of_scenic_overlooks", + "text": "A series of scenic overlooks" + }, + { + "id": "a_used_bookstore_trail", + "text": "A used-bookstore trail" + }, + { + "id": "a_small_town_photo_hunt", + "text": "A small-town photo hunt" + }, + { + "id": "a_destination_chosen_by_coin_flips", + "text": "A destination chosen by coin flips" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Just enjoy it", - "maxLabel": "Photo-worthy night" - } + "options": [ + { + "id": "a_route_built_around_local_food", + "text": "A route built around local food" + }, + { + "id": "a_series_of_scenic_overlooks", + "text": "A series of scenic overlooks" + }, + { + "id": "a_used_bookstore_trail", + "text": "A used-bookstore trail" + }, + { + "id": "a_small_town_photo_hunt", + "text": "A small-town photo hunt" + }, + { + "id": "a_destination_chosen_by_coin_flips", + "text": "A destination chosen by coin flips" + } + ] + }, + "access": "premium" }, { "id": "date_night_213", "category_id": "date_night", - "type": "scale", - "text": "Budget priority for date night?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "What belongs in a dream date we save for later?", + "depth": 3, "tags": [ - "date_night", - "scale" + "dream_date" + ], + "options": [ + { + "id": "a_place_with_a_strong_sense_of_atmosphere", + "text": "A place with a strong sense of atmosphere" + }, + { + "id": "one_activity_we_cannot_do_at_home", + "text": "One activity we cannot do at home" + }, + { + "id": "a_meal_worth_remembering", + "text": "A meal worth remembering" + }, + { + "id": "time_with_no_next_day_rush", + "text": "Time with no next-day rush" + }, + { + "id": "a_detail_chosen_for_each_partner", + "text": "A detail chosen for each partner" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Spend a little", - "maxLabel": "Keep it low-cost" - } + "options": [ + { + "id": "a_place_with_a_strong_sense_of_atmosphere", + "text": "A place with a strong sense of atmosphere" + }, + { + "id": "one_activity_we_cannot_do_at_home", + "text": "One activity we cannot do at home" + }, + { + "id": "a_meal_worth_remembering", + "text": "A meal worth remembering" + }, + { + "id": "time_with_no_next_day_rush", + "text": "Time with no next-day rush" + }, + { + "id": "a_detail_chosen_for_each_partner", + "text": "A detail chosen for each partner" + } + ] + }, + "access": "premium" }, { "id": "date_night_214", "category_id": "date_night", - "type": "scale", - "text": "Planning style: together or surprise?", + "type": "multi_choice", + "text": "Which cultural dates would you try?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "culture" + ], + "options": [ + { + "id": "a_museum_after_hours_event", + "text": "A museum after-hours event" + }, + { + "id": "a_small_theater_production", + "text": "A small theater production" + }, + { + "id": "a_local_history_tour", + "text": "A local history tour" + }, + { + "id": "a_live_storytelling_night", + "text": "A live storytelling night" + }, + { + "id": "a_cultural_food_festival", + "text": "A cultural food festival" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Pick together", - "maxLabel": "One person surprises the other" - } + "options": [ + { + "id": "a_museum_after_hours_event", + "text": "A museum after-hours event" + }, + { + "id": "a_small_theater_production", + "text": "A small theater production" + }, + { + "id": "a_local_history_tour", + "text": "A local history tour" + }, + { + "id": "a_live_storytelling_night", + "text": "A live storytelling night" + }, + { + "id": "a_cultural_food_festival", + "text": "A cultural food festival" + } + ] + }, + "access": "premium" }, { "id": "date_night_215", "category_id": "date_night", - "type": "scale", - "text": "Date length: short and sweet or unhurried?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "What would help a fancy date still feel like us?", + "depth": 3, "tags": [ - "date_night", - "scale" + "fancy_date" + ], + "options": [ + { + "id": "one_playful_stop", + "text": "One playful stop" + }, + { + "id": "comfortable_transportation", + "text": "Comfortable transportation" + }, + { + "id": "a_familiar_private_joke", + "text": "A familiar private joke" + }, + { + "id": "food_we_actually_enjoy", + "text": "Food we actually enjoy" + }, + { + "id": "no_pressure_to_act_formal", + "text": "No pressure to act formal" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Short and sweet", - "maxLabel": "Take our time" - } + "options": [ + { + "id": "one_playful_stop", + "text": "One playful stop" + }, + { + "id": "comfortable_transportation", + "text": "Comfortable transportation" + }, + { + "id": "a_familiar_private_joke", + "text": "A familiar private joke" + }, + { + "id": "food_we_actually_enjoy", + "text": "Food we actually enjoy" + }, + { + "id": "no_pressure_to_act_formal", + "text": "No pressure to act formal" + } + ] + }, + "access": "premium" }, { "id": "date_night_216", "category_id": "date_night", - "type": "scale", - "text": "Early-date energy level?", + "type": "multi_choice", + "text": "Which outdoor adventures feel date-friendly?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "outdoor_adventure" + ], + "options": [ + { + "id": "a_guided_kayak_trip", + "text": "A guided kayak trip" + }, + { + "id": "a_beginner_friendly_hike", + "text": "A beginner-friendly hike" + }, + { + "id": "a_sunrise_lookout", + "text": "A sunrise lookout" + }, + { + "id": "a_botanical_garden_tour", + "text": "A botanical garden tour" + }, + { + "id": "a_night_sky_event", + "text": "A night-sky event" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Not much", - "maxLabel": "Bring that energy back" - } + "options": [ + { + "id": "a_guided_kayak_trip", + "text": "A guided kayak trip" + }, + { + "id": "a_beginner_friendly_hike", + "text": "A beginner-friendly hike" + }, + { + "id": "a_sunrise_lookout", + "text": "A sunrise lookout" + }, + { + "id": "a_botanical_garden_tour", + "text": "A botanical garden tour" + }, + { + "id": "a_night_sky_event", + "text": "A night-sky event" + } + ] + }, + "access": "premium" }, { "id": "date_night_217", "category_id": "date_night", - "type": "scale", - "text": "Walk-after level?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "What should we consider before booking a big date?", + "depth": 3, "tags": [ - "date_night", - "scale" + "planning" + ], + "options": [ + { + "id": "true_total_cost", + "text": "True total cost" + }, + { + "id": "travel_time", + "text": "Travel time" + }, + { + "id": "energy_needed_afterward", + "text": "Energy needed afterward" + }, + { + "id": "cancellation_flexibility", + "text": "Cancellation flexibility" + }, + { + "id": "whether_both_people_are_genuinely_excited", + "text": "Whether both people are genuinely excited" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Skip the walk", - "maxLabel": "Definitely walk" - } + "options": [ + { + "id": "true_total_cost", + "text": "True total cost" + }, + { + "id": "travel_time", + "text": "Travel time" + }, + { + "id": "energy_needed_afterward", + "text": "Energy needed afterward" + }, + { + "id": "cancellation_flexibility", + "text": "Cancellation flexibility" + }, + { + "id": "whether_both_people_are_genuinely_excited", + "text": "Whether both people are genuinely excited" + } + ] + }, + "access": "premium" }, { "id": "date_night_218", "category_id": "date_night", - "type": "scale", - "text": "Ambiance priority for the next date?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "Which destination themes could inspire a date?", + "depth": 3, "tags": [ - "date_night", - "scale" + "destination" + ], + "options": [ + { + "id": "a_place_from_a_favorite_movie", + "text": "A place from a favorite movie" + }, + { + "id": "a_town_known_for_one_food", + "text": "A town known for one food" + }, + { + "id": "a_route_through_beautiful_architecture", + "text": "A route through beautiful architecture" + }, + { + "id": "a_location_tied_to_family_history", + "text": "A location tied to family history" + }, + { + "id": "a_region_with_a_shared_hobby", + "text": "A region with a shared hobby" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Food matters more", - "maxLabel": "Ambiance matters a lot" - } + "options": [ + { + "id": "a_place_from_a_favorite_movie", + "text": "A place from a favorite movie" + }, + { + "id": "a_town_known_for_one_food", + "text": "A town known for one food" + }, + { + "id": "a_route_through_beautiful_architecture", + "text": "A route through beautiful architecture" + }, + { + "id": "a_location_tied_to_family_history", + "text": "A location tied to family history" + }, + { + "id": "a_region_with_a_shared_hobby", + "text": "A region with a shared hobby" + } + ] + }, + "access": "premium" }, { "id": "date_night_219", "category_id": "date_night", - "type": "scale", - "text": "Local-event interest?", + "type": "multi_choice", + "text": "What could turn a class into a memorable date?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "classes" + ], + "options": [ + { + "id": "choosing_something_new_to_both_of_us", + "text": "Choosing something new to both of us" + }, + { + "id": "celebrating_imperfect_results", + "text": "Celebrating imperfect results" + }, + { + "id": "taking_one_photo_of_the_process", + "text": "Taking one photo of the process" + }, + { + "id": "using_what_we_made_afterward", + "text": "Using what we made afterward" + }, + { + "id": "pairing_it_with_a_relaxed_meal", + "text": "Pairing it with a relaxed meal" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Maybe later", - "maxLabel": "Find one soon" - } + "options": [ + { + "id": "choosing_something_new_to_both_of_us", + "text": "Choosing something new to both of us" + }, + { + "id": "celebrating_imperfect_results", + "text": "Celebrating imperfect results" + }, + { + "id": "taking_one_photo_of_the_process", + "text": "Taking one photo of the process" + }, + { + "id": "using_what_we_made_afterward", + "text": "Using what we made afterward" + }, + { + "id": "pairing_it_with_a_relaxed_meal", + "text": "Pairing it with a relaxed meal" + } + ] + }, + "access": "premium" }, { "id": "date_night_220", "category_id": "date_night", - "type": "scale", - "text": "Unwind level for date night?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "Which future dates would feel especially romantic?", + "depth": 3, "tags": [ - "date_night", - "scale" + "future_dates", + "romance" + ], + "options": [ + { + "id": "a_private_cabin_weekend", + "text": "A private cabin weekend" + }, + { + "id": "dinner_overlooking_a_city", + "text": "Dinner overlooking a city" + }, + { + "id": "a_beach_sunrise_breakfast", + "text": "A beach sunrise breakfast" + }, + { + "id": "a_garden_at_night", + "text": "A garden at night" + }, + { + "id": "a_return_to_a_meaningful_place", + "text": "A return to a meaningful place" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Just enough", - "maxLabel": "Make it the whole point" - } + "options": [ + { + "id": "a_private_cabin_weekend", + "text": "A private cabin weekend" + }, + { + "id": "dinner_overlooking_a_city", + "text": "Dinner overlooking a city" + }, + { + "id": "a_beach_sunrise_breakfast", + "text": "A beach sunrise breakfast" + }, + { + "id": "a_garden_at_night", + "text": "A garden at night" + }, + { + "id": "a_return_to_a_meaningful_place", + "text": "A return to a meaningful place" + } + ] + }, + "access": "premium" }, { "id": "date_night_221", "category_id": "date_night", "type": "scale", - "text": "Flexibility level for the plan?", + "text": "How adventurous should our next new date be?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "adventure" ], "answer_config": { "minScale": 1, "maxScale": 5, - "minLabel": "Clear schedule", - "maxLabel": "Loose plan" - } + "minLabel": "A small change", + "maxLabel": "A genuine leap" + }, + "access": "premium" }, { "id": "date_night_222", "category_id": "date_night", "type": "scale", - "text": "Activity level for the date?", + "text": "How far ahead should we plan a dream date?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "future_planning" ], "answer_config": { "minScale": 1, "maxScale": 5, - "minLabel": "Mostly talking", - "maxLabel": "Do something together" - } + "minLabel": "Keep it near-term", + "maxLabel": "Build toward it for months" + }, + "access": "premium" }, { "id": "date_night_223", "category_id": "date_night", "type": "scale", - "text": "Outfit effort for date night?", + "text": "How much travel belongs in the ideal date?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "scale" + "travel" ], "answer_config": { "minScale": 1, "maxScale": 5, - "minLabel": "Normal clothes", - "maxLabel": "Make it an outfit" - } + "minLabel": "Stay local", + "maxLabel": "Make the journey part of it" + }, + "access": "premium" }, { "id": "date_night_224", "category_id": "date_night", - "type": "scale", - "text": "Weeknight or weekend energy?", - "depth": 2, - "access": "premium", + "type": "this_or_that", + "text": "Creative class or outdoor adventure?", + "depth": 1, "tags": [ - "date_night", - "scale" + "quick_choice" + ], + "options": [ + { + "id": "creative_class", + "text": "Creative class" + }, + { + "id": "outdoor_adventure", + "text": "Outdoor adventure" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Weeknight works", - "maxLabel": "Weekend only" - } + "options": [ + { + "id": "creative_class", + "text": "Creative class" + }, + { + "id": "outdoor_adventure", + "text": "Outdoor adventure" + } + ], + "optionA": "Creative class", + "optionB": "Outdoor adventure" + }, + "access": "premium" }, { "id": "date_night_225", "category_id": "date_night", - "type": "scale", - "text": "Regular date-night habit level?", - "depth": 2, - "access": "premium", + "type": "this_or_that", + "text": "Secret destination or shared planning board?", + "depth": 1, "tags": [ - "date_night", - "scale" + "quick_choice" + ], + "options": [ + { + "id": "secret_destination", + "text": "Secret destination" + }, + { + "id": "shared_planning_board", + "text": "Shared planning board" + } ], "answer_config": { - "minScale": 1, - "maxScale": 5, - "minLabel": "Sometimes", - "maxLabel": "Put it on the calendar" - } + "options": [ + { + "id": "secret_destination", + "text": "Secret destination" + }, + { + "id": "shared_planning_board", + "text": "Shared planning board" + } + ], + "optionA": "Secret destination", + "optionB": "Shared planning board" + }, + "access": "premium" }, { "id": "date_night_226", "category_id": "date_night", - "type": "this_or_that", - "text": "Which date sounds better this week?", - "depth": 1, - "access": "premium", + "type": "written", + "text": "What date-night ritual would help us keep choosing each other?", + "depth": 3, "tags": [ - "date_night", - "this_or_that" - ], - "options": [ - { - "id": "a", - "text": "Coffee walk" - }, - { - "id": "b", - "text": "Dinner out" - } + "rituals", + "commitment" ], "answer_config": { - "options": [ - { - "id": "a", - "text": "Coffee walk" - }, - { - "id": "b", - "text": "Dinner out" - } - ], - "optionA": "Coffee walk", - "optionB": "Dinner out" - } + "min_length": 1, + "max_length": 500, + "placeholder": "Write your answer..." + }, + "access": "premium" }, { "id": "date_night_227", "category_id": "date_night", - "type": "this_or_that", - "text": "Which would we rather do next?", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which recurring date rhythm sounds sustainable?", + "depth": 2, "tags": [ - "date_night", - "this_or_that" + "rituals" ], "options": [ { - "id": "a", - "text": "Try a new place" + "id": "weekly_mini_date", + "text": "Weekly mini-date" }, { - "id": "b", - "text": "Repeat a favorite" + "id": "monthly_planned_night", + "text": "Monthly planned night" + }, + { + "id": "seasonal_day_trip", + "text": "Seasonal day trip" + }, + { + "id": "spontaneous_dates_when_energy_appears", + "text": "Spontaneous dates when energy appears" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Try a new place" + "id": "weekly_mini_date", + "text": "Weekly mini-date" }, { - "id": "b", - "text": "Repeat a favorite" + "id": "monthly_planned_night", + "text": "Monthly planned night" + }, + { + "id": "seasonal_day_trip", + "text": "Seasonal day trip" + }, + { + "id": "spontaneous_dates_when_energy_appears", + "text": "Spontaneous dates when energy appears" } - ], - "optionA": "Try a new place", - "optionB": "Repeat a favorite" - } + ] + }, + "access": "premium" }, { "id": "date_night_228", "category_id": "date_night", - "type": "this_or_that", - "text": "Which date-night mood wins?", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "What should happen at the end of a really good date?", + "depth": 2, "tags": [ - "date_night", - "this_or_that" + "ending" ], "options": [ { - "id": "a", - "text": "Cozy night in" + "id": "name_the_favorite_moment", + "text": "Name the favorite moment" }, { - "id": "b", - "text": "Dressed-up night out" + "id": "take_one_final_photo", + "text": "Take one final photo" + }, + { + "id": "choose_the_next_idea", + "text": "Choose the next idea" + }, + { + "id": "stay_up_talking", + "text": "Stay up talking" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Cozy night in" + "id": "name_the_favorite_moment", + "text": "Name the favorite moment" }, { - "id": "b", - "text": "Dressed-up night out" + "id": "take_one_final_photo", + "text": "Take one final photo" + }, + { + "id": "choose_the_next_idea", + "text": "Choose the next idea" + }, + { + "id": "stay_up_talking", + "text": "Stay up talking" } - ], - "optionA": "Cozy night in", - "optionB": "Dressed-up night out" - } + ] + }, + "access": "premium" }, { "id": "date_night_229", "category_id": "date_night", - "type": "this_or_that", - "text": "Which ending sounds better?", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which celebration style feels most meaningful?", + "depth": 2, "tags": [ - "date_night", - "this_or_that" + "celebration" ], "options": [ { - "id": "a", - "text": "Dessert after dinner" + "id": "private_and_quiet", + "text": "Private and quiet" }, { - "id": "b", - "text": "Walk after dinner" + "id": "playful_and_surprising", + "text": "Playful and surprising" + }, + { + "id": "beautiful_and_romantic", + "text": "Beautiful and romantic" + }, + { + "id": "experience_focused", + "text": "Experience-focused" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Dessert after dinner" + "id": "private_and_quiet", + "text": "Private and quiet" }, { - "id": "b", - "text": "Walk after dinner" + "id": "playful_and_surprising", + "text": "Playful and surprising" + }, + { + "id": "beautiful_and_romantic", + "text": "Beautiful and romantic" + }, + { + "id": "experience_focused", + "text": "Experience-focused" } - ], - "optionA": "Dessert after dinner", - "optionB": "Walk after dinner" - } + ] + }, + "access": "premium" }, { "id": "date_night_230", "category_id": "date_night", - "type": "this_or_that", - "text": "Which plan fits us more?", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which detail would make a relationship check-in feel date-like?", + "depth": 3, "tags": [ - "date_night", - "this_or_that" + "check_in" ], "options": [ { - "id": "a", - "text": "Loose plan" + "id": "a_beautiful_setting", + "text": "A beautiful setting" }, { - "id": "b", - "text": "Reservation made" + "id": "favorite_food", + "text": "Favorite food" + }, + { + "id": "a_walk_while_talking", + "text": "A walk while talking" + }, + { + "id": "ending_with_something_playful", + "text": "Ending with something playful" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Loose plan" + "id": "a_beautiful_setting", + "text": "A beautiful setting" }, { - "id": "b", - "text": "Reservation made" + "id": "favorite_food", + "text": "Favorite food" + }, + { + "id": "a_walk_while_talking", + "text": "A walk while talking" + }, + { + "id": "ending_with_something_playful", + "text": "Ending with something playful" } - ], - "optionA": "Loose plan", - "optionB": "Reservation made" - } + ] + }, + "access": "premium" }, { "id": "date_night_231", "category_id": "date_night", - "type": "this_or_that", - "text": "Which sounds more like us?", - "depth": 1, - "access": "premium", + "type": "single_choice", + "text": "Which date would best mark a fresh start?", + "depth": 3, "tags": [ - "date_night", - "this_or_that" + "fresh_start" ], "options": [ { - "id": "a", - "text": "Quiet corner booth" + "id": "breakfast_somewhere_new", + "text": "Breakfast somewhere new" }, { - "id": "b", - "text": "Patio with people-watching" + "id": "a_long_nature_walk", + "text": "A long nature walk" + }, + { + "id": "a_dressed_up_dinner", + "text": "A dressed-up dinner" + }, + { + "id": "a_day_trip_with_no_old_routine", + "text": "A day trip with no old routine" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Quiet corner booth" + "id": "breakfast_somewhere_new", + "text": "Breakfast somewhere new" }, { - "id": "b", - "text": "Patio with people-watching" + "id": "a_long_nature_walk", + "text": "A long nature walk" + }, + { + "id": "a_dressed_up_dinner", + "text": "A dressed-up dinner" + }, + { + "id": "a_day_trip_with_no_old_routine", + "text": "A day trip with no old routine" } - ], - "optionA": "Quiet corner booth", - "optionB": "Patio with people-watching" - } + ] + }, + "access": "premium" }, { "id": "date_night_232", "category_id": "date_night", - "type": "this_or_that", - "text": "Which date is more tempting?", - "depth": 1, - "access": "premium", + "type": "multi_choice", + "text": "What would help date night stay important over time?", + "depth": 3, "tags": [ - "date_night", - "this_or_that" + "sustainability" ], "options": [ { - "id": "a", - "text": "Breakfast date" + "id": "plans_that_fit_real_life", + "text": "Plans that fit real life" }, { - "id": "b", - "text": "Late movie" + "id": "both_people_initiating", + "text": "Both people initiating" + }, + { + "id": "a_mix_of_familiar_and_new", + "text": "A mix of familiar and new" + }, + { + "id": "protecting_the_time_after_scheduling_it", + "text": "Protecting the time after scheduling it" + }, + { + "id": "talking_about_what_worked", + "text": "Talking about what worked" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Breakfast date" + "id": "plans_that_fit_real_life", + "text": "Plans that fit real life" }, { - "id": "b", - "text": "Late movie" + "id": "both_people_initiating", + "text": "Both people initiating" + }, + { + "id": "a_mix_of_familiar_and_new", + "text": "A mix of familiar and new" + }, + { + "id": "protecting_the_time_after_scheduling_it", + "text": "Protecting the time after scheduling it" + }, + { + "id": "talking_about_what_worked", + "text": "Talking about what worked" } - ], - "optionA": "Breakfast date", - "optionB": "Late movie" - } + ] + }, + "access": "premium" }, { "id": "date_night_233", "category_id": "date_night", - "type": "this_or_that", - "text": "Which should we save for later?", - "depth": 1, - "access": "premium", + "type": "multi_choice", + "text": "Which recurring-date rules would feel supportive?", + "depth": 3, "tags": [ - "date_night", - "this_or_that" + "rituals" ], "options": [ { - "id": "a", - "text": "Day trip" + "id": "simple_dates_count", + "text": "Simple dates count" }, { - "id": "b", - "text": "Fancy dinner" + "id": "either_person_can_request_a_rain_check", + "text": "Either person can request a rain check" + }, + { + "id": "the_planner_does_not_have_to_be_elaborate", + "text": "The planner does not have to be elaborate" + }, + { + "id": "phones_are_used_intentionally", + "text": "Phones are used intentionally" + }, + { + "id": "we_say_what_we_appreciated_afterward", + "text": "We say what we appreciated afterward" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Day trip" + "id": "simple_dates_count", + "text": "Simple dates count" }, { - "id": "b", - "text": "Fancy dinner" + "id": "either_person_can_request_a_rain_check", + "text": "Either person can request a rain check" + }, + { + "id": "the_planner_does_not_have_to_be_elaborate", + "text": "The planner does not have to be elaborate" + }, + { + "id": "phones_are_used_intentionally", + "text": "Phones are used intentionally" + }, + { + "id": "we_say_what_we_appreciated_afterward", + "text": "We say what we appreciated afterward" } - ], - "optionA": "Day trip", - "optionB": "Fancy dinner" - } + ] + }, + "access": "premium" }, { "id": "date_night_234", "category_id": "date_night", - "type": "this_or_that", - "text": "Which date-night rule wins?", - "depth": 1, - "access": "premium", + "type": "multi_choice", + "text": "Which details make a special-occasion date feel emotionally true?", + "depth": 3, "tags": [ - "date_night", - "this_or_that" + "special_occasion" ], "options": [ { - "id": "a", - "text": "No phones at dinner" + "id": "the_plan_reflects_the_current_season", + "text": "The plan reflects the current season" }, { - "id": "b", - "text": "Dessert is mandatory" + "id": "the_celebration_is_private_enough", + "text": "The celebration is private enough" + }, + { + "id": "effort_is_visible_but_not_performative", + "text": "Effort is visible but not performative" + }, + { + "id": "both_people_have_room_to_enjoy_it_differently", + "text": "Both people have room to enjoy it differently" + }, + { + "id": "the_meaning_matters_more_than_the_price", + "text": "The meaning matters more than the price" } ], "answer_config": { "options": [ { - "id": "a", - "text": "No phones at dinner" + "id": "the_plan_reflects_the_current_season", + "text": "The plan reflects the current season" }, { - "id": "b", - "text": "Dessert is mandatory" + "id": "the_celebration_is_private_enough", + "text": "The celebration is private enough" + }, + { + "id": "effort_is_visible_but_not_performative", + "text": "Effort is visible but not performative" + }, + { + "id": "both_people_have_room_to_enjoy_it_differently", + "text": "Both people have room to enjoy it differently" + }, + { + "id": "the_meaning_matters_more_than_the_price", + "text": "The meaning matters more than the price" } - ], - "optionA": "No phones at dinner", - "optionB": "Dessert is mandatory" - } + ] + }, + "access": "premium" }, { "id": "date_night_235", "category_id": "date_night", - "type": "this_or_that", - "text": "Which surprise would land better?", - "depth": 1, - "access": "premium", + "type": "multi_choice", + "text": "Which endings create a warm transition back to real life?", + "depth": 2, "tags": [ - "date_night", - "this_or_that" + "ending" ], "options": [ { - "id": "a", - "text": "New restaurant" + "id": "a_slow_ride_home", + "text": "A slow ride home" }, { - "id": "b", - "text": "Favorite dessert" + "id": "a_few_quiet_minutes_before_going_inside", + "text": "A few quiet minutes before going inside" + }, + { + "id": "making_tea_together", + "text": "Making tea together" + }, + { + "id": "a_message_about_the_best_moment", + "text": "A message about the best moment" + }, + { + "id": "setting_aside_one_keepsake", + "text": "Setting aside one keepsake" } ], "answer_config": { "options": [ { - "id": "a", - "text": "New restaurant" + "id": "a_slow_ride_home", + "text": "A slow ride home" }, { - "id": "b", - "text": "Favorite dessert" + "id": "a_few_quiet_minutes_before_going_inside", + "text": "A few quiet minutes before going inside" + }, + { + "id": "making_tea_together", + "text": "Making tea together" + }, + { + "id": "a_message_about_the_best_moment", + "text": "A message about the best moment" + }, + { + "id": "setting_aside_one_keepsake", + "text": "Setting aside one keepsake" } - ], - "optionA": "New restaurant", - "optionB": "Favorite dessert" - } + ] + }, + "access": "premium" }, { "id": "date_night_236", "category_id": "date_night", - "type": "this_or_that", - "text": "Which is more date-like?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "How can a relationship check-in stay safe during a date?", + "depth": 3, "tags": [ - "date_night", - "this_or_that" + "check_in" ], "options": [ { - "id": "a", - "text": "Cooking together" + "id": "agree_on_one_topic", + "text": "Agree on one topic" }, { - "id": "b", - "text": "Going out for one course" + "id": "start_with_what_is_going_well", + "text": "Start with what is going well" + }, + { + "id": "take_breaks_for_food_or_movement", + "text": "Take breaks for food or movement" + }, + { + "id": "avoid_surprise_criticism", + "text": "Avoid surprise criticism" + }, + { + "id": "finish_with_affection_or_a_fun_plan", + "text": "Finish with affection or a fun plan" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Cooking together" + "id": "agree_on_one_topic", + "text": "Agree on one topic" }, { - "id": "b", - "text": "Going out for one course" + "id": "start_with_what_is_going_well", + "text": "Start with what is going well" + }, + { + "id": "take_breaks_for_food_or_movement", + "text": "Take breaks for food or movement" + }, + { + "id": "avoid_surprise_criticism", + "text": "Avoid surprise criticism" + }, + { + "id": "finish_with_affection_or_a_fun_plan", + "text": "Finish with affection or a fun plan" } - ], - "optionA": "Cooking together", - "optionB": "Going out for one course" - } + ] + }, + "access": "premium" }, { "id": "date_night_237", "category_id": "date_night", - "type": "this_or_that", - "text": "Which should we pick when tired?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "Which date ideas suit a fresh chapter?", + "depth": 3, "tags": [ - "date_night", - "this_or_that" + "fresh_start" ], "options": [ { - "id": "a", - "text": "Takeout setup" + "id": "explore_a_new_neighborhood", + "text": "Explore a new neighborhood" }, { - "id": "b", - "text": "Short dinner out" + "id": "try_a_shared_beginner_class", + "text": "Try a shared beginner class" + }, + { + "id": "return_to_a_meaningful_place_with_a_new_plan", + "text": "Return to a meaningful place with a new plan" + }, + { + "id": "create_a_new_monthly_ritual", + "text": "Create a new monthly ritual" + }, + { + "id": "take_a_short_trip_with_one_clear_intention", + "text": "Take a short trip with one clear intention" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Takeout setup" + "id": "explore_a_new_neighborhood", + "text": "Explore a new neighborhood" }, { - "id": "b", - "text": "Short dinner out" + "id": "try_a_shared_beginner_class", + "text": "Try a shared beginner class" + }, + { + "id": "return_to_a_meaningful_place_with_a_new_plan", + "text": "Return to a meaningful place with a new plan" + }, + { + "id": "create_a_new_monthly_ritual", + "text": "Create a new monthly ritual" + }, + { + "id": "take_a_short_trip_with_one_clear_intention", + "text": "Take a short trip with one clear intention" } - ], - "optionA": "Takeout setup", - "optionB": "Short dinner out" - } + ] + }, + "access": "premium" }, { "id": "date_night_238", "category_id": "date_night", - "type": "this_or_that", - "text": "Which sounds better in good weather?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "What helps date night survive changing seasons of life?", + "depth": 3, "tags": [ - "date_night", - "this_or_that" + "life_seasons" ], "options": [ { - "id": "a", - "text": "Picnic" + "id": "adjust_the_length", + "text": "Adjust the length" }, { - "id": "b", - "text": "Patio dinner" + "id": "change_the_time_of_day", + "text": "Change the time of day" + }, + { + "id": "lower_the_budget_when_needed", + "text": "Lower the budget when needed" + }, + { + "id": "choose_accessibility_over_novelty", + "text": "Choose accessibility over novelty" + }, + { + "id": "keep_the_emotional_purpose_clear", + "text": "Keep the emotional purpose clear" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Picnic" + "id": "adjust_the_length", + "text": "Adjust the length" }, { - "id": "b", - "text": "Patio dinner" + "id": "change_the_time_of_day", + "text": "Change the time of day" + }, + { + "id": "lower_the_budget_when_needed", + "text": "Lower the budget when needed" + }, + { + "id": "choose_accessibility_over_novelty", + "text": "Choose accessibility over novelty" + }, + { + "id": "keep_the_emotional_purpose_clear", + "text": "Keep the emotional purpose clear" } - ], - "optionA": "Picnic", - "optionB": "Patio dinner" - } + ] + }, + "access": "premium" }, { "id": "date_night_239", "category_id": "date_night", - "type": "this_or_that", - "text": "Which should be our backup plan?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "Which ways of showing appreciation belong on dates?", + "depth": 3, "tags": [ - "date_night", - "this_or_that" + "appreciation" ], "options": [ { - "id": "a", - "text": "Coffee and a walk for this date" + "id": "thank_the_planner_specifically", + "text": "Thank the planner specifically" }, { - "id": "b", - "text": "Movie at home" + "id": "notice_effort_out_loud", + "text": "Notice effort out loud" + }, + { + "id": "name_one_thing_you_enjoyed", + "text": "Name one thing you enjoyed" + }, + { + "id": "offer_to_plan_the_next_one", + "text": "Offer to plan the next one" + }, + { + "id": "be_present_instead_of_perfect", + "text": "Be present instead of perfect" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Coffee and a walk for this date" + "id": "thank_the_planner_specifically", + "text": "Thank the planner specifically" }, { - "id": "b", - "text": "Movie at home" + "id": "notice_effort_out_loud", + "text": "Notice effort out loud" + }, + { + "id": "name_one_thing_you_enjoyed", + "text": "Name one thing you enjoyed" + }, + { + "id": "offer_to_plan_the_next_one", + "text": "Offer to plan the next one" + }, + { + "id": "be_present_instead_of_perfect", + "text": "Be present instead of perfect" } - ], - "optionA": "Coffee and a walk for this date", - "optionB": "Movie at home" - } + ] + }, + "access": "premium" }, { "id": "date_night_240", "category_id": "date_night", - "type": "this_or_that", - "text": "Which next date gets your vote?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "What should a celebration date avoid?", + "depth": 3, "tags": [ - "date_night", - "this_or_that" + "celebration" ], "options": [ { - "id": "a", - "text": "Something familiar" + "id": "pressure_to_look_happy_every_moment", + "text": "Pressure to look happy every moment" }, { - "id": "b", - "text": "Something new" + "id": "a_schedule_with_no_breathing_room", + "text": "A schedule with no breathing room" + }, + { + "id": "spending_beyond_comfort", + "text": "Spending beyond comfort" + }, + { + "id": "comparing_it_with_other_couples", + "text": "Comparing it with other couples" + }, + { + "id": "turning_the_night_into_a_performance", + "text": "Turning the night into a performance" } ], "answer_config": { "options": [ { - "id": "a", - "text": "Something familiar" + "id": "pressure_to_look_happy_every_moment", + "text": "Pressure to look happy every moment" }, { - "id": "b", - "text": "Something new" + "id": "a_schedule_with_no_breathing_room", + "text": "A schedule with no breathing room" + }, + { + "id": "spending_beyond_comfort", + "text": "Spending beyond comfort" + }, + { + "id": "comparing_it_with_other_couples", + "text": "Comparing it with other couples" + }, + { + "id": "turning_the_night_into_a_performance", + "text": "Turning the night into a performance" } - ], - "optionA": "Something familiar", - "optionB": "Something new" - } + ] + }, + "access": "premium" }, { "id": "date_night_241", "category_id": "date_night", - "type": "written", - "text": "Name one date spot we should finally try.", + "type": "multi_choice", + "text": "Which rituals could mark the beginning of date night?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "written" + "rituals" + ], + "options": [ + { + "id": "play_one_shared_song", + "text": "Play one shared song" + }, + { + "id": "exchange_a_sincere_compliment", + "text": "Exchange a sincere compliment" + }, + { + "id": "put_phones_away_together", + "text": "Put phones away together" + }, + { + "id": "make_a_small_toast", + "text": "Make a small toast" + }, + { + "id": "ask_what_kind_of_night_each_person_needs", + "text": "Ask what kind of night each person needs" + } ], "answer_config": { - "min_length": 1, - "max_length": 500, - "placeholder": "Write a place or idea..." - } + "options": [ + { + "id": "play_one_shared_song", + "text": "Play one shared song" + }, + { + "id": "exchange_a_sincere_compliment", + "text": "Exchange a sincere compliment" + }, + { + "id": "put_phones_away_together", + "text": "Put phones away together" + }, + { + "id": "make_a_small_toast", + "text": "Make a small toast" + }, + { + "id": "ask_what_kind_of_night_each_person_needs", + "text": "Ask what kind of night each person needs" + } + ] + }, + "access": "premium" }, { "id": "date_night_242", "category_id": "date_night", - "type": "written", - "text": "What is a small date tradition you would like us to start?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "How can we make a favorite place feel new again?", + "depth": 3, "tags": [ - "date_night", - "written" + "favorite_place" + ], + "options": [ + { + "id": "order_something_different", + "text": "Order something different" + }, + { + "id": "go_at_another_time_of_day", + "text": "Go at another time of day" + }, + { + "id": "dress_for_a_different_mood", + "text": "Dress for a different mood" + }, + { + "id": "add_a_new_stop_nearby", + "text": "Add a new stop nearby" + }, + { + "id": "ask_a_question_tied_to_how_life_has_changed", + "text": "Ask a question tied to how life has changed" + } ], "answer_config": { - "min_length": 1, - "max_length": 500, - "placeholder": "Write the tradition..." - } + "options": [ + { + "id": "order_something_different", + "text": "Order something different" + }, + { + "id": "go_at_another_time_of_day", + "text": "Go at another time of day" + }, + { + "id": "dress_for_a_different_mood", + "text": "Dress for a different mood" + }, + { + "id": "add_a_new_stop_nearby", + "text": "Add a new stop nearby" + }, + { + "id": "ask_a_question_tied_to_how_life_has_changed", + "text": "Ask a question tied to how life has changed" + } + ] + }, + "access": "premium" }, { "id": "date_night_243", "category_id": "date_night", - "type": "written", - "text": "What is one date from our past you would happily repeat?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "Which small promises would strengthen date-night trust?", + "depth": 3, "tags": [ - "date_night", - "written" + "trust" + ], + "options": [ + { + "id": "i_will_be_honest_about_my_energy", + "text": "I will be honest about my energy" + }, + { + "id": "i_will_not_punish_a_rain_check", + "text": "I will not punish a rain check" + }, + { + "id": "i_will_notice_your_effort", + "text": "I will notice your effort" + }, + { + "id": "i_will_help_when_planning_becomes_heavy", + "text": "I will help when planning becomes heavy" + }, + { + "id": "i_will_make_room_for_simple_connection", + "text": "I will make room for simple connection" + } ], "answer_config": { - "min_length": 1, - "max_length": 500, - "placeholder": "Write the memory..." - } + "options": [ + { + "id": "i_will_be_honest_about_my_energy", + "text": "I will be honest about my energy" + }, + { + "id": "i_will_not_punish_a_rain_check", + "text": "I will not punish a rain check" + }, + { + "id": "i_will_notice_your_effort", + "text": "I will notice your effort" + }, + { + "id": "i_will_help_when_planning_becomes_heavy", + "text": "I will help when planning becomes heavy" + }, + { + "id": "i_will_make_room_for_simple_connection", + "text": "I will make room for simple connection" + } + ] + }, + "access": "premium" }, { "id": "date_night_244", "category_id": "date_night", - "type": "written", - "text": "Plan a simple date we could do this month.", + "type": "multi_choice", + "text": "What belongs in a date-night debrief that does not feel clinical?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "written" + "reflection" + ], + "options": [ + { + "id": "the_funniest_moment", + "text": "The funniest moment" + }, + { + "id": "something_that_surprised_us", + "text": "Something that surprised us" + }, + { + "id": "a_place_we_would_revisit", + "text": "A place we would revisit" + }, + { + "id": "one_thing_to_change_next_time", + "text": "One thing to change next time" + }, + { + "id": "the_next_idea_we_are_excited_about", + "text": "The next idea we are excited about" + } ], "answer_config": { - "min_length": 1, - "max_length": 500, - "placeholder": "Write the plan..." - } + "options": [ + { + "id": "the_funniest_moment", + "text": "The funniest moment" + }, + { + "id": "something_that_surprised_us", + "text": "Something that surprised us" + }, + { + "id": "a_place_we_would_revisit", + "text": "A place we would revisit" + }, + { + "id": "one_thing_to_change_next_time", + "text": "One thing to change next time" + }, + { + "id": "the_next_idea_we_are_excited_about", + "text": "The next idea we are excited about" + } + ] + }, + "access": "premium" }, { "id": "date_night_245", "category_id": "date_night", - "type": "written", - "text": "What would make our next stay-in date feel intentional?", - "depth": 2, - "access": "premium", + "type": "multi_choice", + "text": "Which forms of closeness can make a date complete?", + "depth": 3, "tags": [ - "date_night", - "written" + "closeness" + ], + "options": [ + { + "id": "affectionate_touch", + "text": "Affectionate touch" + }, + { + "id": "unhurried_conversation", + "text": "Unhurried conversation" + }, + { + "id": "shared_laughter", + "text": "Shared laughter" + }, + { + "id": "comfortable_quiet", + "text": "Comfortable quiet" + }, + { + "id": "a_plan_we_made_together", + "text": "A plan we made together" + } ], "answer_config": { - "min_length": 1, - "max_length": 500, - "placeholder": "Write your answer..." - } + "options": [ + { + "id": "affectionate_touch", + "text": "Affectionate touch" + }, + { + "id": "unhurried_conversation", + "text": "Unhurried conversation" + }, + { + "id": "shared_laughter", + "text": "Shared laughter" + }, + { + "id": "comfortable_quiet", + "text": "Comfortable quiet" + }, + { + "id": "a_plan_we_made_together", + "text": "A plan we made together" + } + ] + }, + "access": "premium" }, { "id": "date_night_246", "category_id": "date_night", - "type": "written", - "text": "What is one food or place that always feels like us?", - "depth": 2, - "access": "premium", + "type": "scale", + "text": "How often should date night feel like a protected ritual?", + "depth": 3, "tags": [ - "date_night", - "written" + "rituals" ], "answer_config": { - "min_length": 1, - "max_length": 500, - "placeholder": "Write your answer..." - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Only when life allows", + "maxLabel": "A regular priority" + }, + "access": "premium" }, { "id": "date_night_247", "category_id": "date_night", - "type": "written", - "text": "What is a date idea we keep mentioning but never book?", + "type": "scale", + "text": "How much reflection belongs after a date?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "written" + "reflection" ], "answer_config": { - "min_length": 1, - "max_length": 500, - "placeholder": "Write the idea..." - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Just enjoy the feeling", + "maxLabel": "Talk about what made it good" + }, + "access": "premium" }, { "id": "date_night_248", "category_id": "date_night", - "type": "written", - "text": "What would be a thoughtful surprise for our next date?", + "type": "scale", + "text": "How much novelty should our date routine include?", "depth": 2, - "access": "premium", "tags": [ - "date_night", - "written" + "novelty" ], "answer_config": { - "min_length": 1, - "max_length": 500, - "placeholder": "Write the surprise..." - } + "minScale": 1, + "maxScale": 5, + "minLabel": "Mostly beloved favorites", + "maxLabel": "Keep changing the formula" + }, + "access": "premium" }, { "id": "date_night_249", "category_id": "date_night", - "type": "written", - "text": "What is one thing I do on dates that you genuinely like?", - "depth": 3, - "access": "premium", + "type": "this_or_that", + "text": "Monthly signature date or seasonal grand date?", + "depth": 1, "tags": [ - "date_night", - "written" + "quick_choice" + ], + "options": [ + { + "id": "monthly_signature_date", + "text": "Monthly signature date" + }, + { + "id": "seasonal_grand_date", + "text": "Seasonal grand date" + } ], "answer_config": { - "min_length": 1, - "max_length": 500, - "placeholder": "Write your answer..." - } + "options": [ + { + "id": "monthly_signature_date", + "text": "Monthly signature date" + }, + { + "id": "seasonal_grand_date", + "text": "Seasonal grand date" + } + ], + "optionA": "Monthly signature date", + "optionB": "Seasonal grand date" + }, + "access": "premium" }, { "id": "date_night_250", "category_id": "date_night", - "type": "written", - "text": "What should our next date-night playlist be called?", - "depth": 3, - "access": "premium", + "type": "this_or_that", + "text": "End with a slow dance or a future-date promise?", + "depth": 1, "tags": [ - "date_night", - "written" + "quick_choice" + ], + "options": [ + { + "id": "a_slow_dance", + "text": "A slow dance" + }, + { + "id": "a_future_date_promise", + "text": "A future-date promise" + } ], "answer_config": { - "min_length": 1, - "max_length": 500, - "placeholder": "Write the title..." - } + "options": [ + { + "id": "a_slow_dance", + "text": "A slow dance" + }, + { + "id": "a_future_date_promise", + "text": "A future-date promise" + } + ], + "optionA": "A slow dance", + "optionB": "A future-date promise" + }, + "access": "premium" } ] }