I am trying to build a webpage with multiple geogebra applets on the same page. This works, however, I am now not able to extract the data from all the independent applets.
When I only had one applet, I could simply call
ggbApplet.getBase64()
Now, however, I have two different applets and the API does not allow me to give an ID when calling getBase64()
, is there still a way to extract this data when having multiple applets?