This commit is contained in:
2025-09-23 10:11:35 -06:00
parent 4bc2a47a96
commit b234ae0d22
52 changed files with 733 additions and 64 deletions
+6 -7
View File
@@ -26,8 +26,7 @@
.drop-card {
border: none;
width: 200px;
min-width: 80px;
width: 100%;
height: 40px;
}
@@ -105,7 +104,7 @@
<div class="bg-secondary text-white fw-bold py-2 px-2">
1
</div>
<div class="option"></div>
<div class="option w-100"></div>
</div>
</div>
</div>
@@ -118,7 +117,7 @@
<div class="bg-secondary text-white fw-bold py-2 px-2">
2
</div>
<div class="option"></div>
<div class="option w-100"></div>
</div>
</div>
</div>
@@ -131,7 +130,7 @@
<div class="bg-secondary text-white fw-bold py-2 px-2">
3
</div>
<div class="option"></div>
<div class="option w-100"></div>
</div>
</div>
</div>
@@ -144,7 +143,7 @@
<div class="bg-secondary text-white fw-bold py-2 px-2">
4
</div>
<div class="option"></div>
<div class="option w-100"></div>
</div>
</div>
</div>
@@ -181,7 +180,7 @@
<script>
$(function () {
"use strict";
$('body').addClass('fake');
$('.wrap-course-content').addClass('fake');
let questions;
let currentQuestionIndex = 0;