When player code has an error, a error message appears.
1st on a larger font size is the proposed solution: example try this.findNearestEnemy()
2nd on a much smaller size is the actual error cause: example enimy not defined, or enemy is null
I am teaching young children and they are thrown off by these error messages because they try to jump and add the proposed solution to the code without reading or considering the error cause.
Sometimes the proposed solution does not work, and the real solution (correct the spelling on a variable name or add a if not-null test) requires the students to read the actual error cause.