update
This commit is contained in:
+6
-1
@@ -42,6 +42,10 @@
|
||||
.btn-answer:hover {
|
||||
background-color: #72256b;
|
||||
}
|
||||
|
||||
.btn-reintentar {
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
<div id="inicio" class='page-sco py-2 py-md-0 h-100'>
|
||||
<div class='container h-100'>
|
||||
@@ -304,8 +308,9 @@
|
||||
const percentage = (correctQuestions / questions.length) * 100;
|
||||
const passed = percentage >= 80;
|
||||
|
||||
CourseNav.setSlideVisited();
|
||||
|
||||
if (passed) {
|
||||
CourseNav.setSlideVisited();
|
||||
$('#desarrollo').hide();
|
||||
$('#cierre').show();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user