示例#1
0
def q34():
    return qu.ask_unordered_question(['Reuben', 
                                      'Simeon', 
                                      'Levi', 
                                      'Judah', 
                                      'Zebulun', 
                                      'Issachar', 
                                      'Dan', 
                                      'Gad', 
                                      'Asher', 
                                      'Naphtali', 
                                      'Joseph', 
                                      'Benjamin'], 'List the twelve tribes of Israel.')
示例#2
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
示例#3
0
def q58():
    return qu.ask_unordered_question(['Isaac', 
                                      'Great name',
                                      'Great nation',
                                      'land'], 'What are the four promises God gives to Abraham?')
示例#4
0
def q30():
    return qu.ask_unordered_question(['ham', 'shem', 'japheth'], "Who are Noah's sons?")
示例#5
0
def q29():
    return qu.ask_unordered_question(['hagar'], "Who is Ishmael's mother?")
示例#6
0
def q28():
    return qu.ask_unordered_question(['baker', 'cupbearer'], 'Who were the two people in prison with Joseph?')