Skip to content

Commit

Permalink
Dev: (QueXF) Enable splitting of single answer questions
Browse files Browse the repository at this point in the history
Dev: Prevents page overflow.
Dev: Splitting is done only for questions with
Dev: many answer catergories
  • Loading branch information
mfaber committed Jan 23, 2014
1 parent 9efe85b commit 0fcb113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/libraries/admin/quexmlpdf.php
Expand Up @@ -353,7 +353,7 @@ class quexmlpdf extends pdf {
* @var bool Defaults to false.
* @since 2013-10-24
*/
protected $allowSplittingSingleChoiceVertical = false;
protected $allowSplittingSingleChoiceVertical = true;

/**
* If splitting is allowed for single choice vertical, only split if there is at
Expand All @@ -362,7 +362,7 @@ class quexmlpdf extends pdf {
* @var int Defaults to 5.
* @since 2013-12-13
*/
protected $minSplittingSingleChoiceVertical = 5;
protected $minSplittingSingleChoiceVertical = 25;

/**
* Allows multiple responses to the same question to be split over multiple pages/columns
Expand Down

0 comments on commit 0fcb113

Please sign in to comment.