Пример #1
0
def answer_check_wait():
    data = Question.get_exam_by_state(QUEST_STATUS['完成解答'])
    return render_api(data)
Пример #2
0
def judge_wait():
    data = Question.get_exam_by_state(QUEST_STATUS['待裁定'])
    return render_api(data)
Пример #3
0
def input_wait():
    data = Question.get_exam_by_state(QUEST_STATUS['未处理'])
    return render_api(data)
Пример #4
0
def verify_wait():
    data = Question.get_exam_by_state(QUEST_STATUS['待校对'])
    return render_api(data)