Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not a bug
-
Affects Version/s: 1.7, 1.7.1, 1.7.2, 1.7.3, 1.7.4
-
Fix Version/s: None
-
Component/s: Quiz
-
Labels:None
-
Environment:running moodle on linux and windows xp
-
Database:MySQL
-
Affected Branches:MOODLE_17_STABLE
Description
Create a course and create a quiz in this course. While creating the quiz, choose 'questions per page' as any number except unlimited. Save changes. When we preview this quiz, the pagination occurs. Till now it is alright.
Now, again update the quiz, this time choose Questions per page as 'Unlimited'. Click save changes.
Again, click on preview. The questions still appear with pagination. This time, all the questions should have appeared on a single page as we have updated the quiz to display Unlimited no of questions per page.
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
The interface is really confusing (and will be changed one day), but this is not actually a bug.
The value on the quiz settings page only affects new questions added to the quiz, and whether a page break is inserted before it. To change the pagination of an existing quiz, turn on the "Show page breaks" option on the quiz editing page.