I have reviewed the lesson and her code and can’t find the issue. She really enjoys coding so hoping someone has some advice so she can learn from this and continue.
The problem is in how you are trying to reference the sprite object.
var kite = createSprite(300, 50);
kite.setAnimation("Kite");
"Kite".scale = 0.5;
The student has created a sprite with the name kite.
Now to reference the kite object, you have use that name exactly. They did this correctly in line 2 for the set animation.
In line 3, they name is incorrect. It is both in quotes and is capitalized. It needs to read