h5p / h5p-single-choice-set

MIT License
2 stars 63 forks source link

Stop giving away correct answers in page source #53

Open otacke opened 4 years ago

otacke commented 4 years ago

In its current implementation, Single Choice Set uses CSS classes to determine which answer is correct and which are wrong. This, of course, allows very easy cheating, cmp. https://www.instagram.com/p/CCBSRl7izWw/ While you can never rule out cheating with client site evaluation, let's make it a little harder at least :-)

When merged in, the changes will stop using CSS classes to determine which answer is correct and which are wrong but use the options parameter that's there anyway.