w-aura/src/components/ChatsPath/data/yourGoalAnswers.ts
Daniil Chemerkin 6ffd5b542c Develop
2024-12-26 10:42:06 +00:00

132 lines
3.3 KiB
TypeScript

import { IAnswer } from ".";
export const yourGoalAnswers: Record<string, IAnswer[]> = {
about_ex: [
{
id: 1,
value: "back_together",
name: "/quiz/yourGoal.answer_1",
questionId: "yourGoal",
},
{
id: 2,
value: "ex_still_feelings",
name: "/quiz/yourGoal.answer_2",
questionId: "yourGoal",
},
{
id: 3,
value: "ex_has_someone_else",
name: "/quiz/yourGoal.answer_3",
questionId: "yourGoal",
},
{
id: 4,
value: "move_on_after_breakup",
name: "/quiz/yourGoal.answer_4",
questionId: "yourGoal",
},
{
id: 5,
value: "other",
name: "/quiz/yourGoal.answer_5",
questionId: "yourGoal",
},
],
give_advice: [
{
id: 1,
value: "improve_relationship",
name: "/quiz/yourGoal.answer_6",
questionId: "yourGoal",
},
{
id: 2,
value: "find_soulmate",
name: "/quiz/yourGoal.answer_7",
questionId: "yourGoal",
},
{
id: 3,
value: "check_compatibility",
name: "/quiz/yourGoal.answer_8",
questionId: "yourGoal",
},
{
id: 4,
value: "heal_from_heartbreak",
name: "/quiz/yourGoal.answer_9",
questionId: "yourGoal",
},
{
id: 5,
value: "other",
name: "/quiz/yourGoal.answer_5",
questionId: "yourGoal",
},
],
give_guidance: [
{
id: 1,
value: "get_advice",
name: "/quiz/yourGoal.answer_10",
questionId: "yourGoal",
},
{
id: 2,
value: "find_clarity",
name: "/quiz/yourGoal.answer_11",
questionId: "yourGoal",
},
{
id: 3,
value: "receive_insights",
name: "/quiz/yourGoal.answer_12",
questionId: "yourGoal",
},
{
id: 4,
value: "understanding_support",
name: "/quiz/yourGoal.answer_13",
questionId: "yourGoal",
},
{
id: 5,
value: "other",
name: "/quiz/yourGoal.answer_5",
questionId: "yourGoal",
},
],
all: [
{
id: 1,
value: "we_can_back_together",
name: "/quiz/yourGoal.answer_14",
questionId: "yourGoal",
},
{
id: 2,
value: "get_clarity",
name: "/quiz/yourGoal.answer_15",
questionId: "yourGoal",
},
{
id: 3,
value: "explore_future_relationship",
name: "/quiz/yourGoal.answer_16",
questionId: "yourGoal",
},
{
id: 4,
value: "discover_myself",
name: "/quiz/yourGoal.answer_17",
questionId: "yourGoal",
},
{
id: 5,
value: "other",
name: "/quiz/yourGoal.answer_5",
questionId: "yourGoal",
},
],
}