You are here

constant QUIZ_QUESTION_ALWAYS in Quiz 7.6

Same name and namespace in other branches
  1. 8.6 quiz.module \QUIZ_QUESTION_ALWAYS
  2. 8.5 quiz.module \QUIZ_QUESTION_ALWAYS
  3. 7.5 quiz.module \QUIZ_QUESTION_ALWAYS
7 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_get_score_data in ./quiz.module
Return highest score data for given quizzes.
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

... See full list

File

./quiz.module, line 13
quiz.module Main file for the Quiz module.

Code

define('QUIZ_QUESTION_ALWAYS', 1);