- Posts: 37
- Thank you received: 4
Ask the community, share ideas, and connect with other LimeSurvey users!
Not as far as I know.Does LimeSurvey support such feature that some questions can be specifically not printed while user clicked the "Print Your Answers" page?
This is not related to print answers, it is for the printable version of the survey - www.limesurvey.org/manual/Question_type_...iew_.28page_break.29I find just a few settings in relation printing, but not sure what does it function for: "Insert page break in printable view"
.printouttable tr:first-child, .printouttable tr:nth-child(2), .printouttable tr:nth-last-child(3), .printouttable tr:last-child {display:none !important}
Coding wise this shouldn't be that difficult. You just need to check the answer before outputting the while line for that question. If it is blank -> skip it.holch wrote: I don't think this is possible, because the print view can't know which questions have responses and which don't. You would probably have to create your own script to read the database, check if there is an answer and then display it accordingly. But I guess this would be quite some programming work.