You are here

public function ShortAnswerController::scoreShortAnswerPages in Quiz 8.4

1 string reference to 'ShortAnswerController::scoreShortAnswerPages'
short_answer.routing.yml in question_types/short_answer/short_answer.routing.yml
question_types/short_answer/short_answer.routing.yml

File

question_types/short_answer/lib/Drupal/short_answer/Controller/ShortAnswerController.php, line 22

Class

ShortAnswerController

Namespace

Drupal\short_answer\Controller

Code

public function scoreShortAnswerPages($vid, $rid) {
  module_load_include('admin.inc', 'short_answer');
  return short_answer_edit_score($vid, $rid);
}