--- loncom/homework/externalresponse.pm 2010/12/20 20:15:55 1.17 +++ loncom/homework/externalresponse.pm 2010/12/21 01:53:08 1.18 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # external style responses # -# $Id: externalresponse.pm,v 1.17 2010/12/20 20:15:55 www Exp $ +# $Id: externalresponse.pm,v 1.18 2010/12/21 01:53:08 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -130,10 +130,10 @@ sub end_externalresponse { if ($target eq 'web') { &Apache::response::setup_prior_tries_hash(\&format_prior_response); if (&Apache::response::show_answer()) { - $result.='
'.&mt('Your answer:').''.&mt("Computer's answer information").'
'.
+           $result.='
'.&mt('Your answer:').'
'.
                     $Apache::lonhomework::history{"resource.$part.$id.submission"}.
-                    '
'.&Apache::lonxml::get_param('answerdisplay',$parstack,$safeeval).
-                    '
'; + '

'.&Apache::lonxml::get_param('answerdisplay',$parstack,$safeeval). + '
'; } if ($Apache::externalresponse::message) { $result.='
'.$Apache::externalresponse::message.'

';