diff --git a/sites/all/modules/quiz/question_types/long_answer/long_answer.classes.inc b/sites/all/modules/quiz/question_types/long_answer/long_answer.classes.inc index e5b01f8..b65ea24 100644 --- a/sites/all/modules/quiz/question_types/long_answer/long_answer.classes.inc +++ b/sites/all/modules/quiz/question_types/long_answer/long_answer.classes.inc @@ -105,7 +105,7 @@ class LongAnswerQuestion extends QuizQuestion { $content['answers'] = array( '#type' => 'item', '#title' => t('Rubric'), - '#markup' => '
' . check_markup($this->node->rubric, $this->getFormat()) . '
', + '#markup' => '
' . check_markup($this->node->rubric) . '
', '#weight' => 1, ); }