public function format_questiontext($qa)
 {
     $text = parent::format_questiontext($qa);
     return stripslashes($text);
 }