Back to Freecodecamp

Task 28

curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579db734a2b8010c3e92ada.md

latest1.5 KB
Original Source
<!-- (Audio) Bob: Excellent. Let's set up a time for our code review session. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Bob proposing in his statement?

--answers--

To immediately start the code review

--feedback--

Bob proposes scheduling a time, not starting the review immediately.


To schedule a specific time for the code review session


To cancel the code review session

--feedback--

Bob's intention is to organize the session, not cancel it.


To review the code by himself

--feedback--

Bob suggests a joint review session, not doing it alone.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 40.06,
      "finishTimestamp": 42.68
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.62,
      "dialogue": {
        "text": "Excellent. Let's set up a time for our code review session.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.12
    }
  ]
}