Report any technical problems you discover and discuss solutions.

Bug - Quiz button not hiding

Plus d'informations
il y a 10 ans 6 mois #3400 par gregers
Bug - Quiz button not hiding a été créé par gregers
Quiz 'Submit' button should be hidden after each question.
Now it is hidden at the beginning, but after first question it remains visible.
It allows after clicking it without choosing question to receive max score.

It's possible to patch it after export in file quiz.html adding single line
(...)
$("#checkBtn")
.button({
label: submitBtnText
})
.click(function() {
$(this).hide();
quiz.showFeedBackandTrackResults();
quiz.checked = true;
})
.hide();

Best regards
Gregers

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 10 ans 6 mois #3401 par julten
Réponse de julten sur le sujet Bug - Quiz button not hiding
Generally the design principle is to disable inactive buttons rather than hide them, but the point s largely the same, we'll have a look at that,

Connexion ou Créer un compte pour participer à la conversation.

Modérateurs: ronmjultenJohnSmith
Temps de génération de la page : 0.202 secondes
Copyright © 2026 The Xerte Project.
Xerte logo Apereo logo OSI Logo