When printing a Survey Response or printing to PDF, Image scales/Smileys and customer's choices/answers are not displayed in the Print outputIssue When printing a Survey Response OR Print to PDF, Image scales/Smileys and customer's choices/answers are not displayed in the Print outputHow to get the image scales/choices in Survey Response to display in the Print output Steps to Reproduce: Customer was using a custom UI Action- View Printable VersionIssue reproducible out of the box in the base system using browser print optionCreate a SurveyIn Survey Designer, drag the Template control to the Category gridClick on the cogwheel for the template, select 'Smiley Faces'Add your questions as neededAdd a trigger condition for the survey e.g incident State changes to ResolveResolve an incidentTake and submit the SurveyOpen the Survey instance and click on 'View User's response' related linkObserve the view of the assessment/survey instance and that image scales and the user's choices/answers are displayedRight-click on the header and click Print*Note that answers to image scale questions are not shown in preview when compared to 'View User's response' above CauseThis is a Platform behaviour across platform. When you use Chrome's print option it skips the images.ResolutionThere is an option to display the images in the Print option 1). Add the following style:-----------------<style>img {visibility: visible;display: block;}</style>---------to the clone of 'assessment_take2' UI Page.This will show images in print preview.2). The customer can clone 'assessment_take2' ui page (as it is not supported to modify out of the box objects) and add this style 3). Then on their print preview button, redirect to this cloned ui page.Please note that customization/implementation issues are outside the scope of ServiceNow Technical Support. <br/>img { <br/>visibility: visible; <br/>display: block; <br/>} <br/>