Skip to content

Commit

Permalink
Dev: quexfPDF: change default length of short text
Browse files Browse the repository at this point in the history
Dev: 25 fits on letter but not A4
  • Loading branch information
mfaber committed Oct 13, 2013
1 parent fe43bad commit 524f16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/export_helper.php
Expand Up @@ -1345,7 +1345,7 @@ function quexml_export($surveyi, $quexmllan)
break;
case "S": //SHORT FREE TEXT
// default is fieldlength of 24 characters.
$response->appendChild(QueXMLCreateFree("text",quexml_get_lengthth($qid,"maximum_chars","24),""));
$response->appendChild(QueXMLCreateFree("text",quexml_get_lengthth($qid,"maximum_chars","24"),""));
$question->appendChild($response);
break;
case "T": //LONG FREE TEXT
Expand Down

0 comments on commit 524f16e

Please sign in to comment.