
| Key: |
MDL-17302
|
| Type: |
Sub-task
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Tim Hunt
|
| Reporter: |
Tim Hunt
|
| Votes: |
0
|
| Watchers: |
0
|
|
|
|
Issue Links:
|
Relates
|
|
|
|
This issue has been marked as being related by:
|
|
|
MDL-17284 Add Olli's new quiz editing UI to Moodle 2.0
|
|
|
|
|
|
|
| Participants: |
Tim Hunt
|
| Security Level: |
None
|
| Resolved date: |
22/Jan/09
|
| Affected Branches: |
MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
Left over from MDL-17284, but since I have to work on the questionbank anyway, I'll do it.
|
|
Description
|
Left over from MDL-17284, but since I have to work on the questionbank anyway, I'll do it. |
Show » |
tjhunt committed 4 files to 'Moodle CVS' - 19/Jan/09 02:30 PM
question bank: MDL-17302 refactor question bank display code into a class.
Step 1. Just convert the existing functions quiz_question_showbank and question_showbank and friends into methods of a class and subclass.
More to come.
|
|
|
tjhunt committed 2 files to 'Moodle CVS' - 19/Jan/09 05:50 PM
question bank: MDL-17302 refactor question bank display code into a class.
Step 2. Remove as many as possbile of the differences between the two classes. This is mostly whitespace and irrelevant code formatting issues, but there are also a few changes to the generated output, taking the best of both views.
|
|
|
tjhunt committed 2 files to 'Moodle CVS' - 21/Jan/09 05:49 PM
question bank: MDL-17302 refactor question bank display code into a class.
Step 3. Start working ot the code to initialise things from a list of columns, and build the corresponding SQL query.
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 21/Jan/09 05:52 PM
question bank: MDL-17302 fix errors in the previous commit.
|
|
|
committed 5 files to 'Lang CVS' - 22/Jan/09 08:18 AM
martignoni committed 1 file to 'Lang CVS' - 24/Jan/09 04:57 AM
|