Table as background in Sketch

Is there a way to take a student’s table from one screen and make it the background of a sketch in another screen?

No way to easily do it. You could edit a graph, make a grid, and have point labels in that you could pull from each individual table cell, but seems like a lot of work if you have a large table.

Thanks. I ended up copying cell contents from the previous page into a new table. Now I want to have another column where either “John” or “Jennifer” is randomly displayed. Preferably half of each. Any ideas?

Try:

r=randomNumberGenerator
cellContent(1,2) = when r.int(0,1)=0 "John" otherwise "Jennifer"

Thanks, that works! I really appreciate your help.

1 Like

Screen 7 is showing an extra choice bubble. Do you know why?