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