|
|
| Participants: |
Tim Hunt
|
| Security Level: |
None
|
| Affected Branches: |
MOODLE_17_STABLE
|
|
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.
|
|
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. |
Show » |
|