Skip to content

Commit

Permalink
add question in a data array
Browse files Browse the repository at this point in the history
-> responsive css
-> functionality to separate file
-> add readme.md file
  • Loading branch information
aizubair21 committed Mar 7, 2024
1 parent 5d42ff3 commit 52b88c9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Empty file added README.md
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added img/mcq-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<title>MCQ - a minimal mcq examination system with vanila js</title>
<!-- include fontawosome cdn from cdnjs -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link rel="stylesheet" href="assets/mcq.css">
<link rel="stylesheet" href="assets/responsive.css">
<link rel="stylesheet" href="assets/css/mcq.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>

<body>
Expand All @@ -28,7 +28,7 @@ <h2 class="h2">
<div class="aside_left-body">
<div class="aside_profile">
<div class="profile_img">
<img src="img/avatar.png" alt="" />
<img src="assets/img/avatar.png" alt="" />
<div class="after"></div>
<div class="activity_status"></div>
</div>
Expand Down Expand Up @@ -193,11 +193,11 @@ <h2 class="h2">

<div class="h_top">
<div class="group">
<img src="img/gorup.png" style="padding-right: 5px;" alt="" srcset=""> Group - A
<img src="assets/img/gorup.png" style="padding-right: 5px;" alt="" srcset=""> Group - A
</div>

<div class="total_time">
<img src="img/clock.png" style="padding-right:5px">
<img src="assets/img/clock.png" style="padding-right:5px">
60 Min
</div>

Expand All @@ -219,7 +219,7 @@ <h2 class="h2">
<div class="total_time_left">

<div class="tm_left">
<!-- <img style="padding:5px; border-radius:50px;" src="img/clock.png"> -->
<!-- <img style="padding:5px; border-radius:50px;" src="assets/img/clock.png"> -->
<div class="tm_left_min">59</div>
<span class="min_sec_devider">:</span>
<div class="tm_left_sec">59</div>
Expand All @@ -240,7 +240,7 @@ <h2 class="h2">
<div class="question">
<div class="question_label">question - 01</div>
<div class="question_input">Question</div>
<img class="question_img" src="img/icons8-pen-100.png">
<img class="question_img" src="assets/img/icons8-pen-100.png">
</div>
<hr style="background-color: gray;">

Expand Down Expand Up @@ -416,8 +416,8 @@ <h4 class="h4">Default View </h4>
<!-- setup exam end -->
</div>

<script src="assets/function.js"></script>
<script src="assets/mcq.js"></script>
<script src="assets/js/function.js"></script>
<script src="assets/js/mcq.js"></script>
</body>

</html>
Expand Down

0 comments on commit 52b88c9

Please sign in to comment.