--- loncom/homework/functionplotresponse.pm 2024/05/29 16:23:10 1.111 +++ loncom/homework/functionplotresponse.pm 2024/06/06 15:55:19 1.112 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # Functionplot responses # -# $Id: functionplotresponse.pm,v 1.111 2024/05/29 16:23:10 raeburn Exp $ +# $Id: functionplotresponse.pm,v 1.112 2024/06/06 15:55:19 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -159,9 +159,11 @@ sub html5_geogebra_startcode { unless ($height) { $height=400; } my $code=&geogebra_internal_program(); return (<
+data-param-useBrowserForJS="true" data-param-ggbbase64="$code"> +
ENDSTARTCODE }