Collecting and displaying student expressions

I’m trying to create a “Number of the day” slide where students enter expressions that equal a given number.

I want to display their expressions for them as they submit.

I can create a note that displays a current expression:

content: “Your expressions:
${number.latex}”

But I have not figured out how to keep and add to their expressions to display a collection in the note.

You could show and hide a bunch of math inputs based on submitCount, and just import each of those into a Note, but I’d recommend instead just making a Table that students can add to infinitely.

1 Like