-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdectquiz.kv
321 lines (268 loc) · 9.1 KB
/
dectquiz.kv
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
#:import utils kivy.utils
<CustomButton@Button>:
background_color: 0, 0, 0, 0
canvas.before:
Color:
rgba: (0.2, 0.6, 1, 1) if self.state == 'normal' else (0.1, 0.5, 0.9, 1)
RoundedRectangle:
pos: self.pos
size: self.size
radius: [10,]
<NavigationButton@CustomButton>:
size_hint_y: 0.1
font_size: '18sp'
<HomeScreen>:
canvas.before:
Color:
rgba: utils.get_color_from_hex('#f0f0f0')
Rectangle:
pos: self.pos
size: self.size
BoxLayout:
orientation: 'vertical'
padding: dp(20)
spacing: dp(20)
Label:
text: 'Welcome to DCET Quiz'
font_size: '32sp'
color: utils.get_color_from_hex('#333333')
size_hint_y: 0.1
valign: 'middle'
Image:
source: './data/image.png' # Add your logo image
size_hint: 0.5, 0.4
pos_hint: {'center_x': 0.5}
NavigationButton:
text: 'Start Quiz'
on_release: app.root.current = 'start_quiz'
NavigationButton:
text: 'About'
on_release: app.root.current = 'about'
<StartQuizScreen>:
canvas.before:
Color:
rgba: utils.get_color_from_hex('#f0f0f0')
Rectangle:
pos: self.pos
size: self.size
BoxLayout:
orientation: 'vertical'
padding: dp(20)
spacing: dp(20)
Label:
text: 'Start a New Quiz'
font_size: '28sp'
color: utils.get_color_from_hex('#333333')
size_hint_y: 0.1
valign: 'middle'
Label:
text: 'Are you ready to test your knowledge?'
font_size: '18sp'
color: utils.get_color_from_hex('#666666')
size_hint_y: 0.1
valign: 'middle'
NavigationButton:
text: 'Begin Quiz'
on_release: app.root.current = 'quiz'
NavigationButton:
text: 'Back to Home'
on_release: app.root.current = 'home'
<AboutScreen>:
canvas.before:
Color:
rgba: utils.get_color_from_hex('#f0f0f0')
Rectangle:
pos: self.pos
size: self.size
BoxLayout:
orientation: 'vertical'
padding: dp(20)
spacing: dp(20)
Label:
text: 'About DCET Quiz'
font_size: '28sp'
color: utils.get_color_from_hex('#333333')
size_hint_y: None
height: dp(40)
valign: 'middle'
ScrollView:
size_hint_y: 0.8
do_scroll_x: False
do_scroll_y: True
BoxLayout:
orientation: 'vertical'
size_hint_y: None
height: self.minimum_height
spacing: dp(15)
padding: [0, 0, 0, dp(20)]
Label:
text: 'DCET Quiz is an interactive quiz application designed to test your knowledge on various topics.'
font_size: '18sp'
color: utils.get_color_from_hex('#666666')
text_size: self.width, None
size_hint_y: None
height: self.texture_size[1]
halign: 'center'
valign: 'middle'
Label:
text: f'Total Questions: {root.total_questions}'
font_size: '18sp'
color: utils.get_color_from_hex('#333333')
size_hint_y: None
height: self.texture_size[1]
halign: 'left'
Label:
text: 'Questions per Subject:'
font_size: '18sp'
color: utils.get_color_from_hex('#333333')
size_hint_y: None
height: self.texture_size[1]
halign: 'left'
BoxLayout:
id: subject_counts_box
orientation: 'vertical'
size_hint_y: None
height: self.minimum_height
spacing: dp(5)
Widget:
size_hint_y: None
height: dp(20)
Label:
text: 'GitHub Repository:'
font_size: '18sp'
color: utils.get_color_from_hex('#333333')
size_hint_y: None
height: self.texture_size[1]
halign: 'left'
Button:
text: 'https://github.com/vaibhav-rm/Dcet-prep-app'
font_size: '16sp'
size_hint_y: None
height: dp(40)
background_color: (0.2, 0.6, 1, 1)
on_release: root.open_github_link()
Widget:
size_hint_y: None
height: dp(20)
Label:
text: 'Made by Vaibhav\nGovernment Polytechnic Vijaypur'
font_size: '16sp'
color: utils.get_color_from_hex('#666666')
size_hint_y: None
height: self.texture_size[1]
halign: 'center'
valign: 'middle'
NavigationButton:
text: 'Back to Home'
size_hint_y: None
height: dp(50)
on_release: app.root.current = 'home'
<QuizScreen>:
canvas.before:
Color:
rgba: utils.get_color_from_hex('#f0f0f0')
Rectangle:
pos: self.pos
size: self.size
BoxLayout:
orientation: 'vertical'
padding: dp(10)
spacing: dp(15)
Label:
text: f"Score: {root.current_score}/{root.total_questions}"
font_size: '20sp'
color: utils.get_color_from_hex('#333333')
size_hint_y: 0.05
ProgressBar:
max: 15
value: root.time_left
size_hint_y: 0.05
background_color: utils.get_color_from_hex('#cccccc')
color: utils.get_color_from_hex('#4CAF50')
Label:
text: root.question_text
font_size: '24sp'
text_size: self.width, None
size_hint_y: 0.3
halign: 'center'
color: utils.get_color_from_hex('#333333')
padding: dp(20), dp(20)
BoxLayout:
orientation: 'vertical'
spacing: dp(10)
size_hint_y: 0.6
CustomButton:
text: root.options[0] if len(root.options) > 0 else ''
on_release: root.check_answer(self.text)
size_hint_y: 0.25
font_size: '18sp'
CustomButton:
text: root.options[1] if len(root.options) > 1 else ''
on_release: root.check_answer(self.text)
size_hint_y: 0.25
font_size: '18sp'
CustomButton:
text: root.options[2] if len(root.options) > 2 else ''
on_release: root.check_answer(self.text)
size_hint_y: 0.25
font_size: '18sp'
CustomButton:
text: root.options[3] if len(root.options) > 3 else ''
on_release: root.check_answer(self.text)
size_hint_y: 0.25
font_size: '18sp'
Label:
id: feedback
text: ''
font_size: '20sp'
color: 0, 1, 0, 1
size_hint_y: 0.1
opacity: 0
CustomButton:
id: next_button
text: 'Next Question'
on_release: root.next_question()
disabled: True
size_hint_y: 0.15
font_size: '20sp'
<ResultScreen>:
canvas.before:
Color:
rgba: utils.get_color_from_hex('#f0f0f0')
Rectangle:
pos: self.pos
size: self.size
BoxLayout:
orientation: 'vertical'
padding: dp(20)
spacing: dp(10)
Label:
text: "Round Complete!"
font_size: '28sp'
color: utils.get_color_from_hex('#333333')
size_hint_y: 0.1
valign: 'middle'
Label:
text: f"Round Score: {root.round_score} / 5"
font_size: '24sp'
color: utils.get_color_from_hex('#333333')
size_hint_y: 0.1
valign: 'middle'
Label:
text: f"Total Score: {root.total_score}"
font_size: '24sp'
color: utils.get_color_from_hex('#333333')
size_hint_y: 0.1
valign: 'middle'
Label:
text: f"Questions Answered: {root.total_questions}"
font_size: '24sp'
color: utils.get_color_from_hex('#333333')
size_hint_y: 0.1
valign: 'middle'
NavigationButton:
text: "Start New Round"
on_release: root.start_new_round()
NavigationButton:
text: "Back to Home"
on_release: app.root.current = 'home'