You are here

constant QUESTION_ALWAYS in Quiz 5

Same name and namespace in other branches
  1. 8.4 quiz.module \QUESTION_ALWAYS
  2. 5.2 quiz.module \QUESTION_ALWAYS
  3. 6.6 quiz.module \QUESTION_ALWAYS
  4. 6.2 quiz.module \QUESTION_ALWAYS
  5. 6.3 quiz.module \QUESTION_ALWAYS
  6. 6.4 quiz.module \QUESTION_ALWAYS
  7. 6.5 quiz.module \QUESTION_ALWAYS
  8. 7 quiz.module \QUESTION_ALWAYS
  9. 7.4 quiz.module \QUESTION_ALWAYS
5 uses of QUESTION_ALWAYS
multichoice_delete in ./multichoice.module
Implementation of hook_delete().
multichoice_insert in ./multichoice.module
Implementation of hook_insert().
quiz_build_question_list in ./quiz.module
Retrieves a question list for a given quiz
quiz_questions_form_submit in ./quiz.module
Submit function for quiz_questions
quiz_validate in ./quiz.module
Implementation of hook_validate().

File

./quiz.module, line 16
Quiz Module

Code

define('QUESTION_ALWAYS', 1);