Back to Freecodecamp

Task 96

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/675c9a309dcbc3053601e653.md

latest2.0 KB
Original Source
<!-- (Audio) Sarah: Thanks, Jake. Let's meet later to discuss the investigation results and plan our next steps. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks, Jake. Let's meet later to discuss the BLANK BLANK and plan our next steps.

--blanks--

investigation

--feedback--

This word refers to a detailed process of examining or finding information about something, especially a problem or issue.


results

--feedback--

This word means the outcomes or findings from an action, process, or investigation.

--explanation--

Investigation refers to a detailed examination or inquiry to uncover facts or information.

Results are the findings or outcomes of the investigation. For example:

  • The investigation showed there was a security breach. - This means the inquiry revealed information about the breach.

  • The results of the investigation helped us fix the issue. - This indicates that the findings led to corrective actions.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 51.4,
      "finishTimestamp": 55.82
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "Thanks, Jake. Let's meet later",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.72,
      "finishTime": 5.42,
      "dialogue": {
        "text": "to discuss the investigation results and plan our next steps.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}