Ejemplo n.º 1
0
def q63():
    return qu.ask_word_question("Judah", "Which of Joseph's brothers offers himself in the youngest brother's place?")
Ejemplo n.º 2
0
def q64():
    return qu.ask_word_question("Ephraim", "Which of Joseph's two sons does Jacob end up blessing first?")
Ejemplo n.º 3
0
def q61():
    return qu.ask_word_question("7", 'How many years of famine does Joseph predict?')
Ejemplo n.º 4
0
def q62():
    return qu.ask_word_question("Benjamin", "Which is the youngest brother of Joseph that he wants to retain?")
Ejemplo n.º 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
Ejemplo n.º 6
0
def q32():
    return qu.ask_word_question("Abram's nephew", "Who is Lot?")
Ejemplo n.º 7
0
def q49():
    return qu.ask_word_question("Enoch", "Who escapes the pattern of life and death in chapter 5?")
Ejemplo n.º 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
Ejemplo n.º 9
0
def q43():
    return qu.ask_word_question("6", "Last day of creation was on day #")
Ejemplo n.º 10
0
def q48():
    return qu.ask_word_question("Cain Abel", "Whose story do you find in chapter 4?")
Ejemplo n.º 11
0
def q42():
    return qu.ask_word_question("heavens earth", "What were the first two things created?")
Ejemplo n.º 12
0
def q41():
    return qu.ask_word_question("In the beginning, God created", "What are the first five words of Genesis?")
Ejemplo n.º 13
0
def q33():
    return qu.ask_word_question("Egyptian captain guard", "Who is Potiphar?")
Ejemplo n.º 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.'")
Ejemplo n.º 15
0
def q50():
    return qu.ask_word_question("Ham", "Which of Noah's sons was cursed for taking Noah's shame lightly?")
Ejemplo n.º 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
Ejemplo n.º 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
Ejemplo n.º 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
Ejemplo n.º 19
0
def q60():
    return qu.ask_word_question("Reuben", "Which brother keeps his other brothers from killing Joseph?")
Ejemplo n.º 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
Ejemplo n.º 21
0
def q31():
    return qu.ask_word_question("Seth's son", "Who is Enosh?")