function cloze_config in Cloze 6
Same name and namespace in other branches
- 7 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
}