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