You are here

constant MULTICHOICE_NAME in Quiz 5.2

Same name and namespace in other branches
  1. 5 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

@file Multiple choice question type for the Quiz module.

Allows the creation of multiple choice questions (ex: a, b, c, d or true/false)

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 10
Multiple choice question type for the Quiz module.

Code

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