constant QUIZ_QUESTION_RANDOM in Quiz 8.6
Same name and namespace in other branches
- 8.5 quiz.module \QUIZ_QUESTION_RANDOM
- 7.6 quiz.module \QUIZ_QUESTION_RANDOM
- 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);