CC aplicado
This commit is contained in:
+1
-6
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user