Showing right and wrong answers at end of activity

I am looking to show the students the answer on the last slide of my activity. I have copied the code from another activity but am struggling having it fit with my table answers. I can’t get it to read it. I have only started with slide 2 answers. I need help fixing my code for slide 1 then I can do the rest.

quiz 1 desmos activity

You’re missing the end quotes for the content, and table1.script.correct is a Boolean, not text.

When I put the end quotes it says the whole thing is wrong

It says unexpected type in string: boolean

Boolean returns a true or false. It’s not a string, so it “breaks” your code. You need to manually type in the coordinates, since you don’t have a variable for the actual correct answer.