You are here

constant QUIZ_QUESTION_RANDOM in Quiz 8.5

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

Define question statuses...

3 uses of QUIZ_QUESTION_RANDOM
Quiz::getRandomQuestions in src/Entity/Quiz.php
Get random questions for a quiz.
QuizQuestionRelationship::save in src/Entity/QuizQuestionRelationship.php
Saves an entity permanently.
QuizQuestionsForm::submitForm in src/Form/QuizQuestionsForm.php
Form submission handler.

File

./quiz.module, line 26
Contains quiz.module

Code

define('QUIZ_QUESTION_RANDOM', 0);