You are here

protected function DDLinesQuestion::autoUpdateMaxScore in Quiz 8.4

This makes max_score beeing updated for all occurrences of this question in quizzes.

Overrides QuizQuestion::autoUpdateMaxScore

File

question_types/quiz_ddlines/lib/Drupal/quiz_ddlines/DDLinesQuestion.php, line 105
The main classes for the quiz_ddlines question type.

Class

DDLinesQuestion
Extension of QuizQuestion.

Namespace

Drupal\quiz_ddlines

Code

protected function autoUpdateMaxScore() {
  return true;
}