You are here

public function ShortAnswerController::scoreShortAnswer in Quiz 8.4

1 string reference to 'ShortAnswerController::scoreShortAnswer'
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 17

Class

ShortAnswerController

Namespace

Drupal\short_answer\Controller

Code

public function scoreShortAnswer() {
  module_load_include('admin.inc', 'short_answer');
  return short_answer_view_unscored();
}