Back to Freecodecamp

Task 48

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6811dc48cf92a10a04c5ab3f.md

latest2.2 KB
Original Source
<!-- (Audio) Maria: Thanks, Jake. Keep me updated on the test's progress and prepare a detailed comparison report. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks, Jake. Keep me updated on BLANK and prepare a detailed BLANK.

--blanks--

the test's progress

--feedback--

It refers to how fast a test is moving forward. Don't forget to use an article if necessary.


comparison report

--feedback--

This two-word phrase refers to a document that shows differences and similarities between two or more things.

--explanation--

Test's progress refers to the ongoing development or advancement of a test. Here, it uses the because it refers to a specific, known test (the one they are planning). Another example:

I'll update you on the test's progress after reviewing the latest results. - You'll tell someone how the test is doing, whether it's going well or needs some adjustments.

A comparison report is a document that shows the differences and advantages between different options, helping people make a decision. Here, it uses a because it's the first mention of this specific report. Another example:

I need to finish the comparison report by tomorrow. - You have to complete the document that compares different options by tomorrow.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-1.mp3",
      "startTime": 1,
      "startTimestamp": 82.94,
      "finishTimestamp": 88.28
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 6.34,
      "dialogue": {
        "text": "Thanks, Jake. Keep me updated on the test's progress and prepare a detailed comparison report.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.84
    }
  ]
}