Correct vector latex

Hello,
I am working on this activity, and on slide 13, I can’t get it to count the correct answer as correct. Only the incorrect feedback shows up. Can you tell me where I am wrong?

Thanks!

Try this. I think you need quotes " " instead of the back tick marks.
Something like this:

correct=add1.latex="⟨2,6⟩"
initialLatex: `⟨,⟩`
correct: correct
Score= when correct 1 otherwise 0
submitLabel: "Am I right?"

Note I put in the initial latex.

Thank you! That worked!