Back to Freecodecamp

Task 108

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6821efc87f6c5f699caf256b.md

latest1.8 KB
Original Source
<!-- (Audio) Jessica: Good morning, James. Today, we need to compare two versions of our software. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the main task Jessica talks about?

--answers--

Review the company budget.

--feedback--

Jessica doesn't mention anything about money or budget.


Look at two releases of the software.


Write new code for the mobile app.

--feedback--

Jessica doesn't say anything about writing new code or a mobile app.


Fix a problem in the database.

--feedback--

There is no mention of a database or fixing a problem.

--video-solution--

2

--explanation--

Compare means to look at things side by side and check their similarities or differences. Versions refers to different forms or releases of a software product.

So, Jessica is asking James to examine two different releases of the software.

She does not mention anything about budgets, writing new code, or fixing a database issue.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.14
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.14,
      "dialogue": {
        "text": "Good morning, James. Today we need to compare two versions of our software.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 5.64
    }
  ]
}