View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
09425 | Bug reports | Print View | public | 2014-12-27 13:01 | 2020-03-13 18:46 |
Reporter | aesteban | Assigned To | aesteban | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | reopened | ||
Product Version | 2.05+ | ||||
Target Version | 2.05+ | ||||
Summary | 09425: Absence of delimeter at the end of a question group | ||||
Description | After click on "Print answers", user can see all their answers. Matrix question is a section in the answer table and its question text is a section title in the html file. The problem is there is no way to see when the pairs row/column are finished and next question starts (see screenshot attached). This is confusing. There is the same problem in answers PDF export. | ||||
Additional Information | I propose removing the text of the matrix question as title and make it part of every row. This is the way it is done currently when exporting answers to PDF from admin gui. | ||||
Tags | No tags attached. | ||||
Attached Files | Multiple.html (2,542 bytes)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> </head> <body class="default lang-en groupbygroup showprogress showqnumcode-X"> <form action="" method="post"> <div style="display:none"><input value="59cfc8013715e505a919a1be710859d14a247930" name="YII_CSRF_TOKEN" type="hidden"></div> <p class="button"> <input value="PDF export" id="exportbutton" type="submit"> <input name="printableexport" type="hidden"> </p></form> <div class="printouttitle"><strong>Survey name (ID):</strong> Multiple (593413)</div><p> </p> <table class="printouttable"> <caption class='hide'>Answers to Multiple (593413)</caption> <thead class='hide tableheader'><tr><th scope="col">Survey value</th><th scope="col">Value</th></tr></thead> <tbody> <tr class="printanswersquestion"><th>Date submitted submitdate</th><td class="printanswersanswertext">12/01/2015 16:23:54</td></tr> <tr class="printanswersquestion"><th>IP address </td><td class="printanswersanswertext">127.0.0.1</td></tr> </tbody> <thead class='printanswersgroup'><tr ><th colspan="2">Test Group</th></tr></thead> <tbody class="group"> <tr class="printanswersquestion"><th colspan="2">Q1 : Multi text</th></tr> <tr class="printanswerssubquestion"><td>Sub question #1</td><td class="printanswersanswertext">sddsfsdf</td></tr> <tr class="printanswerssubquestion"><td>Sub question #2</td><td class="printanswersanswertext">dsfsdf</td></tr> <tr class="printanswerssubquestion"><td>Sub question #3</td><td class="printanswersanswertext">sdfsd</td></tr> <tr class="printanswerssubquestion"><td>Sub question #4</td><td class="printanswersanswertext">fsdfsdf</td></tr> <tr class="printanswersquestion"><th colspan="2">RANK : Ranking</th></tr> <tr class="printanswerssubquestion"><td>Rank 1</td><td class="printanswersanswertext">sddsfsdf</td></tr> <tr class="printanswerssubquestion"><td>Rank 2</td><td class="printanswersanswertext">dsfsdf</td></tr> <tr class="printanswerssubquestion"><td>Rank 3</td><td class="printanswersanswertext">sdfsd</td></tr> <tr class="printanswerssubquestion"><td>Rank 4</td><td class="printanswersanswertext">fsdfsdf</td></tr> <tr class="printanswersquestion"><th>SINGLE </th><td class="printanswersanswertext">Answer #3 [A3]</td></tr> </tbody> </table> </body></html> | ||||
Bug heat | 10 | ||||
Complete LimeSurvey version number (& build) | 6241aa3a9426a9081a8e2aa30ab9 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Firefox | ||||
Database type & version | Postgresql 9.1 | ||||
Server OS (if known) | Debian Wheezy | ||||
Webserver software & version (if known) | Nginx 1.4.6 | ||||
PHP Version | 5.5.9 | ||||
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14796 |
|
Fix committed to 2.06 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14799 |
|
Version 2.05 Build 141229 released |
|
Before, with Array question type and Multi checkbox, we have, with {ANSWERTABLE} Q1 Now, we have: In PDF: Now I really think 2.00 system is better. Something like that etc .... |
|
Do you think previous method is better for specific types of questions or for all of them? For HTML, PDF or both of them? What do you propose to solve the problem I describe in first comment of this thread? There is no mark of the end of a multi answer question (for example a matrix). |
|
We have it 3 times (we use same fuction 3 times). We have to have a better mockup for the 3. Actually, i don't like to see X times the same question for Array, i think a global header is better. Something more near HTML for survey Multichoice question
(Have to mockup the 3 before update, but still : see X times the same text seems very unproductive). |
|
@aesteban : first mackup : only for print part : using thead/th . No style inside but: .printanswersquestion |
|
Hi aesteban, For information : tcpdf accept a css file included , i use All my text is in $sText, but maybe we can add this. Include a "default css style", replace if printpdf.css exist in template and include in writeHtml. :) |
|
Updated TCPDF to latest version. |
|
This version of LimeSurvey is not longer supported. Please check so that the issue is fixed in a more recent version of LimeSurvey. If it's not, please reopen this bug report. Thank you. |
|
LimeSurvey: master c4f083ed 2014-12-27 14:42 Details Diff |
Fixed issue 09425: Absence of delimeter at the end of a question group |
Affected Issues 09425 |
|
mod - application/controllers/PrintanswersController.php | Diff File | ||
mod - application/helpers/admin/export/PdfWriter.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/libraries/admin/pdf.php | Diff File | ||
LimeSurvey: 2.06 2844d97b 2014-12-27 14:42 Details Diff |
Fixed issue 09425: Absence of delimeter at the end of a question group |
Affected Issues 09425 |
|
mod - application/controllers/PrintanswersController.php | Diff File | ||
mod - application/helpers/admin/export/PdfWriter.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/libraries/admin/pdf.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-12-27 13:01 | aesteban | New Issue | |
2014-12-27 13:01 | aesteban | Status | new => assigned |
2014-12-27 13:01 | aesteban | Assigned To | => aesteban |
2014-12-27 13:01 | aesteban | File Added: question-group-problem.png | |
2014-12-27 13:02 | aesteban | Summary | Absence of separator at the end of a question group => Absence of delimeter at the end of a question group |
2014-12-27 13:25 | aesteban | Category | Survey taking => Print View |
2014-12-27 14:46 | aesteban | Changeset attached | => LimeSurvey master c4f083ed |
2014-12-27 14:46 | aesteban | Note Added: 31353 | |
2014-12-27 14:46 | aesteban | Resolution | open => fixed |
2014-12-27 15:50 | aesteban | Changeset attached | => LimeSurvey 2.06 2844d97b |
2014-12-27 15:50 | aesteban | Note Added: 31356 | |
2014-12-27 15:52 | aesteban | Status | assigned => resolved |
2014-12-29 15:33 | c_schmitz | Note Added: 31367 | |
2014-12-29 15:33 | c_schmitz | Status | resolved => closed |
2015-01-10 16:04 | DenisChenu | Note Added: 31449 | |
2015-01-10 16:04 | DenisChenu | Status | closed => feedback |
2015-01-10 16:04 | DenisChenu | Resolution | fixed => reopened |
2015-01-11 13:20 | aesteban | Note Added: 31450 | |
2015-01-11 13:20 | aesteban | Status | feedback => assigned |
2015-01-11 13:55 | aesteban | Issue Monitored: aesteban | |
2015-01-11 14:54 | DenisChenu | Note Added: 31451 | |
2015-01-11 14:55 | DenisChenu | Note Edited: 31451 | |
2015-01-12 16:45 | DenisChenu | Issue Monitored: DenisChenu | |
2015-01-12 16:49 | DenisChenu | Note Added: 31456 | |
2015-01-12 16:50 | DenisChenu | File Added: Multiple.html | |
2015-01-12 16:50 | DenisChenu | File Added: Capture du 2015-01-12 16:49:45.png | |
2015-01-12 16:51 | DenisChenu | File Deleted: Multiple.html | |
2015-01-12 16:51 | DenisChenu | File Added: Multiple.html | |
2015-01-12 16:53 | DenisChenu | Note Edited: 31456 | |
2015-01-12 16:53 | DenisChenu | Note Edited: 31456 | |
2015-06-24 18:20 | DenisChenu | Note Added: 32506 | |
2016-08-17 16:34 | c_schmitz | Note Added: 40325 | |
2020-03-13 18:46 | c_schmitz | Note Added: 56476 | |
2020-03-13 18:46 | c_schmitz | Status | assigned => closed |
2021-08-03 22:28 | guest | Bug heat | 6 => 10 |