Learn Create Your Own Split Screen

Next Page

It's a little off-topic, but here's that same program which now works so it doesn't matter what mixture of upper and lower case you type your answers in.

We achieve this simply by converting both the expected answer, and the actual answer, to upper case before we compare them. It would work equally well if we converted them to lower case. The point is that by forcing them both to a particular case, it means it doesn't matter what case was actually used.

It's an example of how you can do somethings easily in Javascript that would be quite tedious in Scratch.