protected function data_preprocessing($question)
 {
     $question = parent::data_preprocessing($question);
     return $question;
 }