Back to Freecodecamp

Task 43

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67efa96c7c0d751022ab4a54.md

latest2.0 KB
Original Source
<!-- (audio) Sophie: Will do. Just remember to take your time and double-check your work. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What advice does Sophie give?

--answers--

She tells Mark to finish as quickly as possible.

--feedback--

Sophie encourages Mark to take his time, not rush.


She says Mark should submit his work without reviewing it.

--feedback--

Sophie wants Mark to double-check his work before submitting.


She advises Mark to work carefully and review his work.


She suggests Mark should ask someone else to check his work.

--feedback--

Sophie advises Mark to check his own work.

--video-solution--

3

--explanation--

Sophie tells Mark to be careful and review his work before submitting it.

Take your time means to do something carefully without rushing. For example:

Take your time to review the code before submitting it. - There's no rush; take as long as you need to check the code.

Double-check means to review something again to make sure it is correct. For example:

I will double-check the data before running the analysis. - You will review the data one more time to make sure it's correct.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-1.mp3",
      "startTime": 1,
      "startTimestamp": 72.02,
      "finishTimestamp": 75.10
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.14,
      "dialogue": {
        "text": "Will do. Just remember to take your time and double-check your work.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.64
    }
  ]
}