You are here

public function OpignoTincanQuestionTypeQuestion::getBodyFieldTitle in Opigno TinCan Question Type 7

Allow question types to override the body field title.

Return value

string The title for the body field.

File

includes/opigno_tincan_question_type.question.inc, line 218
This file contains the class OpignoTincanQuestionTypeQuestion.

Class

OpignoTincanQuestionTypeQuestion
This class goal is to provide specific TinCan question information.

Code

public function getBodyFieldTitle() {
  return t('Tincan package description');
}