You are here

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

Delete the response.

File

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

Class

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

Code

public function delete() {
  if (!empty($this->rid)) {
    $this
      ->deleteRegistration($this->rid);
  }
}