CC aplicado

This commit is contained in:
2025-09-25 13:03:23 -06:00
parent ad9b4d5999
commit 5e71e889f1
33 changed files with 241 additions and 154 deletions
+1 -6
View File
@@ -215,10 +215,7 @@
CourseNav.audioController.stopAllSoundsAndPlay(good);
correctQuestions++;
// Show puzzle piece only for first 3 questions
if (correctQuestions <= 3) {
$(`#pz${correctQuestions - 1}`).show();
}
$(`#pz${correctQuestions - 1}`).show();
currentQuestionIndex++;
@@ -229,8 +226,6 @@
displayQuestion();
}, 500);
} else {
// Show remaining pieces and hide col-actividad
$('#pz3,#pz4').show();
$('.col-actividad').hide();
setTimeout(() => {
checkAllCompleted();