Quiz progress block not showing up in D7 version, after installation. Hence can not show progress.

Tried on various themes, and still same issue.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

zeezhao’s picture

I should add that it can not be found under: admin/structure/block

Hence it can not be set. Please let me know how to fix. Thanks.

zeezhao’s picture

Found part of the problem - hook_block() should now be hook_block_info() i.e. quiz_progress_block_info()

May also need a hook_block_view()

joel_osc’s picture

FileSize
6.75 KB

Here is the beginning of a patch to the D7 port of this module, however there are some issues still that I am looking into:

1. Sometimes when quiz_progress is set to displaying numbers (theme_item_list) the page wsod's with theme errors. To test right now it is best to set it to use titles (theme_table)

2. The links currently don't do anything, ie. they do not jump to the proper question. This may be js related, which is not my strength.

I should be able to straighten out #1 fairly quickly, but could use some help on #2.

Thanks - great module BTW!

joel_osc’s picture

FileSize
7.75 KB

Okay, this is a better patch, only issue that I can see is getting the js working to jump to the correct question when the link is selected.

joel_osc’s picture

Status: Active » Needs review
FileSize
10.68 KB

Good news and bad news...attached is a patch which completes the port of quiz_progress to D7. The bad news is that quiz_progress depends on the 'jumping' feature of quiz which seems to be broken in D7. I have raised #1682956: Quiz jumping not working to get some help fixing the problem.

Sivaji_Ganesh_Jojodae’s picture

Status: Needs review » Fixed

Patch from #842450: Quiz progress block would be really great by aadityawalawalkar was committed to git. Will make a release now.

Status: Fixed » Closed (fixed)

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

RgnYLDZ’s picture

Issue summary: View changes

I installed the module with Quiz 7.x-5.0-beta3 . Block can be seen in block admin page but no block is showing up in quiz?

donapis’s picture

Same here. It seem that this module not working for Quiz5.

donapis’s picture

Status: Closed (fixed) » Needs work
arunkumark’s picture

Status: Needs work » Needs review
FileSize
4.69 KB

Hi,

Drupal Quiz 5.x have more changes from its previous version(7.x-4.x). I have created patch for supporting Quiz Progress module to Quiz 5.x version.

karthikeyan-manivasagam’s picture

Hi,

#11 patch (quiz_progress_7.x-5.x_capablity_1406212_12.diff) is working fine.

karthikeyan-manivasagam’s picture

Status: Needs review » Reviewed & tested by the community

  • Sivaji committed a6132f3 on 7.x-2.x
    Issue #1406212 by joel_osc | zeezhao | aadityawalawalkar : Fixed Quiz...

  • arunkumark committed ddefcb6 on 7.x-2.x
    Issue #1406212 by arunkumark: Quiz progress block not showing up in D7...
arunkumark’s picture

Status: Reviewed & tested by the community » Patch (to be ported)

The patch is ported to 7.x.2.x-dev version. It will support Quiz 7.x.5.x version.

arunkumark’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

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