You are here

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

Calculate the score for the response.

Return value

int The score not weighted.

File

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

Class

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

Code

public function score() {
  return $this
    ->getScoreFromLrs();
}