[–] [deleted] 0 points 4 points (+4|-0) ago 

[Deleted]

0
1

[–] inner-city-youf 0 points 1 point (+1|-0) ago 

Haha, came in to say exactly this.

0
2

[–] WORF_MOTORBOATS_TROI 0 points 2 points (+2|-0) ago 

How do we know that you're not the one trying to cheat

0
1

[–] hrdtak 0 points 1 point (+1|-0) ago 

The JavaScript is accessible and the users would be able to see the code/logic if they knew how to read it. It could be obfuscated to make it more challenging, but it is still all client side.

The normal way to do it would be to have a server side aplication that validates the answers, so the answers and logic aren't stored locally.

0
1

[–] sakuramboo 0 points 1 point (+1|-0) ago 

The code to handle the data of the survey is supposed to be done in something other than HTML or CSS. Whatever is used to handle that, the user will never see it because it's server side.