Пример #1
0
def word_10():
    # chapter 1인지 확인,
    data = json.loads(request.get_data().decode('utf8').replace("'", '"'))
    subWordSet = data['action']['parameters']['subWordSet']['value']

    # chapter 1이면 commonResponse
    if '1' in subWordSet:
        return nugu.study(10)
    # 아니면, exceptionResponse
    else:
        return nugu.finishStudy(10)
Пример #2
0
def word_15():
    return nugu.study(15)
Пример #3
0
def word_14():
    return nugu.study(14)
Пример #4
0
def word_13():
    return nugu.study(13)
Пример #5
0
def word_12():
    return nugu.study(12)
Пример #6
0
def word_11():
    return nugu.study(11)
Пример #7
0
def word_9():
    return nugu.study(9)
Пример #8
0
def word_7():
    return nugu.study(7)
Пример #9
0
def word_8():
    return nugu.study(8)
Пример #10
0
def word_6():
    return nugu.study(6)
Пример #11
0
def word_5():
    return nugu.study(5)
Пример #12
0
def word_4():
    return nugu.study(4)
Пример #13
0
def word_3():
    return nugu.study(3)
Пример #14
0
def word_2():
    return nugu.study(2)