Skip to content

Commit

Permalink
rm unnecessary method override - it's the same as the overridden method.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Mar 16, 2024
1 parent ba596fe commit be91d4d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions questiontype.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,6 @@ protected function initialise_question_instance(question_definition $question, $

}

/**
* {@inheritdoc}
*
* @param stdClass $questiondata data defining a question, as returned by
* question_bank::load_question_data().
* @return number|null either a fraction estimating what the student would
* score by guessing, or null, if it is not possible to estimate.
*/
public function get_random_guess_score($questiondata) {
return 0;
}

/**
* {@inheritdoc}
*
Expand Down

0 comments on commit be91d4d

Please sign in to comment.