Building a full screen graph across multiple slides

I am new here, and though I’ve been playing around a tiny bit with CL, it’s definitely out of my comfort zone.

Right now I’m trying to build an activity that uses multiple screens with the full screen graphing calculator. I want students’ work to transfer from one screen to the next. For example, the list of numbers they enter in an expression line in the first slide of the graphing calculator needs to be the same list that appears on the next full screen graphing calculator slide and is able to be edited going forward.

Thanks for the help!

I’m trying to figure this out too! Let me know if you find anything out.

Their list would need to be named (e.g. L=[1,2,3,4,5]), then you could use it in the next graph using the CL:

numberList(`L`): graph1.numberList(`L`)

Students won’t be able to see it listed as an expression though. They could see it in a table within the graph if you title the column L.