Supporting each other

Community forums

Welcome, Guest
Username: Password: Remember me
Report any technical problems you discover and discuss solutions.
  • Page:
  • 1

TOPIC:

Bug - Quiz button not hiding 8 years 3 months ago #3400

  • gregers
  • gregers's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
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

Please Log in or Create an account to join the conversation.

Bug - Quiz button not hiding 8 years 3 months ago #3401

  • julten
  • julten's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 137
  • Thank you received: 18
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,

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Moderators: ronmjultenJohnSmith
Time to create page: 0.048 seconds
Copyright © 2024 The Xerte Project.
Xerte logo Apereo logo OSI Logo

Search