igortech commited on
Commit
008c040
·
verified ·
1 Parent(s): 339b253

Upload quotes.json

Browse files
Files changed (1) hide show
  1. quotes.json +40 -0
quotes.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ {
3
+ "food": [
4
+ {"quote": "The dining hall serves a variety of meals every day."},
5
+ {"quote": "Students often complain about the high price of coffee on campus."},
6
+ {"quote": "The campus café is a popular place for late-night study snacks."},
7
+ {"quote": "Pizza is the most requested item during student events."},
8
+ {"quote": "Vegan and vegetarian options are available in the cafeteria."},
9
+ {"quote": "Many students prefer ordering food from nearby restaurants instead of the dining hall."}
10
+ ],
11
+ "housing": [
12
+ {"quote": "On-campus housing is limited, so apply early."},
13
+ {"quote": "Dorms have strict quiet hours after 10 PM."},
14
+ {"quote": "Shared kitchens are available but often crowded."},
15
+ {"quote": "Some dorms are newly renovated with modern facilities."},
16
+ {"quote": "Most students move off-campus after their first year."}
17
+ ],
18
+ "professors": [
19
+ {"quote": "Professors are approachable during office hours."},
20
+ {"quote": "Some classes are lecture-heavy, while others are more discussion-based."},
21
+ {"quote": "Faculty members encourage research participation."},
22
+ {"quote": "Certain professors are known for giving tough exams."},
23
+ {"quote": "Students value professors who integrate real-world examples into lectures."}
24
+ ],
25
+ "clubs": [
26
+ {"quote": "There are over 150 student-run clubs on campus."},
27
+ {"quote": "The debate club regularly competes in national tournaments."},
28
+ {"quote": "Cultural clubs host food festivals throughout the year."},
29
+ {"quote": "Sports clubs are open to beginners as well as advanced players."},
30
+ {"quote": "The robotics club has won several innovation awards."}
31
+ ],
32
+ "events": [
33
+ {"quote": "Homecoming is the biggest annual event on campus."},
34
+ {"quote": "The spring music festival attracts local bands."},
35
+ {"quote": "Career fairs are held twice a year with dozens of employers."},
36
+ {"quote": "Workshops and guest lectures happen almost weekly."},
37
+ {"quote": "Pizza nights are a favorite tradition during finals week."}
38
+ ],
39
+ "staged_responses": []
40
+ }