private function save()
 {
     $this->config->set_questions($this->form->get_value('questions'));
     QuestionCaptchaConfig::save();
 }