Details
Description
All question types are loaded on every quiz page, mainly just so we know which ones are available. With more types, this will probably become a performance issue.
It would be better to register them in the database at install time, and then include ontly the ones that are necessary to display any particular page.
This is quite hard once you have multianswer and random questions floating around.