From what I can tell looking at the module, it seems there is supposed to be an alert that warns the user when they are about to submit their exam, confirming they are ready to submit their exam ("By proceeding you won't be able to go back and edit your answers."). But I'm not seeing this alert popping up on my quizzes. All quizzes are set with backwards navigation enabled, and "repeat until correct" disabled. Can anyone point me in the right direction for getting this alert enabled?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

michellezeedru created an issue. See original summary.

teeyo’s picture

Status: Active » Needs review
FileSize
513 bytes

Hello Michelle,

In order to display the confirmation alert, the module checks three things:

  • Is the question being viewed is the last question
  • Is the quiz backward navigation enabled
  • Is the quiz repeat until correct disabled

When those are all passed, the confirmation alert should be displayed, but when I checked the JS file responsible for displaying the confirmation alert the selector was not correct.

Here's a patch for it, it would be great if you could test it :)

Thanks.

  • djdevin committed c028ab0 on 7.x-5.x authored by teeyo
    Issue #2913831 by teeyo: Confirmation alert
    
djdevin’s picture

Version: 7.x-5.1 » 7.x-5.x-dev
Category: Support request » Bug report
Status: Needs review » Fixed

Tested and working, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.