[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm

bowersj2 lon-capa-cvs@mail.lon-capa.org
Mon, 05 May 2003 18:01:21 -0000


bowersj2		Mon May  5 14:01:21 2003 EDT

  Modified files:              
    /loncom/interface	lonprintout.pm 
  Log:
  Add element for the user to select pagefeed parameters for printing.
  
  
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.148 loncom/interface/lonprintout.pm:1.149
--- loncom/interface/lonprintout.pm:1.148	Mon May  5 11:09:58 2003
+++ loncom/interface/lonprintout.pm	Mon May  5 14:01:21 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Printout
 #
-# $Id: lonprintout.pm,v 1.148 2003/05/05 15:09:58 bowersj2 Exp $
+# $Id: lonprintout.pm,v 1.149 2003/05/05 18:01:21 bowersj2 Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1891,6 +1891,13 @@
       <mapurl>$map</mapurl>
       <valuefunc>return $symb</valuefunc>
       </resource>
+    <message>How should the results be printed?</message>
+    <choices variable="EMPTY_PAGES">
+      <choice computer='0'>Print all problems with no blank space between them</choice>
+      <choice computer='1'>Put each student's problems on a new page (add pagefeed after each student)</choice> <!-- ' -->
+      <choice computer='2'>Seperate each student's problems with a full blank page</choice> <!-- ' -->
+      <choice computer='3'>Seperate each student's problems with two full blank pages</choice> <!-- ' -->
+      </choices>
     </state>
 CHOOSE_STUDENTS
     }