You are here

function long_answer_config in Quiz 6.4

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

Implementation of hook_config

File

question_types/long_answer/long_answer.module, line 72
This module defines a long answer question type for quizzes.

Code

function long_answer_config() {
  return FALSE;
}