Forum Discussion
samer
8 years agoCommunity Member
Print results page formatting
Hello,
I have print functionality to print the results of an essay question for the user. When I try and print the question table column width is huge! Please see attached. Is there anyway I can c...
TracyParish
5 years agoSuper Hero
Found this other thread helpful in answering this question.
https://community.articulate.com/discussions/articulate-storyline/customize-survey-results-printout
This report.html file is found in the story_content folder.
The report.html file that is in the link above worked for me, but I further adjusted this part of the file (the number) to a percentage that worked for my situation. I needed a very narrow "question" column so I set mine to 10%.
.question {
text-align: left;
width: 46.25%;
}
Related Content
- 2 months ago