-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestions.json
More file actions
44 lines (44 loc) · 1.09 KB
/
questions.json
File metadata and controls
44 lines (44 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"questions": [
{
"id": "challenge",
"phase": "qualify",
"question": "What's your primary business challenge right now?",
"purpose": "Identify pain point and urgency",
"weight": 2
},
{
"id": "team_size",
"phase": "qualify",
"question": "How large is your team?",
"purpose": "Determine company size and fit",
"weight": 1
},
{
"id": "timeline",
"phase": "qualify",
"question": "What's your timeline for solving this?",
"purpose": "Gauge urgency and decision readiness",
"weight": 2
},
{
"id": "budget",
"phase": "qualify",
"question": "Do you have a budget allocated for this?",
"purpose": "Budget qualification",
"weight": 3
},
{
"id": "previous_solutions",
"phase": "qualify",
"question": "What solutions have you tried before?",
"purpose": "Understand experience and expectations",
"weight": 1
}
],
"settings": {
"ask_one_at_a_time": true,
"embed_naturally": true,
"min_messages_before_extract": 8
}
}