Back to Freecodecamp

Task 83

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68124e7a831f082ba316dbbd.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: We'll meet every two weeks to talk about how everyone is doing and to solve any problems. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will they do every two weeks?

--answers--

Launch a new project.

--feedback--

They are not starting new projects.


Meet to discuss progress and solve problems.


Finish all testing.

--feedback--

Bob talks about checking in regularly - not finishing everything.


Assign new tasks every day.

--feedback--

He doesn't say daily.

--video-solution--

2

--explanation--

Bob says they'll meet every two weeks to talk about how everyone is doing and to solve any problems, which means they will have regular check-ins to review team progress and address any issues.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 41.48,
      "finishTimestamp": 47.28
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.8,
      "dialogue": {
        "text": "We'll meet every two weeks to talk about how everyone is doing and to solve any problems.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.4
    }
  ]
}