示例#1
0
def q63():
    return qu.ask_word_question("Judah", "Which of Joseph's brothers offers himself in the youngest brother's place?")
示例#2
0
def q64():
    return qu.ask_word_question("Ephraim", "Which of Joseph's two sons does Jacob end up blessing first?")
示例#3
0
def q61():
    return qu.ask_word_question("7", 'How many years of famine does Joseph predict?')
示例#4
0
def q62():
    return qu.ask_word_question("Benjamin", "Which is the youngest brother of Joseph that he wants to retain?")
示例#5
0
def q69():
    score1, tot1 = qu.ask_word_question("Judah", "The scepter shall not depart from ______, nor the ruler's staff from between his feet....")
    score2, tot2 = qu.ask_number_question(49, "What chapter is this from?")
    return score1 + score2, tot1 + tot2
示例#6
0
def q32():
    return qu.ask_word_question("Abram's nephew", "Who is Lot?")
示例#7
0
def q49():
    return qu.ask_word_question("Enoch", "Who escapes the pattern of life and death in chapter 5?")
示例#8
0
def q67():
    score1, tot1 = qu.ask_word_question("face face", "For I have seen God _____ to ______ and yet my life has been delivered")
    score2, tot2 = qu.ask_number_question(32, "What chapter does this verse come from?")
    return score1 + score2, tot1 + tot2
示例#9
0
def q43():
    return qu.ask_word_question("6", "Last day of creation was on day #")
示例#10
0
def q48():
    return qu.ask_word_question("Cain Abel", "Whose story do you find in chapter 4?")
示例#11
0
def q42():
    return qu.ask_word_question("heavens earth", "What were the first two things created?")
示例#12
0
def q41():
    return qu.ask_word_question("In the beginning, God created", "What are the first five words of Genesis?")
示例#13
0
def q33():
    return qu.ask_word_question("Egyptian captain guard", "Who is Potiphar?")
示例#14
0
def q65():
    return qu.ask_word_question("walked", "Fill in the blank: 'Enoch _____ with God, and he was not, for God took him.'")
示例#15
0
def q50():
    return qu.ask_word_question("Ham", "Which of Noah's sons was cursed for taking Noah's shame lightly?")
示例#16
0
def q66():
    score1, tot1 = qu.ask_word_question("shield reward", '"Fear not Abram, I am your _____; your _____ shall be very great"')
    score2, tot2 = qu.ask_number_question(15, "In what chapter does this verse come from?")
    return score1 + score2, tot1 + tot2
示例#17
0
def q59():
    score1, tot1 = qu.ask_word_question('Joseph', 'Which tribe actually gets split into two names?')
    score2, tot2 = qu.ask_unordered_question(['Ephraim', 'Manasseh'], "What are their names?")
    return score1 + score2, tot1 + tot2
示例#18
0
def q68():
    score1, tot1 = qu.ask_word_question("righteous", "She is more _______ than I, since I did not give her to my son.")
    score2, tot2 = qu.ask_number_question(38, "What chapter does this verse come from?")
    return score1 + score2, tot1 + tot2
示例#19
0
def q60():
    return qu.ask_word_question("Reuben", "Which brother keeps his other brothers from killing Joseph?")
示例#20
0
def q70():
    score1, tot1 = qu.ask_word_question("evil good alive", "As for you, you meant _____ against me, but God meant it for ______, to bring it about that many people should be kept _______, as they are today")
    score2, tot2 = qu.ask_number_question(50, "What chapter is this from?")
    return score1 + score2, tot1 + tot2
示例#21
0
def q31():
    return qu.ask_word_question("Seth's son", "Who is Enosh?")