constant QUESTION_NEVER in Quiz 6.5
Same name and namespace in other branches
- 8.4 quiz.module \QUESTION_NEVER
- 5.2 quiz.module \QUESTION_NEVER
- 5 quiz.module \QUESTION_NEVER
- 6.6 quiz.module \QUESTION_NEVER
- 6.2 quiz.module \QUESTION_NEVER
- 6.3 quiz.module \QUESTION_NEVER
- 6.4 quiz.module \QUESTION_NEVER
- 7 quiz.module \QUESTION_NEVER
- 7.4 quiz.module \QUESTION_NEVER
7 uses of QUESTION_NEVER
- multichoice_update in question_types/
multichoice/ multichoice.module - Implementation of hook_update().
- quiz_node_map in ./
quiz.module - Map node properties to a question object.
- quiz_set_questions in ./
quiz.module - Sets the questions that are assigned to a quiz.
- quiz_update_questions in ./
quiz.module - Updates the status of questions assigned to the quiz. Possible statuses are 'random', 'always', 'never'.
- quiz_update_quiz_question_relationship in ./
quiz.module - Updates quiz-question relation entries in the quiz_node_relationship table.
File
- ./
quiz.module, line 37 - Quiz Module
Code
define('QUESTION_NEVER', 2);