Skip to content

Commit

Permalink
Merge pull request #132 from mirleu/T-1762/UCSFCLE_404/update-qbank_q…
Browse files Browse the repository at this point in the history
…uestion_code

Updates number of qbank questions displayed to 300
  • Loading branch information
ctam authored Nov 23, 2024
2 parents 9f01500 + e372be6 commit 0281f54
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 0281f54

Please sign in to comment.