View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
14579 | Bug reports | Print View | public | 2019-02-28 09:48 | 2019-11-26 17:47 |
Reporter | Rachengold | Assigned To | cdorin | ||
Priority | none | Severity | minor | ||
Status | assigned | Resolution | open | ||
Product Version | 3.15.x | ||||
Summary | 14579: Export to queXML doesn't show whole answer | ||||
Description | Question-Type: multiple short texts Printout as quexml pdf shows answers with only 10 small boxes, rest of answer is hidden. Target is to get a printout, which can be given away and does not have a technical layout such as export to .pdf / .docx etc. quexml.pdf was the best solution I found, so far. | ||||
Tags | No tags attached. | ||||
Complete LimeSurvey version number (& build) | 3.15.19 | ||||
I will donate to the project if issue is resolved | No | ||||
Sync to Zoho Project | |||||
Browser | Firefox Quantum (65.0) | ||||
Database & DB-Version | 356 | ||||
Server OS (if known) | |||||
Webserver software & version (if known) | |||||
PHP Version | 111 | ||||
Hello @Rachengold. For this kind of issue, I recommend you to open a post on the forum since it is a printanswer configuration issue. Could you please attach also an working example there and here? |
|
@cdorin : no configuration here, it's a core issue Reproduce : import included lsa, launch, next, next , print answer export as QueXML Seems PDF file is too big ? https://framadrop.org/r/7HP5XpjD4c#PD92yJ9GhGQ9k8ZmSVL8XeISYJCgCTFG26BfYMfWaG8= |
|
@adamzammit : can you have a look ? |
|
Hi, The default type for multiple short text in equivalent queXML is "text" with width 10. If you would like to adjust this - please see this file: https://github.com/LimeSurvey/LimeSurvey/blob/master/application/helpers/export_helper.php application/helpers/export_helper.php around line 1642:
replace the line $response->appendChild... with:
to change the box type to "longtext" or
to extend the number of characters available to view. You may need to edit both values and test to see how it turns out for you. Adam |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2019-02-28 09:48 | Rachengold | New Issue | |
2019-02-28 09:48 | Rachengold | File Added: lime.jpg | |
2019-03-07 16:57 | cdorin | Status | new => feedback |
2019-03-07 16:57 | cdorin | Note Added: 50822 | |
2019-03-08 17:06 | cdorin | Relationship added | related to 14041 |
2019-04-09 09:45 | DenisChenu | File Added: survey_archive_test-QueXML.lsa | |
2019-04-09 09:45 | DenisChenu | Note Added: 51425 | |
2019-04-09 09:45 | DenisChenu | Status | feedback => new |
2019-04-09 09:47 | DenisChenu | Note Added: 51426 | |
2019-04-09 09:49 | DenisChenu | Note Edited: 51425 | View Revisions |
2019-04-12 08:28 | adamzammit | Note Added: 51444 | |
2019-11-26 17:47 | cdorin | Assigned To | => cdorin |
2019-11-26 17:47 | cdorin | Status | new => assigned |