You are here

function short_answer_config in Quiz 6.4

Same name and namespace in other branches
  1. 8.4 question_types/short_answer/short_answer.module \short_answer_config()
  2. 7 question_types/short_answer/short_answer.module \short_answer_config()
  3. 7.4 question_types/short_answer/short_answer.module \short_answer_config()

Implementation of the quiz_question hook_config.

File

question_types/short_answer/short_answer.module, line 74
The main file for short_answer.

Code

function short_answer_config() {
  return FALSE;

  // No config options available for the short answer question type
}