constant QUESTION_ALWAYS in Quiz 6.2
Same name and namespace in other branches
- 8.4 quiz.module \QUESTION_ALWAYS
- 5.2 quiz.module \QUESTION_ALWAYS
- 5 quiz.module \QUESTION_ALWAYS
- 6.6 quiz.module \QUESTION_ALWAYS
- 6.3 quiz.module \QUESTION_ALWAYS
- 6.4 quiz.module \QUESTION_ALWAYS
- 6.5 quiz.module \QUESTION_ALWAYS
- 7 quiz.module \QUESTION_ALWAYS
- 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);