You are here

function _phrase_captcha_available_word_challenges in CAPTCHA Pack 6

Same name and namespace in other branches
  1. 8 text_captcha/modules/phrase_captcha/phrase_captcha.module \_phrase_captcha_available_word_challenges()
  2. 5 text_captcha/phrase_captcha/phrase_captcha.module \_phrase_captcha_available_word_challenges()
  3. 7 text_captcha/phrase_captcha/phrase_captcha.module \_phrase_captcha_available_word_challenges()
2 calls to _phrase_captcha_available_word_challenges()
phrase_captcha_settings_form in text_captcha/phrase_captcha/phrase_captcha.admin.inc
Administration form
_phrase_captcha_enabled_word_challenges in text_captcha/phrase_captcha/phrase_captcha.inc

File

text_captcha/phrase_captcha/phrase_captcha.inc, line 70

Code

function _phrase_captcha_available_word_challenges() {
  return array(
    '_phrase_captcha_word_question_word_index' => 'Word index',
    '_phrase_captcha_word_question_alphabetical_misplaced' => 'Alphabetical misplacement',
    '_phrase_captcha_word_question_double_occurence' => 'Double occurence',
  );
}