You are here

public function QuizQuestionResponse::getReportFormTheme in Quiz 8.4

Get the theme key for the reportForm

Return value

Theme key as a string, or FALSE if no submit function

1 call to QuizQuestionResponse::getReportFormTheme()
QuizQuestionResponse::getReportForm in question_types/quiz_question/lib/Drupal/quiz_question/QuizQuestionResponse.php
Creates the report form for the admin pages, and for when a user gets feedback after answering questions.

File

question_types/quiz_question/lib/Drupal/quiz_question/QuizQuestionResponse.php, line 313

Class

QuizQuestionResponse

Namespace

Drupal\quiz_question

Code

public function getReportFormTheme($showfeedback = TRUE, $showpoints = TRUE) {
  return FALSE;
}