Printing

When a questionnaire is printed, page breaks now start printing on a new piece of paper.

The Grid examples (2007 Schools Assessment) shows how to construct a "Print my answers" link that displays the responses entered so far on one page and can be printed.

It is possible to print a response after it has been submitted. The Data Review and Modification API must be enabled, data must be saved in its own table and the authenticated user ID must be saved, and the Security page must allow reviewing data by the Visitor. When all these conditions are met, use a URL like this: [/webappname]/Router.jsp?cmd=reviewdata&pollid=YourPlace!Yourquestionnaire (see the Grid example for a nearly identical URL).

 

Next:  Live Tallying