Closed (fixed)
Project:
CAPTCHA Riddler
Version:
5.x-3.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
13 May 2007 at 13:28 UTC
Updated:
1 Sep 2010 at 17:13 UTC
Jump to comment: Most recent file
I would be nice if I could define multiple questions and have a random one picked at each form display.
Nice module, btw :)
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | riddler.module.patch | 2.87 KB | steev |
| #6 | multiriddle.patch | 8.5 KB | David Stosik |
Comments
Comment #1
tknospdr commentedI was going to post the exact same request, good thing I always search first.
Thanks,
David
http://www.FloridaPets.org
Comment #2
imerlin commentedGood suggestion. I'll look into it.
Comment #3
mariuss commentedA suggestion regarding multiple questions. It could be an overkill, not sure, but worth mentioning I thing.
One way to implement multiple questions would be using a template question and an array of values and expected results. For example:
- question: "How many !limb does a !animal have?"
- array of values (column 1 and 2) and expected results (column 3):
legs chicken 2
legs dog 4
wings penguin 2
tails human 0
Comment #4
imerlin commentedI'd like to get some input on how it would be best represented for the user.
So far I have:
So far I'm leaning towards 1. or 2. due to simplicity in the programming and the fact that I don't know jquery. Suggestions welcome.
Comment #5
imerlin commentedPostponed until further
Comment #6
David Stosik commentedHello,
Here is a patch for Captcha riddler to accept multiple riddles, and throw a random riddle when a Captcha is needed.
It applies to 5.x-3.1 version, and was parsed by Coder to have Drupal compliant code.
Regards,
David
Comment #7
imerlin commentedLooks very nice. Been wondering how it would be best to implement this but I'm liking this so far.
Testing for a few days on my website, then I'll submit to CVS. Thanks!
Comment #8
cwgordon7 commentedHas there been any movement on this since August? This is quite an old issue... :)
Comment #9
awolfey commentedI've just added a drupal 6 version of riddler that includes this patch. It also allows multiple possible answers.
Comment #10
janeks commentedThe feature needed for captcha riddler for multiple language sites would be filter for language. I.e the field in a riddler definition that is filled with a language supported by a site. And then the givven riddler question appears only in that langugage.
brgds
Janeks
Comment #11
awolfey commentedJaneks,
I'll take a look at adding this. I'm going to create a new issue for it and close this one.
Moving to #788948: Add multiple language support for Riddler questions.
Comment #12
steev commentedhere's a much simpler patch for multiple questions.
Comment #13
awolfey commentedsteev, I don't know if imerlin is maintaining the D5 branch anymore, but I'm definitely not. He can probably add you as a maintainer if you're interested. Additionally, you can submit a patch for the D6 branch in a new issue, which is being maintained.