function get_question_options(&$question)
 {
     if (parent::get_question_options($question)) {
         return wrsqz_get_question_options('shortanswer', 'wshanprom', $question);
     }
     return false;
 }