
| Key: |
MDL-6353
|
| Type: |
Improvement
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Tim Hunt
|
| Reporter: |
Tim Hunt
|
| Votes: |
1
|
| Watchers: |
1
|
|
|
|
Issue Links:
|
Blockers
|
|
|
|
This issue is blocked by:
|
|
MDL-17333
Resolve the interrelations between $quiz->shufflequestions, $quiz->questionsperpage and the editing UI
|
|
|
|
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
MDL-14929
Change the "Questions per page" in Display section of the Editing Quiz does not work
|
|
|
|
 |
MDL-13673
Pagination works only for shuffled quiz
|
|
|
|
|
|
|
|
|
Relates
|
|
This issue has a non-specific relationship to:
|
|
|
MDL-14632 Consistent Navigation for Moodle 2.0
|
|
|
|
|
CONTRIB-528
Quiz UI redesign, based on usability research
|
|
|
|
|
|
|
|
| Participants: |
Olli Savolainen, Ray Lawrence and Tim Hunt
|
| Security Level: |
None
|
| Resolved date: |
22/Aug/08
|
| Affected Branches: |
MOODLE_16_STABLE, MOODLE_17_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
|
The quiz settings page has a 'questions per page' option where you can select an integer, or 'unlimited'. This gives the impression that quizzes are automatically paginated.
Well, if the option 'shuffle questions' is turned on, then they are automatically paginated.
But if the shuffle option is off, then they are actually manually paginated. The quiz 'questions per page' option then only has an effect when a new question is added. On the quiz editing page, there is a tick-box 'show page breaks' that can be turned on. If you do, you can then see where the page breaks are and move them up and down. With the check-box on, there is also a dropdown that can be used for repaginating the quiz. That is only only effective way to change the questions per page option after questions have been added to the quiz. Changing the quiz settings dropdown does not trigger an automatic pagination.
Anyway, it is horribly confusing, as evidenced by several bug reports and forum posts. And I have been thinking about the quiz for months, and only just understood all the intricacies myself. We need something less confusing. I suggest:
On the quiz settings form, we add the option 'manual page breaks' to the 'questions per page' dropdown.
If one of the current 'questions per page' options is selected (unlimited or n) then the quiz is always automatically paginated, and the 'show page breaks' option and the other options it hides are not available.
If 'manual page breaks' is selected, the page breaks are always shown, and the manual repaginate dropdown is always present, and when new questions are added to the quiz, no automatic page breaks are added.
It is an error to try to select both 'shuffle questions' and 'manual page breaks' at the same time.
When making this change, all existing quizzes will be analysed for where the page breaks actually are. If the page breaks are uniformly spread, then they will be set to that automatic pagination value. If the page breaks are irregular, they will be set to manual pagination.
At the same time, I propse to change the default setting for new quizzes to 'one question per page' becuase I believe that pedagogically it is best for students to concentrate on one thing at a time.
And if only one question per page is shown, I propose to change the paging bar, so that instead of 'page' is says 'question' (and references to description items will be referred to as 'info', not given a number).
|
|
Description
|
The quiz settings page has a 'questions per page' option where you can select an integer, or 'unlimited'. This gives the impression that quizzes are automatically paginated.
Well, if the option 'shuffle questions' is turned on, then they are automatically paginated.
But if the shuffle option is off, then they are actually manually paginated. The quiz 'questions per page' option then only has an effect when a new question is added. On the quiz editing page, there is a tick-box 'show page breaks' that can be turned on. If you do, you can then see where the page breaks are and move them up and down. With the check-box on, there is also a dropdown that can be used for repaginating the quiz. That is only only effective way to change the questions per page option after questions have been added to the quiz. Changing the quiz settings dropdown does not trigger an automatic pagination.
Anyway, it is horribly confusing, as evidenced by several bug reports and forum posts. And I have been thinking about the quiz for months, and only just understood all the intricacies myself. We need something less confusing. I suggest:
On the quiz settings form, we add the option 'manual page breaks' to the 'questions per page' dropdown.
If one of the current 'questions per page' options is selected (unlimited or n) then the quiz is always automatically paginated, and the 'show page breaks' option and the other options it hides are not available.
If 'manual page breaks' is selected, the page breaks are always shown, and the manual repaginate dropdown is always present, and when new questions are added to the quiz, no automatic page breaks are added.
It is an error to try to select both 'shuffle questions' and 'manual page breaks' at the same time.
When making this change, all existing quizzes will be analysed for where the page breaks actually are. If the page breaks are uniformly spread, then they will be set to that automatic pagination value. If the page breaks are irregular, they will be set to manual pagination.
At the same time, I propse to change the default setting for new quizzes to 'one question per page' becuase I believe that pedagogically it is best for students to concentrate on one thing at a time.
And if only one question per page is shown, I propose to change the paging bar, so that instead of 'page' is says 'question' (and references to description items will be referred to as 'info', not given a number). |
Show » |
|
...... so it should be 1 qpp.
Tim,
Do you have any evidence to support this proposal? This may be the case with lengthy case study type questions, for example, but makes no sense at all for, say, a wholly MC quiz. How many paper based tests have you encountered with one MC question per sheet?
Unlimited is the most sensible default. Please don't change this on a whim.
And if only one question per page is shown, I propose to change the paging bar, so that instead of 'page' is says 'question' (and references to description items will be referred to as 'info', not given a number).
This makes sense and would be welcome improvement.