--- loncom/interface/lonprintout.pm 2003/07/14 14:30:35 1.203 +++ loncom/interface/lonprintout.pm 2003/07/28 13:46:42 1.205 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.203 2003/07/14 14:30:35 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.205 2003/07/28 13:46:42 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1107,9 +1107,10 @@ HELPERFRAGMENT
How should the results be printed?
- Start each student\'s assignment on a new page (add a pagefeed after each assignment) - Add one empty page after each student\'s assignment - Add two empty pages after each student\'s assignment + Start each student\'s assignment on a new page/column (add a pagefeed after each assignment) + Add one empty page/column after each student\'s assignment + Add two empty pages/column after each student\'s assignment + Add three empty pages/column after each student\'s assignment CHOOSE_STUDENTS @@ -1130,7 +1131,7 @@ CHOOSE_FROM_SUBDIR $xmlfrag .= <<'CHOOSE_FROM_SUBDIR'; return $filename =~ - m/^[^\.]+\.(problem|exam|quiz|assess|survey|form|library)$/; + m/\.(problem|exam|quiz|assess|survey|form|library)$/;