Closed (fixed)
Project:
Quiz
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2009 at 09:02 UTC
Updated:
8 Sep 2009 at 14:20 UTC
There is a problem with autoload module, which can be solved by adding cache_clear_all('autoload:', 'cache'); to hook_install for question types with new API.
This problem is caused by autoload registry caching. Can be reproduced this way: enable all question types, then disable Matching, then clear cache, then try to create True/False question, then enable Matching, and try to create Matching question.
Comments
Comment #1
mbutcher commentedHooray! That bug has been outstanding for a while.
This has been added to all of the question types in Quiz 3.x, 4.x.
Comment #2
mbutcher commentedMarking as fixed.