You are here

public function DDLinesResponse::getResponse in Quiz 7.4

Get the user's response.

Overrides QuizQuestionResponse::getResponse

File

question_types/quiz_ddlines/quiz_ddlines.classes.inc, line 402
The main classes for the drag and drop with lines question type.

Class

DDLinesResponse
Extension of QuizQuestionResponse

Code

public function getResponse() {
  return $this->user_answers;
}