strange/confusing CAPTCHA
I was asked to provide at least 11 numbers, so I tried to type in: "0 1 2 3 4 5 6 7 8 9 10". But I noticed that the input field does not allow such a long string.
Then I came to the idea that not 11 numbers were meant, but 11 digits instead, so I typed in "01234567890". And I passed.
But this is not a correct answer to the question, because "0123457890" is just one (very large) number, but with 11 digits. The answer I tried to type in is a correct one.
Obviously somebody got the difference between number and digit wrong:
In our decimal system, digits are 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. A number is simply a string of digits of any length, for example 3, 10, 0040122345, 25, etc.
The CAPTCHA should ask for a whole number which has at least 11 digits. The CAPTCHA should be something like "Just enter 11 random digits", that would be totally unabigious (I hope).