Two Inputs in a Row

Hello Everyone,
I have a new problem now. How can I self-check a row of the table that has two numerical inputs? Students will write “5” and “6” in the row.

You can use the logical operator and to check for two conditions.

So for example

this.cellNumericValue(1,1) = 5 and this.cellNumericValue(1,2) = 6

Thank you for your valuable help, so what will students write in the row as an answer for the check? 5 and 6? 5, 6? or something else?

Sorry for the late response. I assumed you would have two columns in your table. Like so:

Column 1 Column 2
5 6

Thank you very much :slight_smile: