--- loncom/xml/londefdef.pm 2003/09/30 19:39:00 1.175 +++ loncom/xml/londefdef.pm 2003/09/30 19:51:44 1.176 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.175 2003/09/30 19:39:00 sakharuk Exp $ +# $Id: londefdef.pm,v 1.176 2003/09/30 19:51:44 sakharuk Exp $ # # # Copyright Michigan State University Board of Trustees @@ -2205,7 +2205,7 @@ sub start_applet { my $code=&Apache::lonxml::get_param('code',$parstack,$safeeval, undef,1); if ($code=~/TrueFalse\.class/) { - $currentstring.='\begin{center} $\bigcirc$ True \hskip 10 mm $\bigcirc$ False\end{center}'; + $currentstring.='\begin{center} \fbox{There is JAVA applet here.}\end{center}'; } } return $currentstring;