
| Key: |
MDL-18425
|
| Type: |
Sub-task
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Tim Hunt
|
| Reporter: |
Tim Hunt
|
| Votes: |
0
|
| Watchers: |
0
|
|
|
| Participants: |
Tim Hunt
|
| Security Level: |
None
|
| Resolved date: |
03/Mar/09
|
| Affected Branches: |
MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
|
The need for this is that we want to 'Add new question' list of question types to be in a nice order, with similar question types together. However, with arbitrary numbers of plugins, we can't always determine the best sort order automatically, so actually it needs to be stored in the database. And if it is in the database, it may as well be editable in some way.
|
|
Description
|
The need for this is that we want to 'Add new question' list of question types to be in a nice order, with similar question types together. However, with arbitrary numbers of plugins, we can't always determine the best sort order automatically, so actually it needs to be stored in the database. And if it is in the database, it may as well be editable in some way. |
Show » |
made changes - 03/Mar/09 04:47 PM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
tjhunt committed 6 files to 'Moodle CVS' - 03/Mar/09 04:47 PM
qtype admin: MDL-18425 also related to MDL-18355.
Allow question types to be displayed in order that is better than random or alphabetical. Since we don't know all the qtypes there may be:
1. Store the order in the DB (config plugins).
2. Set up a good default order for the standard types. (Unknown types go at the end by default.)
3. Allow admins to edit the order on the qtype admin screen.
|
|
|
|