/**
  * Updates question order on RTQ object and then persists to the database
  *
  * @param string
  * @return bool
  */
 protected function set_question_order($questionorder)
 {
     $this->rtq->getRTQ()->questionorder = $questionorder;
     return $this->rtq->saveRTQ();
 }