Print results page formatting

May 22, 2018

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
Tracy Parish

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%;
}