Referencing Object on Previous Slides

I am wondering if it is possible to reference student input from previous slides and display it on upcoming slides. Anyone know if this can be done?

Yes it can be done. Generally, you can access content using yourInputName.latex for math content you want formatted as latex, or yourInputName.content for text inputs.

If you’re putting it in a note, you’ll need to use ${ } surrounding the above within whatever quote you’re using.

Variables you create in the CL of other components can be accessed using yourComponentName.script.yourVariableName.

1 Like

Thank you! Was able to pull student work from previous slides forward for their reference.