Hoping to get some more help! I am working on Midpoint Formula with my students and I want to be able to check each step of their work. I am currently using this.latex to check each step in the table, but I have come across too many versions of the equation to have to type in order to check each option. I was wondering if there was a way to use parseEquation to check for equivalent equations within the table for this assignment:
This is the code I am currently using:
correct: this.cellContent(1,3)=“” and this.cellContent(1,5) =“
” and this.cellContent(2,3)=“
” and this.cellContent(2,5)=“
” and this.cellContent(3,3)=“
” and this.cellContent(3,5)=“
”
cellContent(1,3):
when (this.cellContent(1,2) =“\frac{-1+x}{2}=-9” or this.cellContent(1,2)=“\frac{x±1}{2}=-9”)“”
otherwise “”
cellContent(1,5):
when (this.cellContent(1,4) =“\frac{9+y}{2}=-10” or this.cellContent(1,4) =“\frac{y+9}{2}=-10”)“”
otherwise “”
cellContent(2,3):
when (this.cellContent(2,2)=“-1+x=-18” or this.cellContent(1,4) =“x±1=18”)“”
otherwise “”
cellContent(2,5):
when (this.cellContent(2,4) =“9+y=-20” or this.cellContent(1,4) =“y+9=-20”)“”
otherwise “”
cellContent(3,3):
when this.cellContent(3,2)=“x=-17” “”
otherwise “”
cellContent(3,5):
when this.cellContent(3,4) =“y=-29” “”
otherwise “”
cellDisableEvaluation(1,2): true
cellDisableEvaluation(1,4): true
cellDisableEvaluation(2,2): true
cellDisableEvaluation(2,4): true
cellDisableEvaluation(3,2): true
cellDisableEvaluation(3,4): true