public function QuizQuestionResponse::getReportFormAnswerFeedback in OG Quiz 7
1 call to QuizQuestionResponse::getReportFormAnswerFeedback()
- QuizQuestionResponse::getReportForm in includes/
og_quiz_question.php - Creates the report form for the admin pages, and for when a user gets feedback after answering questions.
1 method overrides QuizQuestionResponse::getReportFormAnswerFeedback()
File
- includes/
og_quiz_question.php, line 1087 - 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($showpoints, $showfeedback, $allow_scoring) {
return FALSE;
}