constant QUIZ_QUESTION_ALWAYS in Quiz 8.5
Same name and namespace in other branches
- 8.6 quiz.module \QUIZ_QUESTION_ALWAYS
- 7.6 quiz.module \QUIZ_QUESTION_ALWAYS
- 7.5 quiz.module \QUIZ_QUESTION_ALWAYS
3 uses of QUIZ_QUESTION_ALWAYS
- Quiz::buildLayout in src/
Entity/ Quiz.php - Retrieves a list of questions (to be taken) for a given quiz.
- Quiz::getNumberOfRequiredQuestions in src/
Entity/ Quiz.php - Get the number of required questions for a quiz.
- QuizQuestionsForm::submitForm in src/
Form/ QuizQuestionsForm.php - Form submission handler.
File
- ./
quiz.module, line 27 - Contains quiz.module
Code
define('QUIZ_QUESTION_ALWAYS', 1);