constant QUIZ_KEEP_ALL in Quiz 7.6
Same name and namespace in other branches
- 8.6 quiz.module \QUIZ_KEEP_ALL
- 8.4 quiz.module \QUIZ_KEEP_ALL
- 8.5 quiz.module \QUIZ_KEEP_ALL
- 6.4 quiz.module \QUIZ_KEEP_ALL
- 7 quiz.module \QUIZ_KEEP_ALL
- 7.4 quiz.module \QUIZ_KEEP_ALL
- 7.5 quiz.module \QUIZ_KEEP_ALL
2 uses of QUIZ_KEEP_ALL
- QuizResultTestCase::testResultPruning in tests/
QuizResultTestCase.test - Test the all, best, and last quiz result pruning.
- _quiz_maintain_results in ./
quiz.module - Deletes results for a quiz according to the keep results setting
File
- ./
quiz.module, line 26 - quiz.module Main file for the Quiz module.
Code
define('QUIZ_KEEP_ALL', 2);