You are here

public function OpignoTincanQuestionTypeResponse::getResponse in Opigno TinCan Question Type 7

Get the user's response.

Return value

string Empty string.

File

includes/opigno_tincan_question_type.response.inc, line 82
This file contains the class OpignoTincanQuestionTypeResponse.

Class

OpignoTincanQuestionTypeResponse
This class goal is to manage the user's answer(s).

Code

public function getResponse() {
  return '';
}