athena-xai-chat 1.0.78 → 1.0.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,313 @@
1
+ const e = [
2
+ {
3
+ id: "general",
4
+ title: "Valentine's Day – Survey",
5
+ opening_message: `Find your #LoveLanguageAtManor
6
+ Welche Sprache der Liebe spricht dein Lieblingsmensch?
7
+ Finde es mit nur 5 Fragen heraus und entdecke das perfekte Valentinstagsgeschenk!
8
+ (Pro Frage ist nur eine Antwort möglich.)`,
9
+ start_node: "quiz.q1",
10
+ finish_when: [
11
+ "quiz.q1",
12
+ "quiz.q3",
13
+ "quiz.q5",
14
+ "quiz.q7",
15
+ "quiz.q8"
16
+ ],
17
+ derive: [],
18
+ nodes: [
19
+ {
20
+ id: "quiz.q1",
21
+ type: "question",
22
+ text_variants: [
23
+ "Was zaubert deinem Herzensmenschen im Alltag am ehesten ein Lächeln ins Gesicht?"
24
+ ],
25
+ input: {
26
+ kind: "single_choice"
27
+ },
28
+ options: [
29
+ {
30
+ id: "q1_words_of_affirmation",
31
+ label: "Ein ehrliches Kompliment oder eine liebe Nachricht",
32
+ follow_ups: [],
33
+ next: "quiz.q3",
34
+ tag: "words_of_affirmation",
35
+ set: {
36
+ "quiz.q1": "words_of_affirmation"
37
+ }
38
+ },
39
+ {
40
+ id: "q1_quality_time",
41
+ label: "Wenn ihr bewusst Zeit miteinander verbringt",
42
+ follow_ups: [],
43
+ next: "quiz.q3",
44
+ tag: "quality_time",
45
+ set: {
46
+ "quiz.q1": "quality_time"
47
+ }
48
+ },
49
+ {
50
+ id: "q1_gifts",
51
+ label: "Ein kleines Geschenk",
52
+ follow_ups: [],
53
+ next: "quiz.q3",
54
+ tag: "receiving_gifts",
55
+ set: {
56
+ "quiz.q1": "receiving_gifts"
57
+ }
58
+ },
59
+ {
60
+ id: "q1_acts_of_service",
61
+ label: "Wenn du ihr/ihm etwas abnimmst oder hilfst",
62
+ follow_ups: [],
63
+ next: "quiz.q3",
64
+ tag: "acts_of_service",
65
+ set: {
66
+ "quiz.q1": "acts_of_service"
67
+ }
68
+ },
69
+ {
70
+ id: "q1_physical_touch",
71
+ label: "Eine spontane Umarmung",
72
+ follow_ups: [],
73
+ next: "quiz.q3",
74
+ tag: "physical_touch",
75
+ set: {
76
+ "quiz.q1": "physical_touch"
77
+ }
78
+ }
79
+ ]
80
+ },
81
+ {
82
+ id: "quiz.q3",
83
+ type: "question",
84
+ text_variants: [
85
+ "Ihr verbringt gemeinsam einen Tag in der Stadt. Was macht deiner Herzensperson am meisten Freude?"
86
+ ],
87
+ input: {
88
+ kind: "single_choice"
89
+ },
90
+ options: [
91
+ {
92
+ id: "q3_gifts",
93
+ label: "Gemeinsam stöbern und sich kleine Dinge mit Bedeutung aussuchen",
94
+ follow_ups: [],
95
+ next: "quiz.q5",
96
+ tag: "receiving_gifts",
97
+ set: {
98
+ "quiz.q3": "receiving_gifts"
99
+ }
100
+ },
101
+ {
102
+ id: "q3_quality_time",
103
+ label: "Sich Zeit nehmen, Kaffee trinken und einfach zusammen sein",
104
+ follow_ups: [],
105
+ next: "quiz.q5",
106
+ tag: "quality_time",
107
+ set: {
108
+ "quiz.q3": "quality_time"
109
+ }
110
+ },
111
+ {
112
+ id: "q3_words_of_affirmation",
113
+ label: "Viel reden, lachen und sich alles erzählen",
114
+ follow_ups: [],
115
+ next: "quiz.q5",
116
+ tag: "words_of_affirmation",
117
+ set: {
118
+ "quiz.q3": "words_of_affirmation"
119
+ }
120
+ },
121
+ {
122
+ id: "q3_acts_of_service",
123
+ label: "Alles gut planen, Entscheidungen abnehmen",
124
+ follow_ups: [],
125
+ next: "quiz.q5",
126
+ tag: "acts_of_service",
127
+ set: {
128
+ "quiz.q3": "acts_of_service"
129
+ }
130
+ },
131
+ {
132
+ id: "q3_physical_touch",
133
+ label: "Händchen halten, Umarmungen und Nähe",
134
+ follow_ups: [],
135
+ next: "quiz.q5",
136
+ tag: "physical_touch",
137
+ set: {
138
+ "quiz.q3": "physical_touch"
139
+ }
140
+ }
141
+ ]
142
+ },
143
+ {
144
+ id: "quiz.q5",
145
+ type: "question",
146
+ text_variants: [
147
+ "Welche Aussage gefällt deinem Lieblingsmensch am besten?"
148
+ ],
149
+ input: {
150
+ kind: "single_choice"
151
+ },
152
+ options: [
153
+ {
154
+ id: "q5_gifts",
155
+ label: "«Ich habe hier was für dich.»",
156
+ follow_ups: [],
157
+ next: "quiz.q7",
158
+ tag: "receiving_gifts",
159
+ set: {
160
+ "quiz.q5": "receiving_gifts"
161
+ }
162
+ },
163
+ {
164
+ id: "q5_quality_time",
165
+ label: "«Nur wir zwei, in unserer Bubble.»",
166
+ follow_ups: [],
167
+ next: "quiz.q7",
168
+ tag: "quality_time",
169
+ set: {
170
+ "quiz.q5": "quality_time"
171
+ }
172
+ },
173
+ {
174
+ id: "q5_words_of_affirmation",
175
+ label: "«Ich schätze an dir, wie du… .»",
176
+ follow_ups: [],
177
+ next: "quiz.q7",
178
+ tag: "words_of_affirmation",
179
+ set: {
180
+ "quiz.q5": "words_of_affirmation"
181
+ }
182
+ },
183
+ {
184
+ id: "q5_acts_of_service",
185
+ label: "«Ich bin für dich da.»",
186
+ follow_ups: [],
187
+ next: "quiz.q7",
188
+ tag: "acts_of_service",
189
+ set: {
190
+ "quiz.q5": "acts_of_service"
191
+ }
192
+ },
193
+ {
194
+ id: "q5_physical_touch",
195
+ label: "«Ich spüre dich.»",
196
+ follow_ups: [],
197
+ next: "quiz.q7",
198
+ tag: "physical_touch",
199
+ set: {
200
+ "quiz.q5": "physical_touch"
201
+ }
202
+ }
203
+ ]
204
+ },
205
+ {
206
+ id: "quiz.q7",
207
+ type: "question",
208
+ text_variants: [
209
+ "Für wen ist dein Geschenk gedacht?"
210
+ ],
211
+ input: {
212
+ kind: "single_choice"
213
+ },
214
+ options: [
215
+ {
216
+ id: "q7_eine_frau",
217
+ label: "Eine Frau",
218
+ follow_ups: [],
219
+ next: "quiz.q8",
220
+ set: {
221
+ "quiz.q7": "female"
222
+ }
223
+ },
224
+ {
225
+ id: "q7_einen_mann",
226
+ label: "Einen Mann",
227
+ follow_ups: [],
228
+ next: "quiz.q8",
229
+ set: {
230
+ "quiz.q7": "male"
231
+ }
232
+ },
233
+ {
234
+ id: "q7_alle_geschenkideen_zeigen",
235
+ label: "Alle Geschenkideen zeigen",
236
+ follow_ups: [],
237
+ next: "quiz.q8",
238
+ set: {
239
+ "quiz.q7": "all"
240
+ }
241
+ }
242
+ ]
243
+ },
244
+ {
245
+ id: "quiz.q8",
246
+ type: "question",
247
+ text_variants: [
248
+ "Wie hoch ist dein Budget?"
249
+ ],
250
+ input: {
251
+ kind: "single_choice"
252
+ },
253
+ options: [
254
+ {
255
+ id: "q8_0_20",
256
+ label: "Unter 20 CHF",
257
+ follow_ups: [],
258
+ next: "quiz.end",
259
+ set: {
260
+ "quiz.q8": "0-20"
261
+ }
262
+ },
263
+ {
264
+ id: "q8_20_50",
265
+ label: "CHF 20 bis 50",
266
+ follow_ups: [],
267
+ next: "quiz.end",
268
+ set: {
269
+ "quiz.q8": "20-50"
270
+ }
271
+ },
272
+ {
273
+ id: "q8_50_100",
274
+ label: "CHF 50 bis 100",
275
+ follow_ups: [],
276
+ next: "quiz.end",
277
+ set: {
278
+ "quiz.q8": "50-100"
279
+ }
280
+ },
281
+ {
282
+ id: "q8_100_",
283
+ label: "Über CHF 100",
284
+ follow_ups: [],
285
+ next: "quiz.end",
286
+ set: {
287
+ "quiz.q8": "100+"
288
+ }
289
+ },
290
+ {
291
+ id: "q8_alle_geschenkideen_ansehen",
292
+ label: "Alle Geschenkideen ansehen",
293
+ follow_ups: [],
294
+ next: "quiz.end",
295
+ set: {
296
+ "quiz.q8": "all"
297
+ }
298
+ }
299
+ ]
300
+ },
301
+ {
302
+ id: "quiz.end",
303
+ type: "end",
304
+ text_variants: [
305
+ "Danke! Deine Geschenkideen sind gleich bereit."
306
+ ]
307
+ }
308
+ ]
309
+ }
310
+ ];
311
+ export {
312
+ e as default
313
+ };
@@ -0,0 +1,313 @@
1
+ const e = [
2
+ {
3
+ id: "general",
4
+ title: "Valentine's Day – Questionnaire",
5
+ opening_message: `Find your #LoveLanguageAtManor
6
+ What love language does your loved one speak?
7
+ Find out with just 5 questions and find the perfect Valentine's Day gift!
8
+ (Only one answer is possible for each question.)`,
9
+ start_node: "quiz.q1",
10
+ finish_when: [
11
+ "quiz.q1",
12
+ "quiz.q3",
13
+ "quiz.q5",
14
+ "quiz.q7",
15
+ "quiz.q8"
16
+ ],
17
+ derive: [],
18
+ nodes: [
19
+ {
20
+ id: "quiz.q1",
21
+ type: "question",
22
+ text_variants: [
23
+ "What makes your loved one smile the most every day?"
24
+ ],
25
+ input: {
26
+ kind: "single_choice"
27
+ },
28
+ options: [
29
+ {
30
+ id: "q1_words_of_affirmation",
31
+ label: "A sincere compliment or a sweet message",
32
+ follow_ups: [],
33
+ next: "quiz.q3",
34
+ tag: "words_of_affirmation",
35
+ set: {
36
+ "quiz.q1": "words_of_affirmation"
37
+ }
38
+ },
39
+ {
40
+ id: "q1_quality_time",
41
+ label: "Special moments spent together",
42
+ follow_ups: [],
43
+ next: "quiz.q3",
44
+ tag: "quality_time",
45
+ set: {
46
+ "quiz.q1": "quality_time"
47
+ }
48
+ },
49
+ {
50
+ id: "q1_gifts",
51
+ label: "A little something to offer",
52
+ follow_ups: [],
53
+ next: "quiz.q3",
54
+ tag: "gifts",
55
+ set: {
56
+ "quiz.q1": "gifts"
57
+ }
58
+ },
59
+ {
60
+ id: "q1_acts_of_service",
61
+ label: "When you offer him your help or support",
62
+ follow_ups: [],
63
+ next: "quiz.q3",
64
+ tag: "acts_of_service",
65
+ set: {
66
+ "quiz.q1": "acts_of_service"
67
+ }
68
+ },
69
+ {
70
+ id: "q1_physical_touch",
71
+ label: "A spontaneous hug",
72
+ follow_ups: [],
73
+ next: "quiz.q3",
74
+ tag: "physical_touch",
75
+ set: {
76
+ "quiz.q1": "physical_touch"
77
+ }
78
+ }
79
+ ]
80
+ },
81
+ {
82
+ id: "quiz.q3",
83
+ type: "question",
84
+ text_variants: [
85
+ "You spend a day together in the city. What would make the person who matters to you happiest?"
86
+ ],
87
+ input: {
88
+ kind: "single_choice"
89
+ },
90
+ options: [
91
+ {
92
+ id: "q3_gifts",
93
+ label: "Strolling together and choosing meaningful little gifts",
94
+ follow_ups: [],
95
+ next: "quiz.q5",
96
+ tag: "gifts",
97
+ set: {
98
+ "quiz.q3": "gifts"
99
+ }
100
+ },
101
+ {
102
+ id: "q3_quality_time",
103
+ label: "Take your time, have a coffee, and spend time together.",
104
+ follow_ups: [],
105
+ next: "quiz.q5",
106
+ tag: "quality_time",
107
+ set: {
108
+ "quiz.q3": "quality_time"
109
+ }
110
+ },
111
+ {
112
+ id: "q3_words_of_affirmation",
113
+ label: "Talking a lot, laughing, and telling each other everything",
114
+ follow_ups: [],
115
+ next: "quiz.q5",
116
+ tag: "words_of_affirmation",
117
+ set: {
118
+ "quiz.q3": "words_of_affirmation"
119
+ }
120
+ },
121
+ {
122
+ id: "q3_acts_of_service",
123
+ label: "Plan everything, make decisions",
124
+ follow_ups: [],
125
+ next: "quiz.q5",
126
+ tag: "acts_of_service",
127
+ set: {
128
+ "quiz.q3": "acts_of_service"
129
+ }
130
+ },
131
+ {
132
+ id: "q3_physical_touch",
133
+ label: "Hold hands, hug each other, get closer",
134
+ follow_ups: [],
135
+ next: "quiz.q5",
136
+ tag: "physical_touch",
137
+ set: {
138
+ "quiz.q3": "physical_touch"
139
+ }
140
+ }
141
+ ]
142
+ },
143
+ {
144
+ id: "quiz.q5",
145
+ type: "question",
146
+ text_variants: [
147
+ "What phrase would touch the person who matters most to you the most?"
148
+ ],
149
+ input: {
150
+ kind: "single_choice"
151
+ },
152
+ options: [
153
+ {
154
+ id: "q5_gifts",
155
+ label: "“I have something for you.”",
156
+ follow_ups: [],
157
+ next: "quiz.q7",
158
+ tag: "gifts",
159
+ set: {
160
+ "quiz.q5": "gifts"
161
+ }
162
+ },
163
+ {
164
+ id: "q5_quality_time",
165
+ label: "“Just the two of us, in our own little world.”",
166
+ follow_ups: [],
167
+ next: "quiz.q7",
168
+ tag: "quality_time",
169
+ set: {
170
+ "quiz.q5": "quality_time"
171
+ }
172
+ },
173
+ {
174
+ id: "q5_words_of_affirmation",
175
+ label: "“I appreciate the way you...”",
176
+ follow_ups: [],
177
+ next: "quiz.q7",
178
+ tag: "words_of_affirmation",
179
+ set: {
180
+ "quiz.q5": "words_of_affirmation"
181
+ }
182
+ },
183
+ {
184
+ id: "q5_acts_of_service",
185
+ label: "“I'm here for you.”",
186
+ follow_ups: [],
187
+ next: "quiz.q7",
188
+ tag: "acts_of_service",
189
+ set: {
190
+ "quiz.q5": "acts_of_service"
191
+ }
192
+ },
193
+ {
194
+ id: "q5_physical_touch",
195
+ label: "“I love feeling you close to me.”",
196
+ follow_ups: [],
197
+ next: "quiz.q7",
198
+ tag: "physical_touch",
199
+ set: {
200
+ "quiz.q5": "physical_touch"
201
+ }
202
+ }
203
+ ]
204
+ },
205
+ {
206
+ id: "quiz.q7",
207
+ type: "question",
208
+ text_variants: [
209
+ "Who is your gift for?"
210
+ ],
211
+ input: {
212
+ kind: "single_choice"
213
+ },
214
+ options: [
215
+ {
216
+ id: "q7_woman",
217
+ label: "A woman",
218
+ follow_ups: [],
219
+ next: "quiz.q8",
220
+ set: {
221
+ "quiz.q7": "female"
222
+ }
223
+ },
224
+ {
225
+ id: "q7_man",
226
+ label: "A man",
227
+ follow_ups: [],
228
+ next: "quiz.q8",
229
+ set: {
230
+ "quiz.q7": "male"
231
+ }
232
+ },
233
+ {
234
+ id: "q7_all",
235
+ label: "See all gift ideas",
236
+ follow_ups: [],
237
+ next: "quiz.q8",
238
+ set: {
239
+ "quiz.q7": "all"
240
+ }
241
+ }
242
+ ]
243
+ },
244
+ {
245
+ id: "quiz.q8",
246
+ type: "question",
247
+ text_variants: [
248
+ "What is your budget?"
249
+ ],
250
+ input: {
251
+ kind: "single_choice"
252
+ },
253
+ options: [
254
+ {
255
+ id: "q8_0_20",
256
+ label: "Under 20 CHF",
257
+ follow_ups: [],
258
+ next: "quiz.end",
259
+ set: {
260
+ "quiz.q8": "0-20"
261
+ }
262
+ },
263
+ {
264
+ id: "q8_20_50",
265
+ label: "20 - 50 CHF",
266
+ follow_ups: [],
267
+ next: "quiz.end",
268
+ set: {
269
+ "quiz.q8": "20-50"
270
+ }
271
+ },
272
+ {
273
+ id: "q8_50_100",
274
+ label: "50 - 100 CHF",
275
+ follow_ups: [],
276
+ next: "quiz.end",
277
+ set: {
278
+ "quiz.q8": "50-100"
279
+ }
280
+ },
281
+ {
282
+ id: "q8_100_",
283
+ label: "Over 100 CHF",
284
+ follow_ups: [],
285
+ next: "quiz.end",
286
+ set: {
287
+ "quiz.q8": "100+"
288
+ }
289
+ },
290
+ {
291
+ id: "q8_vedi_tutte_le_idee_regalo",
292
+ label: "See all gift ideas",
293
+ follow_ups: [],
294
+ next: "quiz.end",
295
+ set: {
296
+ "quiz.q8": "all"
297
+ }
298
+ }
299
+ ]
300
+ },
301
+ {
302
+ id: "quiz.end",
303
+ type: "end",
304
+ text_variants: [
305
+ "Thank you! Your gift ideas are almost ready."
306
+ ]
307
+ }
308
+ ]
309
+ }
310
+ ];
311
+ export {
312
+ e as default
313
+ };