--- loncom/interface/lonprintout.pm 2005/03/08 23:29:11 1.367 +++ loncom/interface/lonprintout.pm 2005/03/15 00:43:06 1.368 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.367 2005/03/08 23:29:11 foxr Exp $ +# $Id: lonprintout.pm,v 1.368 2005/03/15 00:43:06 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2068,8 +2068,7 @@ CHOOSE_FROM_ANY_SEQUENCE $paramHash->{CHOICES} = [ ['Without Answers', 'yes'], ['With Answers', 'no'], - ['Only Answers', 'only'], - ['As Exam Problem', 'exam'] + ['Only Answers', 'only'] ]; Apache::lonhelper::dropdown->new(); addMessage("");