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

raeburn raeburn at source.lon-capa.org
Thu Jun 4 08:51:38 EDT 2015


raeburn		Thu Jun  4 12:51:38 2015 EDT

  Modified files:              
    /loncom/interface	lonprintout.pm 
  Log:
  - &master_seq_to_person_seq() routine
    - Fix typos in comments.
    - Document fifth arg added in rev. 1.631. 
  
  
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.645 loncom/interface/lonprintout.pm:1.646
--- loncom/interface/lonprintout.pm:1.645	Tue Feb 10 14:03:47 2015
+++ loncom/interface/lonprintout.pm	Thu Jun  4 12:51:37 2015
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Printout
 #
-# $Id: lonprintout.pm,v 1.645 2015/02/10 14:03:47 raeburn Exp $
+# $Id: lonprintout.pm,v 1.646 2015/06/04 12:51:37 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -700,12 +700,12 @@
     }
 }
 #
-#  When printing for students, the resoures and order of the
+#  When printing for students, the resources and order of the
 #  resources may need to be altered if there are folders with
 #  random selectiopn or random ordering (or both) enabled.
 #  This sub computes the set of resources to print for a student
 #  modified both by random ordering and selection and filtered
-#  to only those that are in the original set selcted to be printed.
+#  to only those that are in the original set selected to be printed.
 #
 # Parameters:
 #   $map - The URL of the folder being printed.
@@ -716,6 +716,9 @@
 #   $who   - Student/domain for whome the sequence will be generated.
 #   $code  - CODE being printed when printing Problems/Resources
 #            from folder for CODEd assignments
+#   $nohidemap - If true, parameter in map for hiddenresource will be
+#                ignored.  The user calling the routine should have
+#                both the pav and vgr privileges if this is set to true).
 #
 # Implicit inputs:
 #   $




More information about the LON-CAPA-cvs mailing list