--- loncom/interface/lonprintout.pm 2002/09/04 04:03:00 1.51.2.1
+++ loncom/interface/lonprintout.pm 2002/09/05 19:35:00 1.55
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Printout
#
-# $Id: lonprintout.pm,v 1.51.2.1 2002/09/04 04:03:00 albertel Exp $
+# $Id: lonprintout.pm,v 1.55 2002/09/05 19:35:00 sakharuk Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -43,7 +43,10 @@ use strict;
use Apache::Constants qw(:common :http);
use Apache::lonxml;
use Apache::lonnet;
+use Apache::loncommon;
use Apache::inputtags;
+use Apache::loncoursedata;
+use Apache::grades;
use Apache::edit;
use Apache::File();
use POSIX qw(strftime);
@@ -73,13 +76,18 @@ sub menu_for_output {
(you will print what you see on the screen)
ENDMENUOUT1
if ((not $ENV{'request.role'}=~m/^au\./) and (not $ENV{'request.role'}=~m/^ca\./)) {
- $r->print(<print(< All problems from the primary sequence
The whole primary sequence (problems plus all html and xml files)
All problems from the top level sequence
ENDMENUOUT2
}
+ if ($ENV{'request.role'}=~m/^cc\./ or $ENV{'request.role'}=~m/^in\./ or $ENV{'request.role'}=~m/^ta\./) {
+ $r->print(< Print assignment (all problems from the primary sequence) for group of students