How do I copy a math response onto the next slide?

I’m trying to copy the equation they write on slide 4 so that it appears on slide 5. I copied the code directly from another q&a for the same topic, but it’s not working for me.

Here is an example. Let me know if that’s not what you are looking for. [Copy of] Distance Formula Applications • Activity Builder by Desmos

Thank you! Where did the eqn button on your slide come from? I just copied and pasted and not it works.

On slide 1, I named the math box inputEquation.

On slide 2, inside the CL of the note, I put eqn = inputEquation.latex

That defines a variable inside the note that pulls the latex string from the input box on slide 1. Once you have a variable defined inside a note, you will notice a button on the lower right of the note component labeled {#}. If you click that, you will get a list of variables defined inside the CL. This is how you create a “dynamic note”.

I recommend reading the documentation at Computation Layer Documentation Going through the Getting Started section should help. It’s all explained and there are lots of examples.