Hello! I would like the teacher dashboard to show if students have entered correct equations into a table.
I have set it up to check the equations at certain values, but I can’t get the dashboard to show the correct message.
Here’s the example Check table of equations Activity
And here’s the code I was trying:
f=table2.cellContent(1,2)
check1= simpleFunction(f).evaluateAt(0)=128 and simpleFunction(f).evaluateAt(1)=132
g=table2.cellContent(1,2)
check2= simpleFunction(g).evaluateAt(0)=128 and simpleFunction(g).evaluateAt(1)=128
h=table2.cellContent(1,2)
check3= simpleFunction(h).evaluateAt(0)=128 and simpleFunction(h).evaluateAt(1)=64
correct: check1 and check2 and check3