Clarified module purpose (fixes #25)

This commit is contained in:
Ingo Schommer 2015-01-04 13:12:48 +13:00
parent 2df527478e
commit 801da8bef6

View File

@ -8,7 +8,10 @@
## Introduction
This module provides a simple math protection mechanism for prevent spam on your
forms. It will ask the user to complete an equation such as 1 + 1.
forms. It will ask the user to complete an equation such as "three plus seven".
Note that while the challenge is written in natural language to make it a bit harder to parse for bots,
its by no means a comprehensive solution to avoiding spam.
Includes an EditableMathSpamField to integrate with the UserForms module.