You are here

constant QUIZ_QUESTION_RANDOM in Quiz 7.6

Same name and namespace in other branches
  1. 8.6 quiz.module \QUIZ_QUESTION_RANDOM
  2. 8.5 quiz.module \QUIZ_QUESTION_RANDOM
  3. 7.5 quiz.module \QUIZ_QUESTION_RANDOM

Define question statuses...

4 uses of QUIZ_QUESTION_RANDOM
QuizQuestion::saveRelationships in question_types/quiz_question/quiz_question.core.inc
Save this Question to the specified Quiz.
quiz_questions_form_submit in ./quiz.admin.inc
Submit function for quiz_questions.
_quiz_get_random_questions in ./quiz.module
Get an array list of random questions for a quiz.
_quiz_update_items in ./quiz.admin.inc
Update a quiz set of items with new weights and membership

File

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

Code

define('QUIZ_QUESTION_RANDOM', 0);