--- loncom/homework/functionplotresponse.pm 2011/01/14 01:56:32 1.50 +++ loncom/homework/functionplotresponse.pm 2011/01/28 16:06:49 1.53 @@ -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.53 2011/01/28 16:06:49 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -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 (<