--- loncom/homework/inputtags.pm 2003/01/24 19:49:48 1.80 +++ loncom/homework/inputtags.pm 2003/01/24 22:02:45 1.81 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.80 2003/01/24 19:49:48 www Exp $ +# $Id: inputtags.pm,v 1.81 2003/01/24 22:02:45 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -299,8 +299,8 @@ sub decideoutput { $message = "This question expects a numeric answer"; $button=1; } elsif ($award eq 'MISORDERED_RANK') { - $message = 'You have provided an invalid ranking, look '. - 'here for more information.'; + $message = 'You have provided an invalid ranking, please refer to '. + &Apache::loncommon::help_open_topic('Ranking_Problems','help on ranking problems').'.'; $button=1; } elsif ($award eq 'INVALID_FILETYPE') { $message = 'The filetype extension of the file you uploaded is not allowed.';