Ejemplo n.º 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.')
Ejemplo n.º 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
Ejemplo n.º 3
0
def q58():
    return qu.ask_unordered_question(['Isaac', 
                                      'Great name',
                                      'Great nation',
                                      'land'], 'What are the four promises God gives to Abraham?')
Ejemplo n.º 4
0
def q30():
    return qu.ask_unordered_question(['ham', 'shem', 'japheth'], "Who are Noah's sons?")
Ejemplo n.º 5
0
def q29():
    return qu.ask_unordered_question(['hagar'], "Who is Ishmael's mother?")
Ejemplo n.º 6
0
def q28():
    return qu.ask_unordered_question(['baker', 'cupbearer'], 'Who were the two people in prison with Joseph?')