public function QuizQuestion::getBodyFieldTitle in OG Quiz 7
Allow question types to override the body field title
Return value
The title for the body field
File
- includes/
og_quiz_question.php, line 151 - Classes used in the Quiz Question module.
Class
- QuizQuestion
- A base implementation of a quiz_question, adding a layer of abstraction between the node API, quiz API and the question types.
Code
public function getBodyFieldTitle() {
return t('Question');
}