1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="UTF-8 " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7+ < link rel ="shortcut icon " href ="../images/dsa-logo.png " type ="image/x-icon " />
8+ < link rel ="stylesheet " href ="../style.css " />
9+ < link rel ="stylesheet " href ="quiz.css ">
10+ < title > Learn DSA Using Python || Code Explorer</ title >
11+ </ head >
12+
13+ < body class ="body ">
14+ < marquee > Learn DSA Using Python || Lesson 03 - Data Structures || Code
15+ Explorer</ marquee >
16+ < div class ="main-body ">
17+ < div class ="left ">
18+ < div class ="logo ">
19+ < img src ="../images/code.png " alt ="" height ="100px " width ="100px " class ="logo-img " />
20+ < div class ="logo-div ">
21+ < span class ="code "> Code</ span > < span class ="explorer "> Explorer</ span >
22+ </ div >
23+ < span class ="dropdown "> </ span >
24+ </ div >
25+ < hr class ="one " />
26+ < div class ="hide-on-small-screen ">
27+ < span class ="contents "> Contents</ span >
28+ < hr class ="two nav-two " />
29+ < ul type ="none " class ="nav-hidden ">
30+ < li >
31+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
32+ < a href ="../index.html ">
33+ < span class ="lesson "> Lesson 1 / Intro</ span >
34+ </ a >
35+ </ li >
36+ < hr class ="two " />
37+ < li >
38+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
39+ < a href ="../lesson-2/index.html ">
40+ < span class ="lesson "> Lesson 2 / Python Revision</ span >
41+ </ a >
42+ </ li >
43+ < hr class ="two " />
44+ < li >
45+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
46+ < a href ="index.html ">
47+ < span class ="lesson "> Lesson 3 / Data Structures</ span >
48+ </ a >
49+ </ li >
50+ < hr class ="two " />
51+ < li >
52+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
53+ < a href ="https://youtube.com ">
54+ < span class ="lesson "> Lesson 4 / Output</ span >
55+ </ a >
56+ </ li >
57+ < hr class ="two " />
58+ < li >
59+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
60+ < a href ="https://youtube.com ">
61+ < span class ="lesson "> Lesson 1 / Intro</ span >
62+ </ a >
63+ </ li >
64+ < hr class ="two " />
65+ < li >
66+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
67+ < a href ="https://youtube.com ">
68+ < span class ="lesson "> Lesson 2 / Revision</ span >
69+ </ a >
70+ </ li >
71+ < hr class ="two " />
72+ < li >
73+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
74+ < a href ="https://youtube.com ">
75+ < span class ="lesson "> Lesson 3 / Testing</ span >
76+ </ a >
77+ </ li >
78+ < hr class ="two " />
79+ < li >
80+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
81+ < a href ="https://youtube.com ">
82+ < span class ="lesson "> Lesson 4 / Output</ span >
83+ </ a >
84+ </ li >
85+ < hr class ="two " />
86+ < li >
87+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
88+ < a href ="https://youtube.com ">
89+ < span class ="lesson "> Lesson 1 / Intro</ span >
90+ </ a >
91+ </ li >
92+ < hr class ="two " />
93+ < li >
94+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
95+ < a href ="https://youtube.com ">
96+ < span class ="lesson "> Lesson 2 / Revision</ span >
97+ </ a >
98+ </ li >
99+ < hr class ="two " />
100+ < li >
101+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
102+ < a href ="https://youtube.com ">
103+ < span class ="lesson "> Lesson 3 / Testing</ span >
104+ </ a >
105+ </ li >
106+ < hr class ="two " />
107+ < li >
108+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
109+ < a href ="https://youtube.com ">
110+ < span class ="lesson "> Lesson 4 / Output</ span >
111+ </ a >
112+ </ li >
113+ < hr class ="two " />
114+ < li >
115+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
116+ < a href ="https://youtube.com ">
117+ < span class ="lesson "> Lesson 1 / Intro</ span >
118+ </ a >
119+ </ li >
120+ < hr class ="two " />
121+ < li >
122+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
123+ < a href ="https://youtube.com ">
124+ < span class ="lesson "> Lesson 2 / Revision</ span >
125+ </ a >
126+ </ li >
127+ < hr class ="two " />
128+ < li >
129+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
130+ < a href ="https://youtube.com ">
131+ < span class ="lesson "> Lesson 3 / Testing</ span >
132+ </ a >
133+ </ li >
134+ < hr class ="two " />
135+ < li >
136+ < img src ="../images/arrow.png " alt ="" class ="arrow-img " />
137+ < a href ="https://youtube.com ">
138+ < span class ="lesson "> Lesson 4 / Output</ span >
139+ </ a >
140+ </ li >
141+ < hr class ="two " />
142+ </ ul >
143+ </ div >
144+ </ div >
145+ < div class ="right ">
146+ < h1 class ="h1 ">
147+ Welcome To DSA Complete Course Using Python By Code Explorer
148+ </ h1 >
149+ < hr class ="one " />
150+ < h1 class ="h1 "> Here We Will Take A Small Quiz About Data Structures</ h1 >
151+ < hr class ="two "/>
152+ < div id ="quiz-container ">
153+ < h1 class ="quiz-question story "> </ h1 >
154+ < ul class ="quiz-options h1 " id ="quiz-options ">
155+ <!-- Options will be filled dynamically using JavaScript -->
156+ </ ul >
157+ < div class ="quiz-buttons ">
158+ < button id ="previous-btn " onclick ="previousQuestion() "> Previous</ button >
159+ < button id ="save-next-btn " onclick ="saveAndNextQuestion() "> Save & Next</ button >
160+ </ div >
161+ </ div >
162+ < div id ="quiz-result " style ="display: none; ">
163+ < h2 > Your Quiz Result</ h2 >
164+ < p id ="result-text "> </ p >
165+ </ div >
166+ < marquee style ="bottom: 10px; position: static; "> Thanks For Taking Part In The Quiz</ marquee >
167+ </ div >
168+ </ div >
169+ < footer class ="footer ">
170+ Copyright © 2023 || Developed By ::
171+ < a href ="https://explorecode.newsgoogle.org "> < span class ="footer-code "> Code Explorer</ span > </ a >
172+ </ footer >
173+ < script src ="quiz.js "> </ script >
174+ < script src ="script.js "> </ script >
175+ < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /prism.min.js "
> </ script > 176+ </ body >
177+
178+ </ html >
0 commit comments