def get(self, test_id, direction_id):
     return question_to_json(get_control_question(test_id, direction_id))
 def get(self, id):
     return {'question': question_to_json(get_question(id))}