--- loncom/interface/statistics/lonstathelpers.pm 2005/04/08 13:35:50 1.49 +++ loncom/interface/statistics/lonstathelpers.pm 2005/04/19 13:59:35 1.50 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.49 2005/04/08 13:35:50 albertel Exp $ +# $Id: lonstathelpers.pm,v 1.50 2005/04/19 13:59:35 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -132,7 +132,7 @@ Skips 'survey' problems. #################################################### #################################################### sub problem_selector { - my ($AcceptedResponseTypes) = @_; + my ($AcceptedResponseTypes,$sequence_addendum) = @_; my $Str; $Str = "\n\n"; my $rb_count =0; @@ -179,8 +179,15 @@ sub problem_selector { } } if ($seq_str ne '') { - $Str .= ''. + $Str .= ''. + ''. "\n".$seq_str; + if (defined($sequence_addendum)) { + $Str .= ''. + (''x2). + ''. + "\n"; + } } } $Str .= "
 '.$seq->compTitle.'
 '.$seq->compTitle.'
 '.$sequence_addendum.'
\n";