constant QUIZ_NAME in Quiz 7.5
Same name and namespace in other branches
- 8.4 quiz.module \QUIZ_NAME
- 5.2 quiz.module \QUIZ_NAME
- 5 quiz.module \QUIZ_NAME
- 6.6 quiz.module \QUIZ_NAME
- 6.2 quiz.module \QUIZ_NAME
- 6.3 quiz.module \QUIZ_NAME
- 6.4 quiz.module \QUIZ_NAME
- 6.5 quiz.module \QUIZ_NAME
- 7.6 quiz.module \QUIZ_NAME
- 7 quiz.module \QUIZ_NAME
- 7.4 quiz.module \QUIZ_NAME
Quiz name.
34 uses of QUIZ_NAME
- MultichoiceQuestion::getCreationForm in question_types/
multichoice/ multichoice.classes.inc - Implementation of getCreationForm().
- QuizQuestion::getNodeForm in question_types/
quiz_question/ quiz_question.core.inc - Returns a node form to quiz_question_form.
- QuizQuestion::saveRelationships in question_types/
quiz_question/ quiz_question.core.inc - Save this Question to the specified Quiz.
- QuizResult::defaultLabel in includes/
QuizResult.class.inc - Get the label for this quiz result.
- QuizResultController::buildContent in includes/
QuizResultController.class.inc - Implements EntityAPIControllerInterface.
File
- ./
quiz.module, line 20 - quiz.module Main file for the Quiz module.
Code
define('QUIZ_NAME', _quiz_get_quiz_name());