|
|
|
Issue Links:
|
Relates
|
|
|
|
This issue has been marked as being related by:
|
|
MDL-17363
Clean away the js code related to MDL-17362 question bank javascript collapsing until that is done
|
|
|
|
|
|
|
| Participants: |
Olli Savolainen and Tim Hunt
|
| Security Level: |
None
|
| Difficulty: |
Difficult
|
| Resolved date: |
23/Nov/08
|
| Affected Branches: |
MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
|
Make the question bank window of /mod/quiz/edit.php open/collapse via javascript, and save its state via javascript.
|
|
Description
|
Make the question bank window of /mod/quiz/edit.php open/collapse via javascript, and save its state via javascript. |
Show » |
|
I tried using the print_collapsible_region_start directly, but
The other option then, would be just to call JS set_user_preference() from the current implementation with PHP user_preference_allow_ajax_update() added.
In addition, the use cases of the question bank window suggest that collapsing and showing the window is not a frequent task at all, and thus it should not matter much if it is as slow as a new page load.