Evaluated Math Expression used in Note

I would like students to type a numeric expression into a math text box, and then have their result (not their input) appear in a note later on the screen. I know how to do their “input” but not their result.

So in the picture below, I want the red numbers to end up in the note, not their type.

Thanks!

In the note component, you can create a variable that looks something like this:

value = numericValue("${input.latex}")

Then you can either use that variable in the content sink, or if you aren’t going to use the content sink, insert it using this button:
image

1 Like