Closed (fixed)
Project:
Quiz Progress
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2012 at 08:48 UTC
Updated:
5 Nov 2016 at 15:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
zeezhao commentedI 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.
Comment #2
zeezhao commentedFound 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()
Comment #3
joel_osc commentedHere 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!
Comment #4
joel_osc commentedOkay, 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.
Comment #5
joel_osc commentedGood 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.
Comment #6
sivaji_ganesh_jojodae commentedPatch from #842450: Quiz progress block would be really great by aadityawalawalkar was committed to git. Will make a release now.
Comment #8
rgnyldz commentedI 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?
Comment #9
donapis commentedSame here. It seem that this module not working for Quiz5.
Comment #10
donapis commentedComment #11
arunkumarkHi,
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.
Comment #12
karthikeyan-manivasagam commentedHi,
#11 patch (quiz_progress_7.x-5.x_capablity_1406212_12.diff) is working fine.
Comment #13
karthikeyan-manivasagam commentedComment #16
arunkumarkThe patch is ported to 7.x.2.x-dev version. It will support Quiz 7.x.5.x version.
Comment #17
arunkumark