Issue Details (XML | Word | Printable)

Key: MDL-6370
Type: Sub-task Sub-task
Status: Open Open
Priority: Minor Minor
Assignee: Tim Hunt
Reporter: Tim Hunt
Votes: 1
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-2727

Should only include the code for the qtypes that are actually used.

Created: 26/Aug/06 02:57 PM   Updated: 11/Apr/07 06:02 PM
Return to search
Component/s: Questions
Affects Version/s: 1.7
Fix Version/s: None

Participants: Tim Hunt
Security Level: None
Affected Branches: MOODLE_17_STABLE


 Description  « Hide
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.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Tim Hunt added a comment - 11/Apr/07 06:02 PM
This is quite hard once you have multianswer and random questions floating around.