You are here

public function QuizQuestionBroken::hasFeedback in Quiz 7.5

Overrides QuizQuestion::hasFeedback

See also

QuizQuestion::hasFeedback()

File

question_types/quiz_question/quiz_question.core.inc, line 981
Classes used in the Quiz Question module.

Class

QuizQuestionBroken

Code

public function hasFeedback() {
  return FALSE;
}