예제 #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)