Right now the easiest way to print out the survey as a pdf (e.g., for an appendix in a paper) is to render the survey.qmd file and then save it as a pdf. But this approach doesn't render the same way as in the live app, and especially for any reactive values, which won't appear at all in the survey.qmd as they are served by the app. There should be a way to remote control chrome to navigate through a live survey and record each page into a pdf, similar to how the renderthis::to_pdf() function works.
Right now the easiest way to print out the survey as a pdf (e.g., for an appendix in a paper) is to render the survey.qmd file and then save it as a pdf. But this approach doesn't render the same way as in the live app, and especially for any reactive values, which won't appear at all in the survey.qmd as they are served by the app. There should be a way to remote control chrome to navigate through a live survey and record each page into a pdf, similar to how the
renderthis::to_pdf()function works.