function cloze_config in Cloze 7
Same name and namespace in other branches
- 6 cloze.module \cloze_config()
 
Implementation of the quiz_question hook_config.
File
- ./
cloze.module, line 34  
Code
function cloze_config() {
  return FALSE;
  // No config options available for this question type
}