-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivities.json
More file actions
80 lines (80 loc) · 2.23 KB
/
activities.json
File metadata and controls
80 lines (80 loc) · 2.23 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"Chess Club": {
"description": "Learn strategies and compete in chess tournaments",
"schedule": "Fridays, 3:30 PM - 5:00 PM",
"max_participants": 12,
"participants": [
"michael@mergington.edu",
"daniel@mergington.edu"
]
},
"Programming Class": {
"description": "Learn programming fundamentals and build software projects",
"schedule": "Tuesdays and Thursdays, 3:30 PM - 4:30 PM",
"max_participants": 20,
"participants": [
"emma@mergington.edu",
"sophia@mergington.edu"
]
},
"Gym Class": {
"description": "Physical education and sports activities",
"schedule": "Mondays, Wednesdays, Fridays, 2:00 PM - 3:00 PM",
"max_participants": 30,
"participants": [
"john@mergington.edu",
"olivia@mergington.edu"
]
},
"Soccer Team": {
"description": "Practice and compete in interschool soccer matches",
"schedule": "Tuesdays and Thursdays, 4:00 PM - 5:30 PM",
"max_participants": 25,
"participants": [
"alex@mergington.edu",
"mia@mergington.edu"
]
},
"Swimming Club": {
"description": "Swimming lessons and competitive training",
"schedule": "Wednesdays, 3:30 PM - 5:00 PM",
"max_participants": 15,
"participants": [
"lucas@mergington.edu"
]
},
"Art Studio": {
"description": "Explore painting, drawing, and mixed media art",
"schedule": "Mondays, 3:30 PM - 5:00 PM",
"max_participants": 18,
"participants": [
"isabella@mergington.edu",
"ava@mergington.edu"
]
},
"Drama Club": {
"description": "Acting, theater production, and performance arts",
"schedule": "Thursdays, 4:00 PM - 6:00 PM",
"max_participants": 20,
"participants": [
"noah@mergington.edu"
]
},
"Debate Team": {
"description": "Develop critical thinking and public speaking skills",
"schedule": "Wednesdays, 3:30 PM - 5:00 PM",
"max_participants": 16,
"participants": [
"liam@mergington.edu",
"charlotte@mergington.edu"
]
},
"Science Olympiad": {
"description": "Compete in science and engineering challenges",
"schedule": "Fridays, 3:30 PM - 5:30 PM",
"max_participants": 15,
"participants": [
"ethan@mergington.edu"
]
}
}