igortech commited on
Commit
8885a6f
·
verified ·
1 Parent(s): 116ad34

Update quotes.json

Browse files
Files changed (1) hide show
  1. quotes.json +33 -69
quotes.json CHANGED
@@ -1,76 +1,40 @@
1
- {
2
- "Food": [
3
- {
4
- "quote": "My name is Sarah. I studied at NYU, and one of my favorite things was the variety in the cafeteria. There were healthy meals every day, but sometimes the lines were too long and the food could get a little repetitive."
5
- },
6
- {
7
- "quote": "I'm Jake from Rutgers. The dining hall pizza was surprisingly good, but I wish there were more vegetarian options during late-night hours."
8
- },
9
- {
10
- "quote": "I’m Emily, and I went to UT Austin. Food trucks near campus were fantastic and affordable, but inside the university cafeteria, prices were higher than expected."
11
- },
12
- {
13
- "quote": "Hi, I’m Lucas from Michigan. The salad bar was fresh and varied, but the hot food section often served the same dishes over and over."
14
- },
15
- {
16
- "quote": "My name is Ana, I studied at Florida State. I loved the international food festivals, though I found the portion sizes in the cafeteria a bit small."
17
- }
18
  ],
19
- "Housing": [
20
- {
21
- "quote": "I'm Alex, a graduate from UCLA. Living in the dorms was convenient and helped me make friends quickly. However, the rooms were small and expensive compared to off-campus housing."
22
- },
23
- {
24
- "quote": "I’m Grace from Wisconsin. The first-year dorms were close to classes, but older buildings had issues with heating in the winter."
25
- },
26
- {
27
- "quote": "Hi, I’m Omar. At Arizona State, apartment-style housing gave me independence, but maintenance requests took forever to be resolved."
28
- },
29
- {
30
- "quote": "I’m Lily from Cornell. My dorm had great community spirit, though the bathrooms were shared and often crowded in the mornings."
31
- }
32
  ],
33
- "Professors": [
34
- {
35
- "quote": "Hi, I’m Priya, an alumna of Michigan State. Professors were passionate and approachable, especially in smaller classes. In some large lectures though, it was easy to feel lost and overlooked."
36
- },
37
- {
38
- "quote": "I’m Daniel from Purdue. My computer science professors were industry experts, but sometimes their teaching style assumed too much prior knowledge."
39
- },
40
- {
41
- "quote": "My name is Zoe from Penn State. I appreciated how professors offered extra office hours before exams, though some graded harshly without clear rubrics."
42
- },
43
- {
44
- "quote": "I’m Marcus, a graduate from Duke. The professors were knowledgeable, but a few seemed more focused on research than on teaching."
45
- }
46
  ],
47
- "Social Life": [
48
- {
49
- "quote": "My name is Daniel, I went to Ohio State. The social life was vibrant—clubs, sports, concerts everywhere. Still, it sometimes felt overwhelming to balance fun with academics."
50
- },
51
- {
52
- "quote": "I’m Hannah from UNC. There were plenty of volunteer groups to join, which made it easy to meet people beyond my major."
53
- },
54
- {
55
- "quote": "I’m Chris from Indiana University. The nightlife was exciting, but not everyone wanted to party, and quieter events were harder to find."
56
- },
57
- {
58
- "quote": "I’m Sophia from UC Berkeley. Student organizations were diverse and welcoming, but leadership roles were competitive to get into."
59
- }
60
  ],
61
- "Career Services": [
62
- {
63
- "quote": "I’m Maria from Georgetown. Career Services helped me polish my resume and connect with alumni. But the career fairs were crowded, and sometimes only big companies were represented."
64
- },
65
- {
66
- "quote": "I’m Ethan from Stanford. The mock interviews offered by Career Services were invaluable, though internship postings favored engineering majors."
67
- },
68
- {
69
- "quote": "I’m Mia from Boston University. They had a helpful career counseling staff, but appointments filled up weeks in advance."
70
- },
71
- {
72
- "quote": "I’m Noah from Northwestern. Career Services had good connections with consulting firms, but less support for creative fields like design."
73
- }
74
  ],
75
  "staged_responses": []
76
  }
 
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
  }