Skip to content

captcha question return a {a|b}

edited October 2014 in New Engines/Platforms
Hi,

var={a|b}

Then var will be set to "a", or "b". Right?

But, if  var=%question%
and if question_captcha_solver return {a|b}
Will it return "{a|b}" ? or  maybe "a" or "b"


Comments

  • in other word, can question_captcha_solver  return spin syntaxed content ?
  • 3) can question_captcha_solver   return "%columnspinfile-\fr\address_data.dat-2%|%random_option%" ?

    (That would be great)
  • ok, i tryed,
    and answer are:

    no, no and no...
  • SvenSven www.GSA-Online.de
    hmm why should a question solver return anything else than the correct answer?
  • edited October 2014
    Because, sometime, even if i set (for example):
    *do you have a dog*=1  
    Ser continue to send to my (own) question_captcha_solver ,  question "do you have a dog?" ...
    So, there is somewhere a problem in "field matching", and so far, it would increase sucess rate if question_captcha_solver could answer {1|yes|1 dog}

    NOTE: maybe i missunderstood something, and SER should not send to question_captcha_solver  question like "do you have a dog?" while *do you have a dog*= is defined...  but it does
  • SvenSven www.GSA-Online.de
    ok next version will accept spin syntax
  • edited October 2014
    great!!!!   :)
Sign In or Register to comment.