You are here

function cloze_config in Quiz 8.4

Implementation of the quiz_question hook_config.

File

question_types/cloze/cloze.module, line 34

Code

function cloze_config() {
  return FALSE;

  // No config options available for this question type
}