constant QUIZ_QUESTION_ALWAYS in Quiz 7.5
Same name and namespace in other branches
- 8.6 quiz.module \QUIZ_QUESTION_ALWAYS
- 8.5 quiz.module \QUIZ_QUESTION_ALWAYS
- 7.6 quiz.module \QUIZ_QUESTION_ALWAYS
6 uses of QUIZ_QUESTION_ALWAYS
- QuizQuestion::saveRelationships in question_types/
quiz_question/ quiz_question.core.inc - Save this Question to the specified Quiz.
- quiz_build_question_list in ./
quiz.module - Retrieves a list of questions (to be taken) for a given quiz.
- quiz_questions_form_submit in ./
quiz.admin.inc - Submit function for quiz_questions.
- _quiz_add_questions_to_form in ./
quiz.admin.inc - Adds the questions in the $questions array to the form.
- _quiz_check_num_random in ./
quiz.module - Convert all question statuses back to "always" when the Quiz is no longer set to random.
File
- ./
quiz.module, line 14 - quiz.module Main file for the Quiz module.
Code
define('QUIZ_QUESTION_ALWAYS', 1);