- Why is this important?
Many competitions utilize Google Forms for testing - especially with a Start Form / Answer Sheet form. However, many parts of the form are stored client side, such as answer validation or confirmation messages.
- If a tournament uses a "Start Form" with a "Answer Sheet" form, the source of the google form (ctrl-u or F12) can show competitors text in the confirmation message (the message that is displayed after submission). Competitors can easily ctrl-f and find links to tests and other forms that you link in this message.
- If you use response validation to check short answer questions, the answer is stored as a plaintext in the source - competitors can find all answers trivially.
I've included a sample form for reference: https://forms.gle/Vk449sDBEa9P74737.
TL;DR: don't use google forms for tests