Back to Freecodecamp

Task 121

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/67862bdc2cbf3276d7599515.md

latest1.9 KB
Original Source
<!-- (Audio) Tom: Let's watch the news and see what happens. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Tom suggest?

--answers--

Discussing their opinions about the situation.

--feedback--

Tom doesn't suggest having a discussion.


Watching the news to find out more.


Calling someone to get more information.

--feedback--

Tom doesn't suggest contacting someone.


Ignoring the situation and moving on.

--feedback--

Tom's suggestion shows he is interested in staying informed, not ignoring the situation.

--video-solution--

2

--explanation--

Tom suggests watching the news to stay updated and learn more about the situation. This indicates that he is curious and wants to follow the developments. Examples of similar suggestions:

  • Let's check the website to see if there are updates. - Proposes a way to get more information.

  • Let's listen to the announcement and find out what's going on. - Encourages paying attention to a source for details.

In each case, the goal is to gather information and understand the situation better, just like Tom's suggestion.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-3.mp3",
      "startTime": 1,
      "startTimestamp": 46.62,
      "finishTimestamp": 48.6
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.98,
      "dialogue": {
        "text": "Let's watch the news and see what happens.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.48
    }
  ]
}