Phoenix21 commited on
Commit
d702602
·
verified ·
1 Parent(s): 3bbc9f7

Create questions.py

Browse files
Files changed (1) hide show
  1. questions.py +13 -0
questions.py ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # questions.py
2
+ questions = [
3
+ "How many hours of sleep do you get each night?",
4
+ "How often do you exercise in a week?",
5
+ "What is your current stress level on a scale from 1 to 10?",
6
+ "What are your primary wellness goals?",
7
+ "Do you follow any specific diet or have any dietary restrictions?",
8
+ "How would you describe your current eating habits?",
9
+ "How much time do you spend on relaxation or mindfulness activities daily?",
10
+ "Do you experience any recurring health issues or pain?",
11
+ "How do you manage stress on a daily basis?",
12
+ "What does your typical daily routine look like?"
13
+ ]