Using the code below, fill in the blanks to where the functi…

Using the code below, fill in the blanks to where the functions are completed:   # RIGHT BUTTON@event(robot.when_touched, [False, True])  # User buttons: [(.), (..)]async def when_right_button_touched(robot):    “””    When this button is pressed, 4 should be added to the USER_CODE,    the robot should play a note (D5) for 1 second, and check the code.    “””    ______(Question 1)________              # TODO: Declare a global variable for the code,                                            # This will be the same in all functions    USER_CODE += “4”    print(‘(..) button touched’)    await robot.play_note(Note.D5, 1)    ______(Question 2)________              # TODO: Check the USER_CODE against CURRENT_CODE                                            # Make sure to pass robot as an argument!    pass   Question 1: [Question1] Question 2: [Question2]   # LEFT BUTTON@event(robot.when_touched, [True, False])  # User buttons: [(.), (..)]async def when_left_button_touched(robot):    “””    When this button is pressed, 3 should be added to the USER_CODE,    the robot should play a note (C5) for 1 second, and check the code    “””    ________(Omitted)_________              # Global variable (answered in Question 1)    USER_CODE += “3”    print(‘(.) button touched’)    ______(Question 3)________              # TODO: Play the note specified in the function description    ________(Omitted)_________              # Check the USER_CODE against CURRENT_CODE (answered in Question 2)    pass   Question 3: [Question3]   # LEFT BUMP@event(robot.when_bumped, [True, False])  # [left, right]async def when_left_bumped(robot):    “””    When this bumper is pressed, 2 should be added to the USER_CODE,    the robot should play a note (E5) for 1 second, and check the code    “””    ________(Omitted)_________              # Global variable (answered in Question 1)    ______(Question 4)________              # TODO: Add the specified number to USER_CODE as a str    await robot.play_note(Note.E5, 1)    ________(Omitted)_________              # Check the USER_CODE against CURRENT_CODE (answered in Question 2)    pass   Question 4: [Question4] # RIGHT BUMP@event(robot.when_bumped, [False, True]) # [left, right]async def when_right_bumped(robot):    “””    When this bumper is pressed, 1 should be added to the USER_CODE,    the robot should play a note (F5) for 1 second, and check the code    “””    ______(Question 5)________              # TODO: Declare a global variable for the code    USER_CODE += “1”    await robot.play_note(Note.F5, 1)    ________(Omitted)_________              # Check the USER_CODE against CURRENT_CODE (answered in Question 2)    pass async def checkUserCode(robot):    …    pass   Question 5: [Question5]

    Above is a picture showing the actors from the Fotoroman…

    Above is a picture showing the actors from the Fotoroman series.  Write a sentence about each of the of the people shown in the picture.  Write something you know about them from the video series so far.  You should write a minimum of 4 sentences, one for each person.  Your sentences do not have to reflect what is happening in the picture, it is only for reference.   Be sure to use vocabulary and grammar from this chapter.

Wissen vs. Kennen.  Provide the appropriate forms of wissen…

Wissen vs. Kennen.  Provide the appropriate forms of wissen and kennen in the following conversation.  Don’t forget to conjugate. 1.  Maria: Udo, [color1] du, wo Herr Meyer ist? 2.  Udo: Nein, das [color2] ich leider nicht. Wann beginnt unser Kurs. 3.  Maria: Ach! Es ist spät.  Ich bin in dem falschen Hörsaal.  Ich muss los! 4.  Stefan: Udo, [color3] du die schöne Studentin die gleich weg ist? 5.  Udo: Ja, Ich [color4] sie, und  ich [color5], wo sie wohnt.  Bei mir.  

Hören Sie den Wetterbericht an. Sind die Aussagen richtig od…

Hören Sie den Wetterbericht an. Sind die Aussagen richtig oder falsch?                 1.  Der Wetterbericht ist für die ganze Woche. [col1]2.  Am Freitag beginnt der Winter. [col2]3.  Im Norden ist es sonnig. [col3]4.  Die Wetterfront im Norden kommt aus Skandinavien. [col4]5.  In Stuttgart regnet es am Freitag. [col5]