I would like to have students fill out a table, then extract the information from one cell of the table into a note on a future screen. Is there a way to do that?
Here are the two screens I’m trying to work with (the first is from an activity by Faith Moynihan):
I assume you want to say hi to the student’s name to do that you have to put content: "Hello, ${table1.cellContent(2,1)}" Your original code was right you just didn’t put the right coordinates. (tip: if you’re unsure about the coordinate I do cellContent(1,2): "" ) and keep changing the coordinate until the one I want says cellContent)
Actually, the first non-title cell is 1 for row or column, so now if you have labels in the left column that is also 0. Allows you to also define row and column titles in the CL.