コード例 #1
0
 def get(self, test_id, direction_id):
     return question_to_json(get_control_question(test_id, direction_id))
コード例 #2
0
 def get(self, id):
     return {'question': question_to_json(get_question(id))}