--- loncom/homework/functionplotresponse.pm 2011/01/14 01:56:32 1.50 +++ loncom/homework/functionplotresponse.pm 2011/03/24 20:05:25 1.55 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: functionplotresponse.pm,v 1.50 2011/01/14 01:56:32 www Exp $ +# $Id: functionplotresponse.pm,v 1.55 2011/03/24 20:05:25 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -75,7 +75,7 @@ sub geogebra_default_parameters { - + @@ -108,7 +108,7 @@ sub init_script { $script.="if (param=='applet_$id') { loaded_$id=true; }\n"; } $script.="if (".join(' && ',map { "loaded_$_" } (@Apache::functionplotresponse::callscripts)). - ") { setTimeout('ggbInitAll()',20) }"; + ") { setTimeout('ggbInitAll()',200) }"; my $calls=join("\n",map { "ggbInit_$_();" } (@Apache::functionplotresponse::callscripts)); return (< @@ -184,7 +184,7 @@ sub set_slope_coordinate { my $mult=($fixed?'a*':''); return (<