Skip to content

Commit

Permalink
Test const DEFAULT_PAGE_SIZE value change from 20 to 300 for qbank qu…
Browse files Browse the repository at this point in the history
…estion list
  • Loading branch information
mirleu committed Nov 14, 2024
1 parent bda5b91 commit 76ca2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/classes/question/bank/custom_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*/
class custom_view extends \core_question\local\bank\view {
/** @var int number of questions per page to show in the add from question bank modal. */
const DEFAULT_PAGE_SIZE = 20;
const DEFAULT_PAGE_SIZE = 300;

/** @var bool $quizhasattempts whether the quiz this is used by has been attemptd. */
protected $quizhasattempts = false;
Expand Down

0 comments on commit 76ca2bc

Please sign in to comment.