--- loncom/interface/statistics/lonproblemanalysis.pm 2003/11/11 22:14:28 1.49 +++ loncom/interface/statistics/lonproblemanalysis.pm 2003/12/12 20:18:36 1.51 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemanalysis.pm,v 1.49 2003/11/11 22:14:28 matthew Exp $ +# $Id: lonproblemanalysis.pm,v 1.51 2003/12/12 20:18:36 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1403,6 +1403,8 @@ sub CreateInterface { { # These braces are here to organize the code, not scope it. { $Str .= ''.&mt('Analyze Over '); + $Str .= &Apache::loncommon::help_open_topic + ('Analysis_Analyze_Over'); $Str .='
'; + $Str .= ''; + $Str .= '
'; } { $Str .= ''.&mt('Analyze as '); + $Str .= &Apache::loncommon::help_open_topic + ('Analysis_Analyze_as'); $Str .=''. ''. - ''.$res->{'title'}.' '; + ''.$title.' '; # ''.$resptype.' '.$res->{'title'}.' '; if ($partdata->{'option'} > 1) { $seq_str .= &mt('response').' '.$respid;