Forum Discussion
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 change so the student answer column is wider?
thanks
sharon
3 Replies
Hello S!
Although there's not a built-in feature that will allow you to customize the columns on the Print Results page, someone in the community with some coding savvy may be able to help you edit the report.html.
- DeliaWestCommunity Member
I am also interested in how to customize the Print Results page.
I would like to change the "Student Answer" to something else. I can't find where to even access the code to change it (assuming I know how to change it in the first place, which I do not...yet.)
- TracyParishSuper 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%;
}