You are here

constant MULTICHOICE_NAME in Quiz 5

Same name and namespace in other branches
  1. 5.2 multichoice.module \MULTICHOICE_NAME
  2. 6.6 question_types/multichoice/multichoice.module \MULTICHOICE_NAME
  3. 6.2 multichoice.module \MULTICHOICE_NAME
  4. 6.3 question_types/multichoice/multichoice.module \MULTICHOICE_NAME
  5. 6.5 question_types/multichoice/multichoice.module \MULTICHOICE_NAME
2 uses of MULTICHOICE_NAME
multichoice_menu in ./multichoice.module
Implementation of hook_menu().
multichoice_node_info in ./multichoice.module
Implementation of hook_node_info().

File

./multichoice.module, line 3
Multiple choice question type for quiz module

Code

define('MULTICHOICE_NAME', 'Multi-Choice Question');