--- loncom/homework/inputtags.pm 2008/03/03 22:49:55 1.241 +++ loncom/homework/inputtags.pm 2008/05/22 22:04:31 1.243 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.241 2008/03/03 22:49:55 www Exp $ +# $Id: inputtags.pm,v 1.243 2008/05/22 22:04:31 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -729,7 +729,7 @@ sub decideoutput { $css_class=$possible_class{'not_charged_try'}; $button = 1; } elsif ($award eq 'MISSING_ANSWER') { - $message = &mt('Some items were not submitted.'); + $message = &mt('Some items were not submitted.').&Apache::loncommon::help_open_topic('Some_Items_Were_Not_Submitted'); $css_class=$possible_class{'not_charged_try'}; $button = 1; } elsif ($award eq 'ERROR') { @@ -745,10 +745,10 @@ sub decideoutput { $css_class=$possible_class{'not_charged_try'}; $button=1; } elsif ($award eq 'MISORDERED_RANK') { - $message = &mt('You have provided an invalid ranking'); - if ($target ne 'tex') { - $message.=', '.&mt('please refer to').' '.&Apache::loncommon::help_open_topic('Ranking_Problems',&mt('help on ranking problems')); - } + $message = &mt('You have provided an invalid ranking.'); + if ($target ne 'tex') { + $message.=' '.&mt('Please refer to [_1]',&Apache::loncommon::help_open_topic('Ranking_Problems',&mt('help on ranking problems'))); + } $css_class=$possible_class{'not_charged_try'}; $button=1; } elsif ($award eq 'INVALID_FILETYPE') {