Using the submit button with a table

I have a table set up and want to set up user feedback in a note depending on 1) if values are entered in all the cells, 2) if the values are correct.

I want the checking to happen after the student hits the “submit” button, but can’t figure out how to trigger the response.

Hope that makes sense!

Jeff,

Are you wanting it to be something like this?

https://teacher.desmos.com/activitybuilder/custom/5b1e80ce0abfa712d3c08085

1 Like

I have the same question but this link no longer works. Could you please post it again?

Not sure what their solution was, but probably something like…

content: when button.submitted and {your correct conditions here} {your correct text}
when button.submitted {your feedback}
otherwise {default text}

1 Like

Looking for the same action so I can disable the action button until the table is filled out.