Hello,
With my beginner skill level, I am finding increased frustration each time you issue a challenge.
I would feel less frustrated if your challenges were more scaffolded for lower-skill users. A steady progression of hints could be added in to nudge people in the right direction.
Example: After a short delay, “All of the code you will be writing will be occurring underneath void OnUserInput”.
Ex: After a further delay; “The program will tell you True or False. You do not have to explicitly code these commands.”
Ex: After a further delay: “A working code will only add 5 characters.”
Etc. Etc.
During the current lesson’s “challenge”, I spent a good amount of time trying things like print(“True”) and print(“False”). I had no idea the code would return the true / false statement without further programming.