--- loncom/interface/statistics/lonstudentassessment.pm 2003/05/12 22:07:17 1.46 +++ loncom/interface/statistics/lonstudentassessment.pm 2003/05/13 15:00:42 1.47 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.46 2003/05/12 22:07:17 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.47 2003/05/13 15:00:42 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -274,6 +274,15 @@ my @OutputOptions = show => 'all', show_links => 'yes', }, + { name => 'HTML, with all links', + value => 'html, with all links', + description => 'Output HTML with each symbol linked to the problem '. + 'which generated it. '. + 'This includes links for unattempted problems.', + mode => 'html', + show => 'all', + show_links => 'all', + }, { name => 'HTML, without links', value => 'html, without links', description => 'Output HTML. By not including links, the size of the'. @@ -1164,7 +1173,8 @@ sub StudentPerformanceOnSequence { } } # - if ($links eq 'yes' && $symbol ne ' ') { + if ( ($links eq 'yes' && $symbol ne ' ') || + ($links eq 'all')) { $symbol = '