You are here

constant QUESTION_NEVER in Quiz 6.4

Same name and namespace in other branches
  1. 8.4 quiz.module \QUESTION_NEVER
  2. 5.2 quiz.module \QUESTION_NEVER
  3. 5 quiz.module \QUESTION_NEVER
  4. 6.6 quiz.module \QUESTION_NEVER
  5. 6.2 quiz.module \QUESTION_NEVER
  6. 6.3 quiz.module \QUESTION_NEVER
  7. 6.5 quiz.module \QUESTION_NEVER
  8. 7 quiz.module \QUESTION_NEVER
  9. 7.4 quiz.module \QUESTION_NEVER
5 uses of QUESTION_NEVER
quiz_get_questions in ./quiz.module
Retrieve list of published questions assigned to quiz.
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_quiz_question_relationship in ./quiz.module
Copies quiz-question relation entries in the quiz_node_relationship table from an old version of a quiz to a new.
_quiz_delete_question in question_types/quiz_question/quiz_question.module
Delete the question node from the db, and mark its identifiers in the quiz linking table as "NEVER". This is safer than deleting them and allows for same tracing of what's happened if a question was deleted unintentionally.

File

./quiz.module, line 37
Quiz Module

Code

define('QUESTION_NEVER', 2);