You are here

constant QUESTION_ALWAYS in Quiz 6.2

Same name and namespace in other branches
  1. 8.4 quiz.module \QUESTION_ALWAYS
  2. 5.2 quiz.module \QUESTION_ALWAYS
  3. 5 quiz.module \QUESTION_ALWAYS
  4. 6.6 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
4 uses of QUESTION_ALWAYS
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_get_number_of_questions in ./quiz.module
Finds out the number of questions for the quiz.
quiz_questions_form in ./quiz.admin.inc
Handles "manage questions" tab.

File

./quiz.module, line 32
Quiz Module

Code

define('QUESTION_ALWAYS', 1);