You are here

public function QuizQuestionResponse::getReportFormAnswerFeedback in Quiz 7.6

Same name and namespace in other branches
  1. 6.4 question_types/quiz_question/quiz_question.core.inc \QuizQuestionResponse::getReportFormAnswerFeedback()
  2. 7.4 question_types/quiz_question/quiz_question.core.inc \QuizQuestionResponse::getReportFormAnswerFeedback()
  3. 7.5 question_types/quiz_question/quiz_question.core.inc \QuizQuestionResponse::getReportFormAnswerFeedback()
1 call to QuizQuestionResponse::getReportFormAnswerFeedback()
QuizQuestionResponse::getReportForm in question_types/quiz_question/quiz_question.core.inc
Creates the report form for the admin pages, and for when a user gets feedback after answering questions.
2 methods override QuizQuestionResponse::getReportFormAnswerFeedback()
LongAnswerResponse::getReportFormAnswerFeedback in question_types/long_answer/long_answer.classes.inc
ShortAnswerResponse::getReportFormAnswerFeedback in question_types/short_answer/short_answer.classes.inc

File

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

Class

QuizQuestionResponse
Each question type must store its own response data and be able to calculate a score for that data.

Code

public function getReportFormAnswerFeedback() {
  return FALSE;
}