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)
def word_15(): return nugu.study(15)
def word_14(): return nugu.study(14)
def word_13(): return nugu.study(13)
def word_12(): return nugu.study(12)
def word_11(): return nugu.study(11)
def word_9(): return nugu.study(9)
def word_7(): return nugu.study(7)
def word_8(): return nugu.study(8)
def word_6(): return nugu.study(6)
def word_5(): return nugu.study(5)
def word_4(): return nugu.study(4)
def word_3(): return nugu.study(3)
def word_2(): return nugu.study(2)