Back to Freecodecamp

Task 69

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d599679bb7ba48f5ce25ad.md

latest2.0 KB
Original Source
<!-- (audio) Sophie: Well, I'm concerned about the deployment process. It could go smoothly, or we might face some bugs. What do you thing is most likely? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

James isn't sure what is most likely. What would he say?

--answers--

It's hard to say.

--audio-id--

ENc444f883


We will definitely have a smooth deployment.

--audio-id--

ENcb76db3b

--feedback--

James is uncertain, so he wouldn't make such a strong prediction.

--video-solution--

1

--explanation--

It's hard to say means that something is difficult to predict or uncertain. For example:

  • Person 1: Do you think the project will be finished on time?

  • Person 2: It's hard to say. It depends on how fast we solve the issues. - The completion time is uncertain because of possible delays.

James uses this phrase because he doesn't know for sure what will happen, but he suggests possible outcomes.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 11.58,
      "finishTimestamp": 18.98
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "Well, I'm concerned about the deployment process.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.8,
      "finishTime": 8.4,
      "dialogue": {
        "text": "It could go smoothly, or we might face some bugs. What do you think is most likely?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.9
    }
  ]
}