How to conditionally show caption?
Hi,
In the applet https://www.geogebra.org/classic/wt6k4cup , I use a slider t to draw the height of a triangle and I want the height caption "h" (Latex format $h \$) to be shown only when t==1.
I tried to define the caption "h" as text and conditionally show the text when t==1, but it seems not to be working.
Please advise a way to do it.