DeadPool1236 commited on
Commit
f1eebfe
·
verified ·
1 Parent(s): 51588d2

Upload Question.json

Browse files
Files changed (1) hide show
  1. DataSet/Question.json +102 -0
DataSet/Question.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": 1,
4
+ "category": "Symptoms",
5
+ "question": "What are the earliest warning signs of breast cancer?"
6
+ },
7
+ {
8
+ "id": 2,
9
+ "category": "Symptoms",
10
+ "question": "Does breast pain always mean I have breast cancer?"
11
+ },
12
+ {
13
+ "id": 3,
14
+ "category": "Diagnosis",
15
+ "question": "How is breast cancer diagnosed through mammograms and biopsies?"
16
+ },
17
+ {
18
+ "id": 4,
19
+ "category": "Diagnosis",
20
+ "question": "Can breast cancer be detected without a lump?"
21
+ },
22
+ {
23
+ "id": 5,
24
+ "category": "Treatment",
25
+ "question": "What are the common side effects of chemotherapy for breast cancer?"
26
+ },
27
+ {
28
+ "id": 6,
29
+ "category": "Treatment",
30
+ "question": "Is radiation therapy painful for breast cancer patients?"
31
+ },
32
+ {
33
+ "id": 7,
34
+ "category": "Fertility & Pregnancy",
35
+ "question": "Can I get pregnant after completing breast cancer treatment?"
36
+ },
37
+ {
38
+ "id": 8,
39
+ "category": "Fertility & Pregnancy",
40
+ "question": "Is it safe to undergo IVF after breast cancer?"
41
+ },
42
+ {
43
+ "id": 9,
44
+ "category": "Lactation",
45
+ "question": "Can I breastfeed after having breast cancer surgery?"
46
+ },
47
+ {
48
+ "id": 10,
49
+ "category": "Lactation",
50
+ "question": "Does breastfeeding reduce the risk of developing breast cancer?"
51
+ },
52
+ {
53
+ "id": 11,
54
+ "category": "Recovery",
55
+ "question": "What type of exercises help after breast surgery for faster recovery?"
56
+ },
57
+ {
58
+ "id": 12,
59
+ "category": "Recovery",
60
+ "question": "How long does it take to recover fully after mastectomy?"
61
+ },
62
+ {
63
+ "id": 13,
64
+ "category": "Lifestyle",
65
+ "question": "What foods should I eat or avoid during breast cancer treatment?"
66
+ },
67
+ {
68
+ "id": 14,
69
+ "category": "Lifestyle",
70
+ "question": "Does regular exercise reduce the risk of breast cancer recurrence?"
71
+ },
72
+ {
73
+ "id": 15,
74
+ "category": "Emotional Support",
75
+ "question": "How can I manage anxiety and fear after a breast cancer diagnosis?"
76
+ },
77
+ {
78
+ "id": 16,
79
+ "category": "Emotional Support",
80
+ "question": "What support groups or counseling options are helpful for breast cancer survivors?"
81
+ },
82
+ {
83
+ "id": 17,
84
+ "category": "Post-Treatment",
85
+ "question": "What follow-up tests are recommended after completing breast cancer treatment?"
86
+ },
87
+ {
88
+ "id": 18,
89
+ "category": "Post-Treatment",
90
+ "question": "Can breast cancer come back after successful treatment?"
91
+ },
92
+ {
93
+ "id": 19,
94
+ "category": "Long-Term Health",
95
+ "question": "How can I strengthen my immune system after breast cancer treatment?"
96
+ },
97
+ {
98
+ "id": 20,
99
+ "category": "Long-Term Health",
100
+ "question": "Are there any long-term side effects of breast cancer medication?"
101
+ }
102
+ ]