I have enabled jumping on my quiz and the jumping dropdown menu does not appear. To me it looks like the js code in quiz.pages.inc was not ported to D7. I have made an attempt at it with this patch and now the menu item appears but does not jump. The selector seems to be doing the correct thing, but when I debug in quiz.module $_POST['jump_to_question'] does not seem to be set.

Help would be greatly appreciated as I need to go live with this site within a couple of weeks and really need this functionality. Thanks!

Comments

joel_osc’s picture

Status: Active » Needs review
StatusFileSize
new1.19 KB

Here is a patch that should fix jumping, the problem was that '#' in javascript requires an id, and the jump_to_question form element only has a name.

sivaji_ganesh_jojodae’s picture

Status: Needs review » Fixed

Indeed. It fixed the issue. Thanks for the patch.

Status: Fixed » Closed (fixed)

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

  • Commit a187c62 on 7.x-4.x, 7.x-5.x by sivaji:
    Issue #1682956: Fixed Quiz jumping not working by joel_osc.
    

  • Commit a187c62 on 7.x-4.x, 7.x-5.x, quiz-pages by sivaji:
    Issue #1682956: Fixed Quiz jumping not working by joel_osc.
    

  • Commit a187c62 on 7.x-4.x, 7.x-5.x, quiz-pages, 2269219 by sivaji:
    Issue #1682956: Fixed Quiz jumping not working by joel_osc.
    

  • Commit a187c62 on 7.x-4.x, 7.x-5.x, 2269219 by sivaji:
    Issue #1682956: Fixed Quiz jumping not working by joel_osc.