--- loncom/homework/functionplotresponse.pm 2024/06/30 20:15:19 1.105.2.4 +++ loncom/homework/functionplotresponse.pm 2015/04/05 17:09:12 1.110 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # Functionplot responses # -# $Id: functionplotresponse.pm,v 1.105.2.4 2024/06/30 20:15:19 raeburn Exp $ +# $Id: functionplotresponse.pm,v 1.110 2015/04/05 17:09:12 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -159,11 +159,9 @@ sub html5_geogebra_startcode { unless ($height) { $height=400; } my $code=&geogebra_internal_program(); return (<
-
+data-param-ggbbase64="$code"> ENDSTARTCODE }